________________________________
From: Polytropon <[email protected]>
To: [email protected]
Cc: FreeBSD Mailing List <[email protected]>
Sent: Wednesday, November 14, 2012 12:27 PM
Subject: Re: ugh. dump / restore problem(s) "Cannot find file dump list"
On Wed, 14 Nov 2012 01:20:14 -0700, Gary Aitken wrote:
> mount /dev/ada0p4 /mnt/ssd/var
> cd /mnt/ssd/var
> restore -r /usr/backup/dump_var_0_20121113_1920
> Cannot find file dump list
>>The last command looks wrong. The restore program requires
>>the dump file to be provided via -f, so
>>
>> # restore -rf /usr/backup/dump_var_0_20121113_1920
>>
>>should work. You can find an example in "man restore".
Hi
There is no - . This is the correct format : restore rf /path/to/dump/files
good luck :)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"