So long story short, what are people using to reliably backup their machines without a lot of fuss? Most services don't support Macs or they don't support Linux, or they don't do infinite revisions.
Ask HN: Developer Workstation Backups
1–10 of 52 posts
Re: Ask HN: Developer Workstation Backups
#2Re: Ask HN: Developer Workstation Backups
#3Re: Ask HN: Developer Workstation Backups
#4All documentation and non-code files are in OneDrive, SharePoint, Teams, or good old fashioned shared network drives. IT handles backing that up for us. $Deity bless them, we've never lost anything from a database or file storage.
Re: Ask HN: Developer Workstation Backups
#5Documents and stuff are all in google docs/drive or something like that, all my dotfiles / config is in a git repo. I even work like this on my personal machine which is also used for gaming. In case of failure I can just wipe the OS drive and start fresh without any worries.
Re: Ask HN: Developer Workstation Backups
#6The most important stuff is backed up by version control, obviously. For everything else I use Syncthing.
No. Syncthing is not a great backup application because all changes to your files (modifications, deletions, etc.) will be propagated to all your devices. You can enable versioning, but we encourage you to use other tools to keep your data safe from your (or our) mistakes."
https://docs.syncthing.net/users/faq.html#is-syncthing-my-id...
Re: Ask HN: Developer Workstation Backups
#7Re: Ask HN: Developer Workstation Backups
#8The actual computer/OS that I happen to be using is entirely not a concern for me anymore. Even accounting for installing VS2022, office, etc., I can go from zero to productive in about 30-45 minutes.
Fast storage and networks changed everything for me.
Re: Ask HN: Developer Workstation Backups
#9nothing else, if my machine crashes, I just install linux, git and docker and jump back into it.
when the source has been checked out by git, I run the build script which fetches the build environment container for me, which contains the interpreters, compilers, libraries and other tools I need.
Re: Ask HN: Developer Workstation Backups
#10Run, don't walk, imo. I swapped to backblaze.