i apologise if i have chosen the wrong forum
i have a clonezilla iso. will burn to usb. boot it.
what should i note to actually be able to make a working restore point?
milomak wrote:what should i note to actually be able to make a working restore point?
LE_746F6D617A7A69 wrote:dd + gzip does the job - maximum flexibility
... excluding compressionHead_on_a_Stick wrote:LE_746F6D617A7A69 wrote:dd + gzip does the job - maximum flexibility
Nah, rsync is better because you can use it to change filesystems and partitions: https://wiki.archlinux.org/index.php/Rs ... tem_backup ← that can also be used on a running system.
Head_on_a_Stick wrote:LE_746F6D617A7A69 wrote:dd + gzip does the job - maximum flexibility
Nah, rsync is better because you can use it to change filesystems and partitions: https://wiki.archlinux.org/index.php/Rs ... tem_backup ← that can also be used on a running system.
LE_746F6D617A7A69 wrote:For Me, dd + gzip does the job - maximum flexibility, it's even possible to backup a running system.
cds60601 wrote:can this create an archive file such as a tarball opposed to an identical system on another drive?
Head_on_a_Stick wrote:cds60601 wrote:can this create an archive file such as a tarball opposed to an identical system on another drive?
Well you could tar up the system after using rsync but you would have to untar it before updating the backup, which is a faff. Why do you want an archive file?
cds60601 wrote:The way I understand for rsync, I would be required to have a dedicated drive just for a backup only.
Head_on_a_Stick wrote:cds60601 wrote:The way I understand for rsync, I would be required to have a dedicated drive just for a backup only.
Not at all, you can rsync to a directory, in fact that's the only way to use it. If you want to rsync the backup to a different drive then you have to mount the drive under a directory and point rsync to that.
Another big advantage of rsync is that it only copies the differences between old and new so if you back up every week then rsync will be *much* quicker than CloneZilla, dd, tar or whatever (unless CloneZilla also offers incremental backups, I've never used it so I don't know how it works).
cds60601 wrote:Didn't take long at all, faster than clonezilla for certain.
Return to System configuration
Users browsing this forum: No registered users and 14 guests