I am having a problem getting RSYNC to backup remotely to a LaCie-2big-NAS (internet connected HDD). I have set all the permissions for the target directory to be "rwx" (read, write, executable) and if I ssh into the drive, I can rwx without issue. However, I cannot use RSYNC to initiate a session.
I get the following error (from GRSYNC; same error from terminal): ** Launching RSYNC command: rsync -r -t -p -o -g -v --progress --delete --modify-window=1 -l -s /home/ @XX.XX.XXX.XXX:/
sending incremental file list rsync: mkdir "/" failed: Read-only file system (30) rsync error: error in file IO (code 11) at main.c(657) [Receiver=3.1.2] Rsync process exit status: 11
0 Answers