|
From: Alexander M. <mo...@me...> - 2015-10-28 11:16:52
|
On 28.10.15 13:25, fujisan wrote: > > Where is that number 1768059695 coming from? > I guess you are getting some text from remote machine instead or rsync protocol message. DEC -> HEX -> ASCII 1768059695 -> 6962732F -> ibs/ It looks like you have a problem with ssh login. You changed shell before start backup from command line and it worked. > # su -s /bin/bash backuppc If you omit "-s /bin/bash" you should get the same error. -- Alexander |