From 9831cae9bb3adc274adc9b9ccc0e7183cf8c6e7d Mon Sep 17 00:00:00 2001 From: Jeff Parent Date: Sat, 19 Jan 2019 04:28:44 +0700 Subject: system/duply: Added (Front end for duplicity). Signed-off-by: Willy Sudiarto Raharjo --- system/duply/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 system/duply/README (limited to 'system/duply/README') diff --git a/system/duply/README b/system/duply/README new file mode 100644 index 0000000000..a4f67ca409 --- /dev/null +++ b/system/duply/README @@ -0,0 +1,15 @@ +duply - A shell front end for duplicity + +duply is a frontend for the mighty duplicity magic. duplicity is a +python based shell application that makes encrypted incremental +backups to remote storage. Different backends liek ftp, sftp, imap, +s3 and others are supported. + +duply simplifies running duplicity with cron or on command line by: +- keeping recurring settings in profiles per backup job +- automated import/export of keys between profile and keyring +- enabling batch operations eg. backup_verify_purge +- executing pre/post scripts +- precondition checking for flawless duplicity operation + +For S3 support install boto -- cgit v1.2.3