create image?
I thought I could just boot up a limode when needed but I dopn;t want to pay for a daily backup.
What is the best way to image the disk as it is right now and then restore from that when needed?
2 Replies
mount /dev/sdc /mnt/my-backup
cp -a /etc/* /mnt/my-backup
umount /dev/sdc
Then transfer it to your home machine and whatever media you want?