You could use snapshots to provide the backup portion.
Comment on 3-2-1 Backups: How do you do the 1 offsite backup?
AtariDump@lemmy.world 2 days agoBut doesn’t that sync in real-time? Making it not a true backup?
sugar_in_your_tea@sh.itjust.works 1 day ago
Appoxo@lemmy.dbzer0.com 2 days ago
In theory you could setup a cron with a docker compose to fire up a container, sync and once all endpoint jobs are synced to shut down.
As it seemingly has an API it should be possible.thejml@lemm.ee 2 days ago
Have it sync the backup files from the -2- part. You can then copy them out of the syncthing folder to a local one with a cron to rotate them. That way you get the sync offsite and you can keep them out of the rotation as long as you want.
huquad@lemmy.ml 2 days ago
Agreed. I have it configured on a delay and with multiple file versions. I also have another pi running rsnapshot (rsync tool).
AtariDump@lemmy.world 2 days ago
How’d you do that?
huquad@lemmy.ml 2 days ago
For the delay, I just reduce how often it checks for new files instead of instantaneously.
rumba@lemmy.zip 2 days ago
Edit the share, enable file versioning, choose which flavor.