Hacker News new | ask | show | jobs
by ChopSticksPlz 3035 days ago
I keep my projects on my private infra. Software (Git/Subversion/etc) is installed in a VM which easy to backup automatically, data is kept on a shared volume on ZFS filesystem which has snapshots enabled. Additionally rsync job is running daily to sync all my important data with a disk in a remote location, could use encrypted cloud for that though. Recently been able to restore my projects from 2003 so this approach works for me :)