Home

January 22nd, 2008

09:17 am
Solaris' dump different from Linux's

So, this dump command for remote storage won't work. Here's one that might do well, for just a set of directories.
find /my/dir | cpio -ocv | ssh user@somewhere 'cat > backup.cpio'