realestatepilot / docker-restic-backupclient

Easy backups with docker and restic
MIT License
5 stars 5 forks source link

restic dump-only #14

Closed wustus closed 1 month ago

wustus commented 2 months ago

I've added the --dump-only flag which we've initially implemented to use with Velero. When added, e.g. python3 backup_client.py run --dump-only, the execution stops after the dump-clients (elasticdump, mysqldump, ...) have been executed. See here

tgruenert commented 1 month ago

changes in this PR includes modern subprocess calls. LGTM