RsyncTips
Contents
- Copy all files within 'src' over to 'dst', using compression ('z')
- rsync -vaze ssh /src host:/dst
- Copy the directory 'src' over to 'dst', entire files only ('W')
- rsync -vaWe ssh /src/ host:/dst
RsyncTips
Contents
RsyncTips (last edited 2007-03-26 00:38:07 by CarltonJiau)