Thanks to Tim Conway and Phil Marek. The correct way(s) to synchronize two
directory trees is to avoid a trailing "*" after the origin directory
(either use a . or nothing)
rsync -rlptPzu --delete /scratch/temp/Departure/. /scratch/temp/Arrival/
rsync -rlptPzu --delete /scratch/temp/Departure/ /
10/02/2002 06:07 AM
To: Rsync Mailing List <[EMAIL PROTECTED]>
cc: (bcc: Tim Conway/LMT/SC/PHILIPS)
Subject:deleting (empty) directories
Classification:
I am evaluating rsync for the mirroring of a website and associated
database. To exer
I am evaluating rsync for the mirroring of a website and associated
database. To exercise it and establish the correct run string I need I am
running tests LOCALLY between two test directories.
I have a /scratch/temp/Departure and a /scratch/temp/Arrival trees. I
apply changes to the Departure tr