Description
I want to have the possibility to have a copy of the backup on a second disk.
I was thinking of using the script hook, but the script runs on the client that makes it unusable for this case. Running a script on the server is not possible now
What about an plugin to locally sync a backup to a second disc?
Use Case
I want to have an copy of the backup in case of disc failure
Alternatives Considered
- Using a server side script
- Plugin to duplicate the backup (Preferable using rsync)
- Alternating Plans that allow to backup every second week to a different repo
Description
I want to have the possibility to have a copy of the backup on a second disk.
I was thinking of using the script hook, but the script runs on the client that makes it unusable for this case. Running a script on the server is not possible now
What about an plugin to locally sync a backup to a second disc?
Use Case
I want to have an copy of the backup in case of disc failure
Alternatives Considered