7 ms·
I've played around with it. These CPUs are fast enough (certainly faster than Heroku and the like). However, ScaleWay still does not provide automated disk back
by glebm 9y ago
I've played around with it. These CPUs are fast enough (certainly faster than Heroku and the like). However, ScaleWay still does not provide automated disk backups, and manual snapshot requires you to shut down the instance first, so I went back to Linode.
- kogepathic 9y ago> However, ScaleWay still does not provide automated disk backups Does anyone offer that at this price point? Scaleway is ridiculously cheap. Lack of backups is par for the course for these low cost providers. > and manual snapshot requires you to shut down the instance first Yup, that does suck, and I wish they would fix it.
- jameskegel 9y agoI believe Digital Ocean offers this type of backup. I know I'm paying for something backup related to that effect.
- cubano 9y agoIs running a simple rsync cron backup really that tough? Sure I understand it's suboptimal but I've always had pretty good luck with it.
- naasking 9y ago> Sure I understand it's suboptimal but I've always had pretty good luck with it. "Luck" is not a feature of a backup system.
- patrickg_zill 9y agois ZFS available for Linux on ARM? You can take snapshots and use zfs send/receive for zero downtime , consistent backups.
- drdaeman 9y agoI'm not sure about ZFS (and it could be complicated - there is a problem with Scaleway servers that they use their own kernels so you have to mess with kexec if you want to run your own), but one can certainly do the same with LVM or even "bare" device-mapper. It's non-trivial, though. At least if one haven't dealt with that stuff before.
- cyberpunk 9y agoIt's apparently supported (so says zfsonlinux.org) but I wouldn't use it for anything you care about without ECC ram -- I'm willing to bet these have cheapo controllers which don't support that though..
- taneliv 9y agoWell, I would be more hesitant to use some other file system without ECC RAM than ZFS. However, "these cloud servers are backed by Cavium ThunderX SoCs, high end processors designed for the cloud, and DDR4 ECC memory," says the article. Nevertheless, I would not consider ZFS on these to be "production ready" except for very small values of "ready."