this post was submitted on 01 Aug 2023
46 points (100.0% liked)
Free and Open Source Software
17957 readers
149 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I recently set up rsnapshot. You set the backup cadence as a cron job. And then every time it runs, it hard links all the files that haven't changed, then rsyncs all the files that have changed. So you could go back to three days ago if you set it up that way. Or last month. Or whatever works for your use case.
The catch is that it has to pull the files rather than push, so if you have a Synology or something with a smaller OS, it may not support rsnapshot. For my Synology, I had to create a docker container for it to work, since there was no way to install it directly on the host OS.