We are using the standard -av switch. And both filesystems are the same -
UFS.


 /opt/rsync/bin/rsync -av  -e "ssh -l root" --delete
--exclude-from=/var/scripts/exclude
--password-file=/var/scripts/transfer.passwd <username>@<source
host>::<source dir>/ /<destination dir>


Source system

<source host>:<source dir># du -sh *
   1K   nohup.out
  20G   file1.dbf
 3.9G   file2.dbf
 7.6G   file3.dbf
   1K   x1
   1K   x2

Destination system

bash-3.00# du -sh *
   1K   nohup.out
  20G   file1.dbf
  16G   file2.dbf
 7.6G   file3.dbf
   1K   x1
   1K   x2
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to