more questions Re: deleting (empty) directories

2002-10-03 Thread my old address
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/ /

Re: deleting (empty) directories

2002-10-02 Thread tim . conway
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

deleting (empty) directories

2002-10-02 Thread My old address
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