# find . -print | cpio -oBv -H newc >/dev/st0
If uses "-H newc" you must remove "c", that is equivalent to "-H
oldc"
bye
|
- Backup error on exit Stephen White
- Dario Lesca
# find . -print | cpio -oBv -H newc >/dev/st0
If uses "-H newc" you must remove "c", that is equivalent to "-H
oldc"
bye
|