We are using the standard -av switch. And both filesystems are the same - UFS.<br><br><br> /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><br>
<br><br>Source system<br><br><source host>:<source dir># du -sh *<br>   1K   nohup.out<br>  20G   file1.dbf<br> 3.9G   file2.dbf<br> 7.6G   file3.dbf<br>   1K   x1<br>   1K   x2<br><br>Destination system<br><br>
bash-3.00# du -sh *<br>   1K   nohup.out<br>  20G   file1.dbf<br>  16G   file2.dbf<br> 7.6G   file3.dbf<br>   1K   x1<br>   1K   x2<br><br><br>