dt-s3-backup icon indicating copy to clipboard operation
dt-s3-backup copied to clipboard

Bash script for automated backups with duplicity and Amazon's S3 online storage

Results 5 dt-s3-backup issues
Sort by recently updated
recently updated
newest added

I've added the option to use SSMTP to send out email (in addition to being able to use mailx)

Hello, I've made a few small improvements to the script: - backup without encryption - some examples for using other protocols - reporting collection-status Are you interested in merging the...

The `INCLIST` cannot be empty - this may be counter intuitive for someone without a specific `INCLIST` needs ... This either needs to be documented (1) or fixed in the...

confirmed bug
documentation

Currently the array is handled in such a way that it is separating items by spaces, not by the quotes ... that's because we are using: ``` for a in...

confirmed bug

Feature request: be able to restore a file from a specific time frame easily using the script.

feature-request