I have rsync + robocopy working. I would use robocopy alone but I don't think
it can do what I want to do with rsync:
rsync -avP --delete --backup --backup-dir= SRC DST
...specifically the --backup and --backup-dir options which I use to make
my "incremental" backups from the mirror, and then
On 10/1/07, Steve Radich <[EMAIL PROTECTED]> wrote:
> Wouldn't robocopy better serve these EXACT needs? It doesn't handle
> partial file transfers, but neither will rsync given that you are
> running it only on one end - I.e. to calculate the crc to compare the
> files contents it would have to rea
On 10/1/07, Stephen Zemlicka <[EMAIL PROTECTED]> wrote:
> Let's get terminology out of the way first. The computer
> sending data is the client and the computer storing the backups is the
> server.
No, you may be pushing, but Havoc is pulling. Look at the command in
the original message:
> I am
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 12:46 PM
> To: rsync@lists.samba.org
> Subject: Re: cygwin rsync windows to windows ACL problem
>
> Yes, mapped drive, "kindof", it's a netbios defa
Development, Training, Hosting, Troubleshooting -
http://www.bitshop.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
havoc
Sent: Monday, October 01, 2007 12:46 PM
To: rsync@lists.samba.org
Subject: Re: cygwin rsync windows to windows ACL problem
Yes, mapped d
_
> > Stephen Zemlicka
> > Integrated Computer Technologies
> > PH. 608-558-5926
> > E-Mail [EMAIL PROTECTED]
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of havoc
> > Sent
lto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 12:42 PM
> To: rsync@lists.samba.org
> Subject: Re: cygwin rsync windows to windows ACL problem
>
> Well, I'll try installing cygwin and an rsync daemon on one of the XP
> workstations to be backed up lat
hnologies
PH. 608-558-5926
E-Mail [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
havoc
Sent: Monday, October 01, 2007 12:42 PM
To: rsync@lists.samba.org
Subject: Re: cygwin rsync windows to windows ACL problem
Well, I'll try install
t: Monday, October 01, 2007 12:06 PM
> To: rsync@lists.samba.org
> Subject: Re: cygwin rsync windows to windows ACL problem
>
> Would running an rsync daemon on the client side (using Matt's ACL enabled
> rsync) solve my ACL problem?
>
> On Monday 01 October 2007, havoc wrote:
>
nologies
> > PH. 608-558-5926
> > E-Mail [EMAIL PROTECTED]
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of havoc
> > Sent: Monday, October 01, 2007 11:28 AM
> > To: rsync@lists.samba.org
gt; E-Mail [EMAIL PROTECTED]
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of havoc
> > Sent: Monday, October 01, 2007 11:28 AM
> > To: rsync@lists.samba.org
> > Subject: Re: cygw
t; -Original Message-
> From: havoc [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 01, 2007 11:54 AM
> To: Stephen Zemlicka
> Subject: Re: cygwin rsync windows to windows ACL problem
>
> So even with a mapped drive --partial will have no effect?
> Is this cygwin/Wind
ds to send.
_
Stephen Zemlicka
Integrated Computer Technologies
PH. 608-558-5926
E-Mail [EMAIL PROTECTED]
-Original Message-
From: havoc [mailto:[EMAIL PROTECTED]
Sent: Monday, October 01, 2007 11:54 AM
To: Stephen Zemlicka
Subject: Re: cygwin rsync windows to windows ACL proble
ted Computer Technologies
> PH. 608-558-5926
> E-Mail [EMAIL PROTECTED]
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 11:28 AM
> To: rsync@lists.samba.org
> Subject: Re: cygwin rsync wind
om: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
havoc
Sent: Monday, October 01, 2007 11:28 AM
To: rsync@lists.samba.org
Subject: Re: cygwin rsync windows to windows ACL problem
Intriguing, you're saying to use rsync to copy/sync the data, the use
robocopy
to only recursively set permiss
[EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 11:00 AM
> To: rsync@lists.samba.org
> Subject: Re: cygwin rsync windows to windows ACL problem
>
> Unfortunately I don't think it will work.
> We have two offices in th
On Monday 01 October 2007, Matt McCutchen wrote:
> On 10/1/07, havoc <[EMAIL PROTECTED]> wrote:
> > I am having problems using rsync on cygwin to properly copy the
> > ownership of files from windows to windows.
> > I am running: rsync -avPA //src_addr/some/path /local/dst/path/
> >
> > Based on:
>
Subject: Re: cygwin rsync windows to windows ACL problem
Unfortunately I don't think it will work.
We have two offices in the same corporate park connected by an unreliable
radio backhaul, and several terabytes of data to sync daily, hence my desire
to get rsync working :(
PS: I will defin
On 10/1/07, havoc <[EMAIL PROTECTED]> wrote:
> I am having problems using rsync on cygwin to properly copy the
> ownership of files from windows to windows.
> I am running: rsync -avPA //src_addr/some/path /local/dst/path/
>
> Based on:
> http://www.mail-archive.com/rsync@lists.samba.org/msg18920.h
ntegrated Computer Technologies
> PH. 608-558-5926
> E-Mail [EMAIL PROTECTED]
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 10:50 AM
> To: rsync@lists.samba.org
> Subject: Re:
ssage-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
havoc
Sent: Monday, October 01, 2007 10:50 AM
To: rsync@lists.samba.org
Subject: Re: cygwin rsync windows to windows ACL problem
Does robocopy handle partial transfers, and backups of changed deleted
files?
My reason for want
PH. 608-558-5926
> E-Mail [EMAIL PROTECTED]
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> havoc
> Sent: Monday, October 01, 2007 9:59 AM
> To: rsync@lists.samba.org
> Subject: cygwin rsync windows to windows ACL problem
>
>
EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
havoc
Sent: Monday, October 01, 2007 9:59 AM
To: rsync@lists.samba.org
Subject: cygwin rsync windows to windows ACL problem
I am having problems using rsync on cygwin to properly copy the
ownershi
I am having problems using rsync on cygwin to properly copy the
ownership of files from windows to windows.
I am running: rsync -avPA //src_addr/some/path /local/dst/path/
Based on:
http://www.mail-archive.com/rsync@lists.samba.org/msg18920.html
and:
http://www.nabble.com/Re:-I-need-rsync-+-acl-su
24 matches
Mail list logo