2016-06-03 11 views
0

ich einige Sicherungen mit rsnapshot zu tun versuche und bin immer wieder diesen Fehler:rsnapshot Ausgabe

/usr/bin/rsync -av --delete --numeric-ids --relative --delete-excluded \ 
--stats -L --whole-file --exclude=*/web/ --exclude=*/tmp/ \ 
--exclude=*/dms/ --exclude=*/Recycle\ Bin/ --exclude=*/app/logs/ \ 
--exclude=*/app/cache/ --exclude=*/vendor/ --exclude=/var/www/files/ \ 
--exclude=*/releases/ \ 
--exclude=/var/www/www.xxx.net/app/var/sessions/ \ 
--rsync-path=rsync_wrapper.sh --exclude=/var/www/psan-static/ \ 
--rsh=/usr/bin/ssh -p 9922 [email protected]:/var/www \ 
/data-ext/backups/rsnapshot/daily.0/myserver/ 

Unexpected remote arg: [email protected]:/var/www 
rsync error: syntax or usage error (code 1) at main.c(1348) [sender=3.1.0] 
---------------------------------------------------------------------------- 
rsnapshot encountered an error! The program was invoked with these options: 
/usr/bin/rsnapshot daily 
---------------------------------------------------------------------------- 
ERROR: /usr/bin/rsync returned 1 while processing [email protected]:/var/www/ 
/usr/bin/logger -i -p user.err -t rsnapshot /usr/bin/rsnapshot daily: \ 
ERROR: /usr/bin/rsync returned 1 while processing \ 
[email protected]:/var/www/ 

ich mit Parametern zu spielen versuchte, aber kann nicht herausfinden, was das Problem ist

Antwort

1

Das Problem war mit die

--exclude = */Recycle \ Bin/

Dies muss als Räume werden zitiert scheint nicht zu funktionieren.

--exclude="*/Recycle\ Bin/"