Buy the Ubuntu Video CD on sale right now for $9.95...
Visit our Online Store for specials.
Visit our Online Store for specials.
Visit our Online Store for specials.
Visit our Online Store for specials.
Visit the online store for professional server training options
Buy the Apache Online Course now!
Visit our Online Store for specials.
cpio |
cpioBacking up data is a critical aspect of all computer use. Linux provides many easy methods for backing up data. The user should consider backing up all data that cannot be easily recovered quickly. That includes the /home directory which is the location of user data. You may also want to back up the /etc directory as this is where the majority of configuration files are located.
cpio can be used for system backups. The cpio format will preserve directory, pathname, inode, user, group, permissions and creation, modification times.
Options: -v verbose mode -B use large blocks -Cn use blocks of n bytes -c use ASCII headers
|