Time Machine-style backups with rsync (2018)
samuelhewitt.com
Time Machine-style backups with rsync (2018)
1–10 of 57 posts
Re: Time Machine-style backups with rsync (2018)
#2Anyone have a good script for macOS triggered by launchd, ideally something that uses FSEvents to check for directory changes?
Re: Time Machine-style backups with rsync (2018)
#3Re: Time Machine-style backups with rsync (2018)
#4Otherwise, I think, restic or kopia are better for proper backups, and Syncthing for keeping a mirror copy. But the simplicity of this script in charming.
Re: Time Machine-style backups with rsync (2018)
#5I’m sure others will chime in that they used hard links like this before then, however as noted in that page, it’s the one that made it popular enough that rsync was updated to support the idea natively.
Re: Time Machine-style backups with rsync (2018)
#6Re: Time Machine-style backups with rsync (2018)
#7Seems similar to https://rsnapshot.org/
Re: Time Machine-style backups with rsync (2018)
#8Re: Time Machine-style backups with rsync (2018)
#9Isn’t restic better for backups overall? Anyone have a good script for macOS triggered by launchd, ideally something that uses FSEvents to check for directory changes?
Re: Time Machine-style backups with rsync (2018)
#10Why make hard links when you can use rsync or syncthing to just make an actual copy on an external hard drive eg via wifi or just remotely?