Entire filesystem restore from rdiff-backup snapshot
- by atmosx
I'm trying to make a complete system restore from an rdiff-backup. The cli for backing was:
rdiff-backup --exclude-special-files --exclude /tmp --exclude /mnt --exclude /proc --exclude /sys / /mnt/backup/ebox/
I created a new partition mounted the partition at /mnt/gentoo and did:
rdiff-backup -r /mnt/vol2 /mnt/gentoo
However when I try to…