2

While creating incremental backups is relatively simple (and can be automated, e.g. via rdiff-backup), in order to access a specific state of a file one first has to manually restore the backup, which is both not-simple and tedious if you need to browse through multiple states. So is there a FUSE which allows to transparently access previous states e.g. via some filename@2013-01-23 (the backup made at that date, if existing) or filename@{-2} (two backups ago) syntax while the current and backup files reside on arbitrary filesystems (including remote ones, e.g. nfs backups while the current state is on a local ext3)?

Tobias Kienzler
  • 9,184
  • 13
  • 65
  • 106

1 Answers1

3
$ apt-cache search rdiff fuse
rdiff-backup-fs - Fuse filesystem for accessing rdiff-backup archives

(untested). http://code.google.com/p/rdiff-backup-fs/

Stéphane Chazelas
  • 522,931
  • 91
  • 1,010
  • 1,501