Hi!
I want to create full backups of remote computers. I managed to backup the full zroot now, but in order to recover from a complete crash, more seems to be needed.
There are 3 partitions on each computer:
But when I backup zroot, I am still missing the partitions 1 and 2. I tried to mount them to find out whats on them, but that didn't work:
Why can't I mount that partition? And can I backup them?
I want to create full backups of remote computers. I managed to backup the full zroot now, but in order to recover from a complete crash, more seems to be needed.
There are 3 partitions on each computer:
Code:
# gpart show
=> 40 468862048 ada0 GPT (224G)
40 409600 1 efi (200M)
409640 1024 2 freebsd-boot (512K)
410664 984 - free - (492K)
411648 468449280 3 freebsd-zfs (223G)
468860928 1160 - free - (580K)
Code:
# mount /dev/ada0p1 /mnt
mount: /dev/ada0p1: No such file or directory