azinchen / duplicacy

Automated backups with Docker and duplicacy, with backup rotation, email notifications
MIT License
31 stars 17 forks source link

would it make sense to add ability to chain the operations on one cron schedule? #184

Open eleaner opened 1 year ago

eleaner commented 1 year ago

e.g. every hour run backup, when finished, run check and when finished, run prune?

eleaner commented 1 year ago

@azinchen I am not sure how to make it better (I don't know GitHub that well), so here is my proposal https://github.com/eleaner/duplicacy

azinchen commented 1 year ago

@eleaner , thank you for the effort!

Could you squash your commints and create PR?

eleaner commented 1 year ago

@azinchen I definitely could, I only need to learn what it is and how to do it :)

azinchen commented 1 year ago

git rebase -i HEAD~10 then mark commits to squash, then git push -f The detailed tutorial is here https://www.git-tower.com/learn/git/faq/git-squash, chapter "How to Squash Your Commits".

To create PR check this tutorial https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/, chapter 6. Verify that destination repository is azinchen branch master.

eleaner commented 1 year ago

@azinchen I tried the "squash", but I am not sure if what I got is what you need. Is there any chance you can check? Alternatively - could we jump on some screen share so you could see what I am doing?