On Monday 15 March 2004 04:10, Bill Campbell wrote:
> I would do this with two rsync runs from one machine
>
> cd $directory
> rsync -e ssh -vaurP ./ $remote:$directory
> rsync -e ssh -vaurP $remote:$directory/ .
Hi Bill,
Is the option
-P --partial -- progress
means 'incremental' ???
What will be difference between
'./ $remote:$directory' and '$remote:$directory/'
TIA
B.R.
Stephen Liu
>
> Better yet, set up the directories in the rsyncd.conf files on
> each machine:
>
> cd $directory
> rsync -vaurP ./ ${remote}::dir_module/
> rsync -vaurP ${remote}::dir_module/ .
>
> Bill
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"