destination dir doubles in size

2001-09-22 Thread Ralph Brown
I am using Rsync to mirror my primary drive to a mounted second drive. I am using a crontab to control it: 30 3 * * * /usr/bin/rsync -rpogl /* /mnt/backup2/systemBackup/ The first run seems fine. But the subsequent running seems to double the original directory size. I notice this by running df -

Re: destination dir doubles in size

2001-09-22 Thread Martin Pool
On 22 Sep 2001, Ralph Brown <[EMAIL PROTECTED]> wrote: > I am using Rsync to mirror my primary drive to a mounted second > drive. I am using a crontab to control it: > > 30 3 * * * /usr/bin/rsync -rpogl /* /mnt/backup2/systemBackup/ > > The first run seems fine. But the subsequent running see