I am trying to setup a backup to a USB drive attached to Raspberry Pi at an offsite location. The USB drive is mounted at the remote side at /media/pi/backup and I have set RootDir in my config. I get the following error when I try to run the backup:
Error (562): RootDir /media/pi/backup does not exist
If I ssh using the using id_rsa_affa key file, generated by Affa, I am able to goto /media/pi/backup folder and create files, delete and view files.
This is my config
remoteHostName=foo.bar
remoteUser=pi
SMEServer=yes
Watchdog=yes
ConnectionCheckTimeout=120
Debug=no
Description=Remote SME server backup
DiskSpaceWarn=normal
RootDir=/media/pi/backup
TimeSchedule=0215
localNice=15
remoteNice=15
rsync--inplace=yes
rsyncCompress=no
rsyncTimeout=900
scheduledKeep=1
sshPort=22
dailyKeep=7
weeklyKeep=4
monthlyKeep=12
yearlyKeep=1
status=enabled