How to backup home directory
cd /home/
find . -depth -print0 | cpio --null --sparse -pvd /backup/home/
Tags: backup, home directory, Linux
cd /home/
find . -depth -print0 | cpio --null --sparse -pvd /backup/home/
Tags: backup, home directory, LinuxYou cannot comment on this entry