Package: tar
Architecture: i386
Version: 1.16-2
Severity: normal


I mounted an old volume on /mnt and wanted to tar it to a new volume:

cd /new && tar --one-file-system -C /mnt -cpvf - . | tar -xpf -


Now I see 'file changed as we read it' for many (but not all) files although /mnt and /new are not used by any process. Could the blanks in the file names be the reason?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to