christophetd / duplicacy-autobackup

:floppy_disk: Painless automated backups to multiple storage providers with Docker and duplicacy.
251 stars 42 forks source link

Update to 2.1.2, Wasabi and prune support #17

Closed santidog closed 4 years ago

santidog commented 5 years ago

Thanks for this project, was a great base to build off of. Here are some updates I am running:

Update to 2.1.2 with native Wasabi support https://github.com/gilbertchen/duplicacy/issues/322. Add in prune cron with some stock defaults for timing and keep params. Update duplicacy run with -log parameter to set date/timestamp for easier debugging in the logs.

christophetd commented 4 years ago

Hi @santidog,

Thanks for the PR and apologies for the much delayed review. Good stuff in here, but I would like to have this split into multiple commits since your PR introduces several non-related changes. Let me take your changes from there and update your branch

christophetd commented 4 years ago

Rebased from latest master and split your commit into 2, will merge now - hope that's fine for you.

Thanks again!

P.S. CI is failing because for some reason, Travis doesn't export necessary environment variables for builds of pull requests. Will fix later.

santidog commented 4 years ago

Thanks @christophetd for merging the changes in.