mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
9831cae9bb
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
623 B
Text
15 lines
623 B
Text
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
|