github-backup-docker icon indicating copy to clipboard operation
github-backup-docker copied to clipboard

Docker wrapper for github-backup

Results 2 github-backup-docker issues
Sort by recently updated
recently updated
newest added

I think it would be nice if backups were compressed. In my single test it was about 20% smaller. Every bit counts, right?

Hi! Thanks for the great image, I wanted the same :) The only trouble is `--output-directory=/srv/var/${DATE}/${u}` line - it makes a new directory each time, so incremental backup ![image](https://github.com/umputun/github-backup-docker/assets/2296742/1a184cbf-cc2e-4909-87c6-441cf02e0e3b) is...