Hello, I'm using nautical-backup for my Docker container backups and have two questions/feature requests:
-
ZIP Compression for Container Backups
Is it possible to implement an option to automatically compress (ZIP/tar.gz) each container's backed-up folders separately? This would help with reducing backup storage requirements and making it easier to transfer backups. Currently, I'm backing up raw folders that contain thousands of individual files each
-
Excluding Specific Subfolders
I've been trying to use the exclude option to skip certain subfolders from backups, but haven't been successful. I suspect I'm specifying the paths incorrectly.
For example, if I have a container with volumes:
/data/container1/config
/data/container1/cache
And I want to exclude the cache folder, what's the correct syntax for the environment variable RSYNC_CUSTOM_ARGS to exclude the cache folder?
Thank you for this great tool!
Hello, I'm using nautical-backup for my Docker container backups and have two questions/feature requests:
ZIP Compression for Container Backups
Is it possible to implement an option to automatically compress (ZIP/tar.gz) each container's backed-up folders separately? This would help with reducing backup storage requirements and making it easier to transfer backups. Currently, I'm backing up raw folders that contain thousands of individual files each
Excluding Specific Subfolders
I've been trying to use the exclude option to skip certain subfolders from backups, but haven't been successful. I suspect I'm specifying the paths incorrectly.
For example, if I have a container with volumes:
/data/container1/config
/data/container1/cache
And I want to exclude the cache folder, what's the correct syntax for the environment variable RSYNC_CUSTOM_ARGS to exclude the cache folder?
Thank you for this great tool!