Wayne Davison escribió:
On Tue, Feb 28, 2006 at 12:54:53PM +0100, Matias Surdi wrote:

#NEXT COMMAND, IS JUST AN "ECHO" OF THE COMMAND THAT WILL BE RUN IN NEXT STEP.
---------------------------------------------------------------------
rsync -a -v --delete --timeout 120 --exclude='/msurdi/*' localhost:/home/ /usr/backups/gaia.0/


Since you can see the single quotes in the output of that echo, that
means that you're excluding files that start with a single quote (i.e.
nothing).  I assume you've over-escaped your single quotes.

..wayne..



Thanks Wayne...... that was the problem.

--
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