The output of "freebsd-update IDS >> outfile_28Jan2013.ids" is useless for
this purpose.
I now will do it like that:
root@freebsd:/mnt/dump/tmp # bzcat
../dump-9.1-RELEASE-20130123_193142-usr_f.dump | restore rf -
unfortunately it happened:
/mnt/dump: write failed, file system is full
write error extracting inode 2078075, name
./local/share/locale/id/LC_MESSAGES/GConf2.mo
write: No space left on device
^Crestore interrupted, continue? [yn] n
;)
I still have to solve this.
Then I will run
# ls -l /usr/bin | awk '{print $3" "$9}' > foo_original.txt
# ls -l /dump_dir/usr/bin | awk '{print $3" "$9}' > foo_dump.txt
and diff both text files. After that I'll do it for all relevant
directories.
How to continue depends to the output of diff.
Regards,
Ralf
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"