Guest_imported
New member
- Jan 1, 1970
- 0
i used cpio to backup the entire system:
find . -depth -print | cpio -ocvB -O /dev/rct0
i wanted to restore a particular file or dir, say /etc/motd - tried: in this example on a current directory .
cpio -iv </dev/rct0 /etc/motd .
is there something wrong with the command?
find . -depth -print | cpio -ocvB -O /dev/rct0
i wanted to restore a particular file or dir, say /etc/motd - tried: in this example on a current directory .
cpio -iv </dev/rct0 /etc/motd .
is there something wrong with the command?