Rsync to a Remote NAS

Greg Deback (rsync) greg.deb+rsync at gmail.com
Wed Apr 11 15:36:24 MDT 2012


Hi,

I don't think rsync natively supports samba shared volumes. You should
probably start by mounting your shared volume, using mount -t smbfs, then
sync. See http://users.softlab.ece.ntua.gr/~ttsiod/backup.html

Greg

On Wed, Apr 11, 2012 at 11:31 PM, Chris Arnold
<carnold at electrichendrix.com>wrote:

> Forgive me if this has been addressed here before. We have a remote office
> that we need to backup to our NAS. We have a site to site certificate VPN.
> The remote site has over 51gb that needs to be backed up to our NAS over
> that VPN. I have tried this command:
> rsync --verbose --progress --stats --compress --recursive --times --perms
> --links --delete /Share/* / smb://192.168.123.6/Backup/EdensLandCorp
>
> and it just sits there and appears to do nothing. Does rsync make a
> tarball first and then put it where it is told to put it or does it just
> copy the files/folders over? Maybe it is the smb://xx.xx.xx.xx/whatever
> that is breaking it......the bottom line is i need to copy/rsync a
> directory to a remote server through a VPN. How is this accomplished?
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20120411/408b101e/attachment.html>


More information about the rsync mailing list