TimeVault
From Wikipedia, the free encyclopedia
|
Screenshot of TimeVault |
|
| Stable release | 0.7.5-1 |
|---|---|
| Written in | Python |
| Operating system | Linux |
| Type | Backup software |
| License | LGPL |
| Website | TimeVault Ubuntu Wiki |
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".
[edit] Overview
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.
[edit] See also
- List of backup software
- Time Machine from Apple
- Rollback Rx (for Microsoft Windows operating systems - commercial)
- FlyBack a similar backup program for Linux
- Revision control
- Versioning file system

