Hi,<br><br>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 <a href="http://users.softlab.ece.ntua.gr/~ttsiod/backup.html">http://users.softlab.ece.ntua.gr/~ttsiod/backup.html</a><br>

<br>Greg<br><br><div class="gmail_quote">On Wed, Apr 11, 2012 at 11:31 PM, Chris Arnold <span dir="ltr"><<a href="mailto:carnold@electrichendrix.com">carnold@electrichendrix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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:<br>


rsync --verbose --progress --stats --compress --recursive --times --perms --links --delete /Share/* / smb://<a href="http://192.168.123.6/Backup/EdensLandCorp" target="_blank">192.168.123.6/Backup/EdensLandCorp</a><br>
<br>
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?<br>


<span class="HOEnZb"><font color="#888888">--<br>
Please use reply-all for most replies to avoid omitting the mailing list.<br>
To unsubscribe or change options: <a href="https://lists.samba.org/mailman/listinfo/rsync" target="_blank">https://lists.samba.org/mailman/listinfo/rsync</a><br>
Before posting, read: <a href="http://www.catb.org/%7Eesr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br>
</font></span></blockquote></div><br>