Update README - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit fdf523492dd9b8ed238e07722b8f481f02ee46fd
DIR parent 83f2bd11ce4f08a05e1f2245d71625879e89cbb9
HTML Author: sin <sin@2f30.org>
Date: Thu, 22 Mar 2018 10:42:53 +0000
Update README
Diffstat:
M README | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
DIR diff --git a/README b/README
@@ -23,10 +23,5 @@ To extract a file from the deduplicated store run:
dedup -r ~/bak-dedup -e <hash> > bak.tar
-You can mix dedup with other programs like gpg(1). For example to
-perform a remote backup you can use the following command:
-
- tar cf - ~/bak | gpg -c | ssh user@host dedup -r ~/bak-dedup
-
Cheers,
sin