Contents
Links
Cpio -- home page;
Cpio -- documentation;
cpio.1 -- man-page;
cpio How-To & Quick Start -- tutorial;
cpio -- web-column;
Quick commands
Backups
- from one directory to another:
cd {source} find . -depth -print0 \ | cpio \ --pass-through \ --null \ --make-directories \ --preserve-modification-time \ --sparse \ --verbose \ {destination}