TimeVault is a free and open-source backup utility that monitors files for changes and takes snapshots after some user-specified delay.
It is a Linux alternative to Time Machine from Apple which is included with Mac OS X v10.5 "Leopard".
TimeVault, like many backup utilities, creates incremental backups of files which can be restored at a later date. Its snapshots are copies of a directory at a certain point in time. Snapshots use very little spa...
more
TimeVault is a free and open-source backup utility that monitors files for changes and takes snapshots after some user-specified delay.
It is a Linux alternative to Time Machine from Apple which is included with Mac OS X v10.5 "Leopard".
TimeVault, like many backup utilities, creates incremental backups of files which can be restored at a later date. Its snapshots are copies of a directory at a certain point in time. Snapshots use very little space for the files that haven't changed since the last snapshot was made. This is because instead of backing up the entire unchanged file, snapshots use hard links that point to the existing back-up of the unchanged file.
It is a primarily GNOME-based application, and while the daemon will function independently of the desktop manager, some functionality is integrated into the Nautilus file manager (to simplify locating previous versions of files) and a panel icon is provided. Work on a KDE-based version is underway.
less