dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit fdf523492dd9b8ed238e07722b8f481f02ee46fd
parent 83f2bd11ce4f08a05e1f2245d71625879e89cbb9
Author: sin <sin@2f30.org>
Date:   Thu, 22 Mar 2018 10:42:53 +0000

Update README

Diffstat:
MREADME | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

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