> but I get lots of
> warning: cannot create hard link ./bin/uncompress->./bin/gunzip: File
> exists
Dump is probably complaining that it can't create a symbolic link because
the symbolic link already exists. It probably always archives symbolic
links, whether they have been recently created or no
I did a level 0 dump of a partition into another with the command
dump u0f - / | (cd /mnt; restore xf -)
Now I want to do a level 9 update, so that only what was changed since
the level 0 dump is upgraded. I tried
dump uf - / | (cd /mnt; restore xf -)
but I get lots of
warning: cannot create h
2 matches
Mail list logo