about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 17119c6..c55e5a5 100644
--- a/README
+++ b/README
@@ -57,6 +57,7 @@ on two days:
 
 Obviously, there are many similar scripts, among which I have used
 dirvish and rsnapshot before writing rdumpfs for keeping daily dumps.
+Currently I use rdumpfs and attic.
 
 * dirvish: Requires Perl with non-standard libraries.  Cannot continue
   partial backups.  Complex configuration.  No push backup.
@@ -76,11 +77,14 @@ dirvish and rsnapshot before writing rdumpfs for keeping daily dumps.
 
 * rsback: Requires Perl.  No date-based directory naming.
 
+* attic: Requires Python.  Backups are not kept accessible in the
+  file system.  Else highly recommended.
+
 == When not use rdumpfs?
 
-* You want encrypted backups (try duplicity).
-* You need incremental backups on a lower granularity than files (try
-  bup, vac, dar).
+* You want encrypted backups (try attic, duplicity).
+* You need incremental backups on a higher granularity than files (try
+  attic, bup, vac, dar).
 * Your target doesn't support hardlinks/SSH/rsync (try duplicity).
 * You want automatic expiry (try dirvish).