Results 1 to 5 of 5

Thread: Help with rsync to NAS over SSH

  1. #1
    Join Date
    May 2008
    Beans
    22

    Question Help with rsync to NAS over SSH

    Hi,

    I've bought a NAS (Western Digital My Book World Edition 1TB) which I want to use to make backups (preferably incremental) of some important files.

    After much deliberation in finding suitable backup software it seems like good old rsync is the best thing for the job (backintime struggles to copy to remote locations?)

    I have enabled SSH on the NAS config. I'm using the following command to do a test run on a small folder:

    Code:
    sudo rsync -azvv -e ssh /home/matt/Careers/ admin@192.168.1.100:/public/AutoBackup/
    And I get the following error:

    Code:
    admin@192.168.1.100's password: 
    sending incremental file list
    rsync: mkdir "/public/AutoBackup" failed: No such file or directory (2)
    rsync error: error in file IO (code 11) at main.c(567) [receiver=3.0.2]
    rsync: connection unexpectedly closed (9 bytes received so far) [sender]
    rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.7]
    The location I want to backup to appears in Nautilus as either: smb://192.168.1.100/public/AutoBackup or smb://mybookworld/public/AutoBackup

    Anyone know where I'm going wrong here? I'm sure it's probably something simple but I can't crack it. I've tried variations on the destination folder such as admin@192.168.1.100:/AutoBackup/ without success.

    Alternatively, any other software solutions would be welcomed!

    Thanks!

  2. #2
    Join Date
    May 2008
    Beans
    22

    Re: Help with rsync to NAS over SSH

    Gentle nudge!

  3. #3
    Join Date
    May 2008
    Beans
    22

    Re: Help with rsync to NAS over SSH

    Last chance saloon!

  4. #4
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Help with rsync to NAS over SSH


  5. #5
    Join Date
    May 2008
    Beans
    22

    Re: Help with rsync to NAS over SSH

    Thanks, I will try when I get home!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •