Re: Rsync to a Remote NAS

2012-06-07 Thread Chris Arnold
If the NAS is 192.168.123.6 your command on the other side would be: rsync --verbose --progress --stats --compress --recursive --times --perms --links --delete /Share/ 192.168.123.6::Backup/EdensLandCorp I run this command and get failed to connect to 192.168.123.6: Connection refused. I should

Re: Rsync to a Remote NAS

2012-04-12 Thread Joachim Otahal (privat)
ba.org Sent: Thursday, April 12, 2012 3:28:42 PM Subject: Re: Rsync to a Remote NAS This is like mounting the remote drive via samba and then do a sync, this is like doing a normal copy job without the deltra transfer benefits of rsync. If at all possible you should run an rsync daemon on the NAS box

Re: Rsync to a Remote NAS

2012-04-12 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would say that it uses a method that has been obsolete for years to reinforce a model that has been obsolete for a decade :P (it defaults to cp -al instead of --link-dest and reinforces the outdated organization model based on tape rotation) On 04/

Re: Rsync to a Remote NAS

2012-04-12 Thread L. V. Lammert
At 03:47 PM 4/12/2012, Kevin Korb wrote: The third is retaining the differences between the current backup and the previous backups. This allows you to restore from previous backups without consuming tons of extra space. Rsync accomplishes this with the --link-dest feature. It is not dependen

Re: Rsync to a Remote NAS

2012-04-12 Thread Kevin Korb
al Message - From: "Joachim Otahal (privat)" > To: "Chris Arnold" Cc: > rsync@lists.samba.org Sent: Thursday, April 12, 2012 3:28:42 PM > Subject: Re: Rsync to a Remote NAS > > This is like mounting the remote drive via samba and then do a > sync, thi

Re: Rsync to a Remote NAS

2012-04-12 Thread Chris Arnold
click test connection, it does not connect. Does this one support the rsync daemon? - Original Message - From: "Joachim Otahal (privat)" To: "Chris Arnold" Cc: rsync@lists.samba.org Sent: Thursday, April 12, 2012 3:28:42 PM Subject: Re: Rsync to a Remote NAS This is like

Re: Rsync to a Remote NAS

2012-04-12 Thread Joachim Otahal (privat)
This is like mounting the remote drive via samba and then do a sync, this is like doing a normal copy job without the deltra transfer benefits of rsync. If at all possible you should run an rsync daemon on the NAS box and then run the rsync command on the other side of the VPN. rsync uses port

RE: Rsync to a Remote NAS

2012-04-11 Thread Stier, Matthew
I have to rsync files between a pair of NAS over a WAN, and since each NAS has an administrative server, we do the rsync 'server-to-server' using SSH. -Original Message- From: rsync-boun...@lists.samba.org [mailto:rsync-boun...@lists.samba.org] On Behalf Of Chris Arnold Sent: Wednesday,

Re: Rsync to a Remote NAS

2012-04-11 Thread L. V. Lammert
On Wed, 11 Apr 2012, Kevin Korb wrote: > Using either rsync over ssh or rsyncd which is what I said in my > original reply. But unfortunately few NAS appliances support those. > Check for a custom kerhel for your NAS box - most have a ssh daemon and rsync. We did that a lot a few years ago, but h

Re: Rsync to a Remote NAS

2012-04-11 Thread Kevin Korb
e - From: "Kevin Korb" >>>> To: rsync@lists.samba.org Sent: >>>> Wednesday, April 11, 2012 5:39:31 PM Subject: Re: Rsync to a >>>> Remote NAS >>>> >>>> You mean mount -t cifs ;) >>>> >>>> This is

Re: Rsync to a Remote NAS

2012-04-11 Thread josephj
t; - Original Message - From: "Kevin Korb" >> To: rsync@lists.samba.org Sent: Wednesday, >> April 11, 2012 5:39:31 PM Subject: Re: Rsync to a Remote NAS >> >> You mean mount -t cifs ;) >> >> This is a good plan B if the remote system can'

Re: Rsync to a Remote NAS

2012-04-11 Thread Kevin Korb
m: "Kevin Korb" > To: rsync@lists.samba.org Sent: Wednesday, > April 11, 2012 5:39:31 PM Subject: Re: Rsync to a Remote NAS > > You mean mount -t cifs ;) > > This is a good plan B if the remote system can't support rsyncd or > rsync over ssh. But unfortunat

Re: Rsync to a Remote NAS

2012-04-11 Thread Chris Arnold
So what would plan A be? - Original Message - From: "Kevin Korb" To: rsync@lists.samba.org Sent: Wednesday, April 11, 2012 5:39:31 PM Subject: Re: Rsync to a Remote NAS -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You mean mount -t cifs ;) This is a good plan B if the rem

Re: Rsync to a Remote NAS

2012-04-11 Thread BillDorrian
4-273-7625 Cell: 904-859-9471 From: Kevin Korb To: rsync@lists.samba.org, Date: 04/11/2012 05:39 PM Subject: Re: Rsync to a Remote NAS Sent by: rsync-boun...@lists.samba.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You mean mount -t cifs ;) This is a good plan B if the remote sy

Re: Rsync to a Remote NAS

2012-04-11 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You mean mount -t cifs ;) This is a good plan B if the remote system can't support rsyncd or rsync over ssh. But unfortunately it would mean running with --whole-file On 04/11/12 17:36, Greg Deback (rsync) wrote: > Hi, > > I don't think rsync nativ

Re: Rsync to a Remote NAS

2012-04-11 Thread Greg Deback (rsync)
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 wrote: > Forgive me if this has

Re: Rsync to a Remote NAS

2012-04-11 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rsync does not communicate via smb. It either communicates to its own service (rsyncd) or to another rsync command over ssh (like scp does). On 04/11/12 17:31, Chris Arnold wrote: > Forgive me if this has been addressed here before. We have a remote