Hi,
I wonder how I'm doing to mount my Western Digital NAS to my B3, the disk are connected to same network as my B3? I should use my WD NAS as backup disk, so I should use rsync or similar for the backup job.
Regards,
Micke
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Mount NAS to B3 for use with rsync
Re: Mount NAS to B3 for use with rsync
Hi Micke,
Please let us know what network sharing protocols your NAS is capable of.
Has it got a SSH daemon? Then you don't need to mount anything...
There is a wiki article about using rsync.net:
http://wiki.excito.org/wiki/index.php/T ... _rsync.net
Not sure if you are comfortable with storing stuff off-site, or if the space is enough.
Please give us some details...
Best regards,
Cheeseboy
Please let us know what network sharing protocols your NAS is capable of.
Has it got a SSH daemon? Then you don't need to mount anything...
There is a wiki article about using rsync.net:
http://wiki.excito.org/wiki/index.php/T ... _rsync.net
Not sure if you are comfortable with storing stuff off-site, or if the space is enough.
Please give us some details...
Best regards,
Cheeseboy
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Mount NAS to B3 for use with rsync
I don't know about using rsync over NFS but over Samba it has to copy the entire file every time so you lose one of the main benefits of rsync, i.e. only having to copy diffs.
SSH is definitely the way to go if you can.
SSH is definitely the way to go if you can.
Re: Mount NAS to B3 for use with rsync
rsync over SSH works really well, incremental backups have the magic to not only copy changed files, but only the bits that are changed..
EDIT:
Sorry for reiterating exactly what randomusername said there, I misread NFS as SSH.
EDIT:
Sorry for reiterating exactly what randomusername said there, I misread NFS as SSH.
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Mount NAS to B3 for use with rsync
Apology acceptedCheeseboy wrote:EDIT:
Sorry for reiterating exactly what randomusername said there, I misread NFS as SSH.

Re: Mount NAS to B3 for use with rsync
Yes, I think I have the possibility to use SSH. I will try it and will come back if it doesn't work.Cheeseboy wrote:Hi Micke,
Please let us know what network sharing protocols your NAS is capable of.
Has it got a SSH daemon? Then you don't need to mount anything...
There is a wiki article about using rsync.net:
http://wiki.excito.org/wiki/index.php/T ... _rsync.net
Not sure if you are comfortable with storing stuff off-site, or if the space is enough.
Please give us some details...
Best regards,
Cheeseboy
Thanks!