about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-01 22:29:06 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-01 22:29:06 +0100
commitd73cccc5a7250fedc436333a7e86f7ac2b2e1fe7 (patch)
treec4b42cf3fd8af57d34241f215a80385a8419866b
parent7f622b266f5a5d20d3a2c2309b6290a4d66ae382 (diff)
downloadrdumpfs-d73cccc5a7250fedc436333a7e86f7ac2b2e1fe7.tar.gz
rdumpfs-d73cccc5a7250fedc436333a7e86f7ac2b2e1fe7.tar.xz
rdumpfs-d73cccc5a7250fedc436333a7e86f7ac2b2e1fe7.zip
README: recommend borg over attic
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index c55e5a5..ae73f41 100644
--- a/README
+++ b/README
@@ -57,7 +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.
+Currently I use rdumpfs and borg.
 
 * dirvish: Requires Perl with non-standard libraries.  Cannot continue
   partial backups.  Complex configuration.  No push backup.
@@ -78,13 +78,16 @@ Currently I use rdumpfs and attic.
 * rsback: Requires Perl.  No date-based directory naming.
 
 * attic: Requires Python.  Backups are not kept accessible in the
+  file system.  Unmaintained.
+
+* borg: Requires Python.  Backups are not kept accessible in the
   file system.  Else highly recommended.
 
 == When not use rdumpfs?
 
-* You want encrypted backups (try attic, duplicity).
+* You want encrypted backups (try borg, duplicity).
 * You need incremental backups on a higher granularity than files (try
-  attic, bup, vac, dar).
+  borg, bup, vac, dar).
 * Your target doesn't support hardlinks/SSH/rsync (try duplicity).
 * You want automatic expiry (try dirvish).