diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-17 15:13:02 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-17 15:13:02 +0200 |
commit | f52ae0968e85a793f67dd311a7c687b9c956f222 (patch) | |
tree | c36065de1a1a81299344953e25444b2729148591 | |
parent | b7e8e7b0efd9d73344e022e204f2e99e6321136e (diff) | |
download | rdumpfs-f52ae0968e85a793f67dd311a7c687b9c956f222.tar.gz rdumpfs-f52ae0968e85a793f67dd311a7c687b9c956f222.tar.xz rdumpfs-f52ae0968e85a793f67dd311a7c687b9c956f222.zip |
Small README fixes
-rw-r--r-- | README | 10 |
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). |