Good morning,
I am currently setting up FreeBSD 8.2 on a small office "server". I have read many articles on dump for backup purposes and I am just a little confused about the proper syntax. My system consists of one 500 GB hard drive for day to day file sharing etc. and I want to use dump for my backups to another 500 GB hard drive mounted at boot by editing fstab. Is the correct syntax for the operation to succeed:
Primary data drive - ad6 (source)
Backup drive - ad10 (destination)
I tried this several times and the dump log stated no errors. However, when I followed the notes on using restore the system would state that there was no file by that name even though I could use
I appreciate any help with this.
Thank you.
I am currently setting up FreeBSD 8.2 on a small office "server". I have read many articles on dump for backup purposes and I am just a little confused about the proper syntax. My system consists of one 500 GB hard drive for day to day file sharing etc. and I want to use dump for my backups to another 500 GB hard drive mounted at boot by editing fstab. Is the correct syntax for the operation to succeed:
Primary data drive - ad6 (source)
Backup drive - ad10 (destination)
dump -0Lauf /source drive /destination backup driveI tried this several times and the dump log stated no errors. However, when I followed the notes on using restore the system would state that there was no file by that name even though I could use
ls and see the file named backup.dump.I appreciate any help with this.
Thank you.