Q - I am trying to restore data from tape using cpio to another area of the same disk. The only way I can think to do this at present is interactively;
# cpio -ir <filename >/dev/tape
This prompts me for a new filename but does restore to my current directory. Is there a way to reload the data to a different directory than the one it was taken from without having to rename each file interactively?
# cpio -ir <filename >/dev/tape
This prompts me for a new filename but does restore to my current directory. Is there a way to reload the data to a different directory than the one it was taken from without having to rename each file interactively?