sblantipodi wrote:
don't you think that a block to block backup is better than the actual file backup?
If you're doing a single backup of a single machine, sure. However, storing raw disk images scales very poorly once you start doing multiple incremental backups of numerous systems. Keeping 4 full block-level backups of a Linode 360 will take 48GB; that's a lot of disk.
Quote:
With the disk image clone from the standard dashboard we can backup all file system, no file attribute problem. Why they choosed the file way?
Show of hands: who actually uses acls and file attributes? They're relatively rare. If you do, I recommend whipping up a script to crawl the filesystem and dump out a list for future restoration. (Like a mysqldump, but for a different database.)
Quote:
Anyway, I bought the backup service for 12 months because I like the 4 rotating slot. Before I bought the backup service I used to backup my linode manually using the linode dashboard by cloning the image, do you think that is safe to delete my cloned images and enlarge the "in use" disk image?
Up to you. For what it's worth, you weren't really backing up your system by cloning the images, since you'd still lose everything in the event of a storage failure, so you're coming out ahead now. But that's just pedantry.