I'm working on a snapshot system that uses rsnapshot as the underlying snapshot mechanism (a snapshot is a copy of a directory at a certain point in time that doesn't use space for the files that have not changed - like Apple's TimeMachine)
Currently having a little trouble getting menu items to appear and some other GNOME/Debian-convention stuff, but if someone is interested in trying this out, install the attached .deb, and add entries to the applications menu:
title="TimeVault Configuration"
command=" gksudo '/usr/bin/timevault/timevault --admin' "
icon="/usr/share/pixmaps/timevault.png"
title="TimeVault User Preferences"
command=" /usr/bin/timevault/timevault --user "
icon="/usr/share/pixmaps/timevault.png"
Install at your own risk - this is version pre-alpha-0.1. There are many aspects that are not fleshed out yet (better snapshot management like root being able to delete intermediate snapshots, writing help files, creating icons, etc.), but these should be getting introduced relatively soon. I was just looking for some community feedback on the project.
It shouldn't really mess anything up seriously unless you are already using rsnapshot. To force an uninstall (uninstalling the .deb from synaptic should work fine, but just in case):
WARNING: If you are already using rsnapshot, then backup the config file (/etc/rsnapshot.conf) first before installing!rm -rf /usr/bin/timevault
rm -f /usr/share/pixmaps/timevault.png
rm -f /usr/share/menu/timevault.menu
rm -f /etc/init.d/timevault_init
rm -f /etc/cron.d/timevault
ANOTHER WARNING: This program may destroy your data and eat your babies, etc. I use it myself without problems, but ideally, only install it in a VM or a test machine.



Adv Reply



Bookmarks