Maybe have a look at clonezilla https://clonezilla.org/downloads.php
I haven't used it myself, but other people have told me it works.
I haven't used it myself, but other people have told me it works.
I'm in the process of trying to get working via PXE, but can't get an NFS mount set up properly.Maybe have a look at clonezilla https://clonezilla.org/downloads.php
I haven't used it myself, but other people have told me it works.
I never used this approach, but it can be useful:Its a disk with an installation of Windows XP which I'd like to keep a backup copy of in case I need again at some time so I don't have to go through the pain of installing it again.
sdelete -z C:. The name is scaring, but it fill with zero only the unused sectors of your disk. But double-check. Do not use "-c" because it puts random byte. If the file system is highly fragmented, maybe defragment it using the Windows XP utilities. dd -conv=sparse will "compress" the zero bytes into a sparse file. dd side, gzip can compress the sequence of zero bytes. The same for every compressed VM image format.I'm in the process of trying to get working via PXE, but can't get an NFS mount set up properly.
Rather I think I did about ten years ago, but I'm trying to create a script so that I can automatically back up any disk I attach to my PXE client machine.
sudo su before I run the mount command.Good, glad to hear.Actually my server is using ZFS...
It can stay that way, you need only to create a "repo" data set, to put it on a separate file system than "/" (which is zroot/ROOT/default).Should my /etc/exports be written differently?
Or "backup" and "clonezilla" can be separate data sets (after creating zroot/repo):Code:zfs create -o mountpoint=/repo zroot/repo mkdir -p /repo/backup/clonezilla
Code:zfs create -p zroot/repo/backup/clonezilla