Is your feature request related to a problem? Please describe.
I have docker volumes which can easily be unchanged for weeks if not months, so it would be inefficient and mostly a waste of my money to overwrite the backups in AWS S3 if the content hasn't changed.
Describe the solution you'd like
I have no solution I like, but some ideas are: using a non-encrypting hashing functionality to check for file change or you could compare the docker volume size.
Describe alternatives you've considered
I looked into using custom command, but as far as I know it doesn't support halting the executing of the backup.
Additional context
I do not use the internal cron-job functionality, but instead use an external script which attaches and detaches the docker container to all the existing volumes and uploads all the archives to AWS S3
Is your feature request related to a problem? Please describe.
I have docker volumes which can easily be unchanged for weeks if not months, so it would be inefficient and mostly a waste of my money to overwrite the backups in AWS S3 if the content hasn't changed.
Describe the solution you'd like
I have no solution I like, but some ideas are: using a non-encrypting hashing functionality to check for file change or you could compare the docker volume size.
Describe alternatives you've considered
I looked into using custom command, but as far as I know it doesn't support halting the executing of the backup.
Additional context
I do not use the internal cron-job functionality, but instead use an external script which attaches and detaches the docker container to all the existing volumes and uploads all the archives to AWS S3