Ask HN: How do you backup your linux system?
41–50 of 86 posts
Re: Ask HN: How do you backup your linux system?
#42Re: Ask HN: How do you backup your linux system?
#43Re: Ask HN: How do you backup your linux system?
#44We back up photos from our iOS devices to this server using an app called PhotoSync. I also have an instance of the Google Photos Desktop Uploader running in a docker container using x11vnc / wine to mirror the photos to Google Photos (c'mon Google, why isn't there an official Linux client???). I'm really paranoid about losing family photos. I even update an offsite backup every few weeks using a portable HDD I keep at the office.
Re: Ask HN: How do you backup your linux system?
#45Sidenote: I was using Time Machine on MacOS but since I upgraded to 10.13, APFS disks are mandatorily excluded by the OS (apparently as a workaround to to some bug), so restic it is too.
[0]: (warning: jwz) https://www.jwz.org/doc/backups.html
Re: Ask HN: How do you backup your linux system?
#461. Place desired data to back up on a drive (which may be network attached). 2. Clone said drive to an external drive. Detach and lock it in a water/fireproof box when not in use. 3. Swap external drive with another that is stored off site every week or two. 4. Swap with yet another off site external drive less often (a few months).
Re: Ask HN: How do you backup your linux system?
#47- Crashplan[1] for cloud backups (also nightly; crashplan can backup continuously but I don't do that)
Pretty happy with it, though dirvish takes a little bit of manual setup. Never had to resort to the cloud backups yet.