I appreciate all the help i can get. Debugging something like this
with limited knowledge about rsync is not really too smooth.

- running symfony version 1.0.5
- sure the port is 22
- for exclude file see below



1 works:
rsync --progress  -azC --force [EMAIL PROTECTED]:/home/topdown/
symfony/jobrsync

2 does not work (symfony using cli symfony sync production go)
rsync --progress  -azC --force .../home/topdown/symfony/jobrsync
rsync --progress  -azC --force --delete --exclude-from=config/
rsync_exclude.txt

2 gives the following error when run manually
building file list ...
rsync: link_stat "/cygdrive/c/wamp/www/jobV2/.../home/topdown/symfony/
jobrsync"
failed: No such file or directory (2)
0 files to consider

this is very strange since it is the same as with command number 1




exclude file:
.svn
/cache/*
/log/*
/stats/*
/web/uploads/*
config/databases.yml
config/propel.ini
config/config.php
web/frontend_dev.php
web/backend_dev.php
lib/symfony
data/symfony


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to