Search results

  1. P

    Help with command

    Thank you for your help
  2. P

    Help with command

    I just tried adding the backslashes seconds before you posted this. It's running the backup as I'm typing
  3. P

    Help with command

    Does more than it has :) rsync -r -t -v --progress -s /home/rob/.local/share/American Truck Simulator 192.168.1.61:/media/Spare/Lenny/test/ sending incremental file list rsync: [sender] link_stat "/home/rob/.local/share/American" failed: No such file or directory (2) rsync: [sender] link_stat...
  4. P

    Help with command

    Strange. The command "rsync -r -t -v --progress --delete -s /home/rob/Stuff/ 192.168.1.61:/media/Storage/Lenny/Stuff/" Works fine in another script. I'll have to keep working on it. Thanks for your help
  5. P

    Help with command

    rob@lenny:~$ rsync -r -t -v --progress -s '/home/rob/.local/share/American\ Truck\ Simulator' 192.168.1.61:/media/Spare /Lenny/test / Unexpected remote arg: 192.168.1.61:/media/Spare/Lenny/test rsync error: syntax or usage error (code 1) at main.c(1496) [sender=3.2.3]
  6. P

    Help with command

    I have tried adding the user and got the same error. I have "rsync -r -t -v --progress --delete -s /home/rob/Stuff/ 192.168.1.61:/media/Storage/Lenny/Stuff/" In the same script and this command works fine. Thats why I thought the problem was because of the spaces in the folder name
  7. P

    Help with command

    Thanks. I tried it and got this error Unexpected remote arg: 192.168.1.61:/media/Spare/Lenny/test rsync error: syntax or usage error (code 1) at main.c(1496) [sender=3.2.3]
  8. P

    Help with command

    I am trying to write a script to backup a folder to my server, but I'm making a error in the rsync command somewhere. I'm able to do what I want in grsync, but when I use the command that grsync gives me I get a error. The command I'm using is below "rsync -r -t -v --progress -s...
Top