The chapo.chat domain is also owned by the same person I believe and that expires in June. This is a hilariously bad clusterfuck. I’ve been there since day 1 and managed to dodge all the site drama.
Had no idea that it got this bad behind the scenes and this should be a wake up call to the community that we need to have a more open admin team and protocols in place for passing on ownership if something goes down.
Next their VPS expires and the instance disappears completely. (I hope not). Reminder to any sysadmin to do regular off-site backups in case something like that happens.
3-2-1 is some basic knowledge, even though I’ve been guilty of not doing that in the past when the budget was tight. But at least in those cases I’d take as many old PCs as I could find and run backups on them.
COW filesystems like BTRFS/ZFS with btrbk/sanoid are great for this. Only the initial copy may take a while, but after that it only takes the delta between the source and the destination to synchronize. On my main Server I have the OS on a single drive with BTRFS and all the actual data lives on a 4 disk zpool in raidz2. I have cron jobs set up to do hourly snapshots on both and I keep about a week worth of history. The BTRFS one gets synced to an external drive every 24 hours, while the zpool gets synced to another external 4 disk zpool on a weekly basis.
The chapo.chat domain is also owned by the same person I believe and that expires in June. This is a hilariously bad clusterfuck. I’ve been there since day 1 and managed to dodge all the site drama.
Had no idea that it got this bad behind the scenes and this should be a wake up call to the community that we need to have a more open admin team and protocols in place for passing on ownership if something goes down.
Next their VPS expires and the instance disappears completely. (I hope not). Reminder to any sysadmin to do regular off-site backups in case something like that happens.
3-2-1 is some basic knowledge, even though I’ve been guilty of not doing that in the past when the budget was tight. But at least in those cases I’d take as many old PCs as I could find and run backups on them.
COW filesystems like BTRFS/ZFS with btrbk/sanoid are great for this. Only the initial copy may take a while, but after that it only takes the delta between the source and the destination to synchronize. On my main Server I have the OS on a single drive with BTRFS and all the actual data lives on a 4 disk zpool in raidz2. I have cron jobs set up to do hourly snapshots on both and I keep about a week worth of history. The BTRFS one gets synced to an external drive every 24 hours, while the zpool gets synced to another external 4 disk zpool on a weekly basis.