You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to backup every day and keep only that daily backup.
I then have an external backup solution (Hyper Backup, FYI) that will backup that file, some minutes/hours after it is created.
It is the responsibility of HB to keep the multiple versions of the backup.
To achieve this, I believe I need to somehow have docker-db-backup create/overwrite the backup file everyday, i.e., the backup filename must not change.
is this possible?
ps: I've set GZ_RSYNCABLE to true but this is only one part of the solution
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
Can someone suggest how to achieve this scenario:
The goal is to backup every day and keep only that daily backup.
I then have an external backup solution (Hyper Backup, FYI) that will backup that file, some minutes/hours after it is created.
It is the responsibility of HB to keep the multiple versions of the backup.
To achieve this, I believe I need to somehow have docker-db-backup create/overwrite the backup file everyday, i.e., the backup filename must not change.
is this possible?
ps: I've set GZ_RSYNCABLE to true but this is only one part of the solution
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions