ugh. dump / restore problem(s) "Cannot find file dump list"

Matthias Apitz guru at unixarea.de
Wed Nov 14 08:30:31 UTC 2012


El día Wednesday, November 14, 2012 a las 01:20:14AM -0700, Gary Aitken escribió:

> I needed to expand a /var partition, 
> which required saving and restoring /var and /usr
> 
> did the following:
>   booted to backup disk
>   dump -0aR -h 0 -f /usr/backup/dump_var_0_20121113_1920 /dev/ada0p4
>   (repeat for /tmp, /usr, / partitions to be safe)
>   repartitioned the main disk using gpart
>   newfs the modified partitions (var, tmp, usr)
>   rewrote the boot block and boot partition (#1)
>   mount /dev/ada0p4 /mnt/ssd/var
>   cd /mnt/ssd/var
>   restore -r /usr/backup/dump_var_0_20121113_1920
>   Cannot find file dump list
> 
> Any ideas why I get the "Cannot find file dump list"?
> What / where is it supposed to be?

You need to specify the file containing the DUMP with -f flag; and use
the flag -r only to restore to the original location, or -x to restore
into the current dir; check the man page for details;

	matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz               |  - No system with backdoors like Apple/Android
E-mail: guru at unixarea.de     |  - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |  - No proprietary attachments
phone: +49-170-4527211       |  - Respect for open standards


More information about the freebsd-questions mailing list