diff options
author | Jeff Parent <jeff@sh0.xyz> | 2019-01-19 04:28:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:28:44 +0700 |
commit | 9831cae9bb3adc274adc9b9ccc0e7183cf8c6e7d (patch) | |
tree | 0862b69707188275d26ca676b7416f9b2fef28de /system/duply/README | |
parent | 57addd2869ebec1fb6817689f1622ec4e2711994 (diff) | |
download | slackbuilds-9831cae9bb3adc274adc9b9ccc0e7183cf8c6e7d.tar.gz |
system/duply: Added (Front end for duplicity).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/duply/README')
-rw-r--r-- | system/duply/README | 15 |
1 files changed, 15 insertions, 0 deletions
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 |