I have this working [almost] perfectly. Progress to this point would have not been possible without the kind help received here, so many thanks to the list for its advice and forbearance. And yet here I am again :)

I set up a naming structure of yyyymm for monthly backups. With 201003 being the base when I finally got the process command working. I assumed I could make an incremental backup moving the link-dest= forward. E.g using 201004, 201005, ... This does not work. It appears (via trial and error) the name of this directory can not change. It this correct?

The following command works:

  rsync --log-file=/share/data/rsync08.log  -vvaxH --numeric-ids --delete \
     --exclude=/home/apache/logs --link-dest=../../201003/myserver/home/ \
     --log-file=201009.log \
     -e ssh [email protected]:/home .

If I change link-dest=../../201009/myserver/home/ it starts a new base. Via google and RTFM it seems that naming schemes keep the name of the link-dest directory constant. Is this a requirement or am I yet missing one more thing?

dtd
_____
Douglas Denault
http://www.safeport.com
[email protected]
Voice: 301-217-9220
  Fax: 301-217-9277
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to