azinchen / duplicacy

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

Pre / post backup script capability removed as "duplicate", but I don't see any other ability #178

Closed stuckj closed 1 year ago

stuckj commented 1 year ago

The ability to run pre/post backup scripts was removed here: https://github.com/azinchen/duplicacy/pull/177. It indicates it was "duplicate" functionality, but I don't see any other ability in the readme to run pre/post scripts.

Am I missing something?

I was using this to snapshot my DBs before backing them up so it's not trying to backup a running DB. Just noticed my backups were failing now 'cause there was nothing to backup (since the DB wasn't snapshotted with the snapshot mounted).

I'd love to not have to fork the project to have the capability again, but I thought maybe I was just missing some other ability to do this.

azinchen commented 1 year ago

Pre-/post- scripts implementation in azinchen/duplicacity duplicates internal functionality of duplicacity. https://forum.duplicacy.com/t/pre-command-and-post-command-scripts/1100

stuckj commented 1 year ago

Ah, didn't even realize that was something duplicacy already supported! Cool, I'll try switching to that instead.

Thanks!