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
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
-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/
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
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
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
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
Wednesday, April 11, 2012 5:31 PM
To: rsync@lists.samba.org
Subject: Rsync to a Remote NAS
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
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
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
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'
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
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
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
-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
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
-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
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 -
18 matches
Mail list logo