4 ms·
I've given out jwz's link to several people: https://www.jwz.org/doc/backups.html https://www.jwz.org/doc/backups.html (maybe copy/paste this into browser ins
by m463 9d ago
I've given out jwz's link to several people:
https://www.jwz.org/doc/backups.html https://www.jwz.org/doc/backups.html
(maybe copy/paste this into browser instead of following link, since referrer from hn apparently does something)
- NetOpWibby 9d agoOh that's fantastic (HN redirect)
- everybodyknows 9d ago> have this happen every morning at 5AM by creating a temporary text file containing this line: 0 5 * * * rsync -vax --delete --ignore-errors / /Volumes/Backup/ This leaves you needlessly exposed to this failure mode: Commit some "braino" that wipes out some recent work. Go to bed without noticing the loss. 5am rsync run wipes your backup as well. The fix is to back up to not just one but to a rotation of images. Use --link-dest to reduce storage overhead to the size of the directory hierarchy only.
- cranberryjoe 8d agoClicks on the link…yeah that’s accurate