Re: cygwin rsync windows to windows ACL problem

2007-10-02 Thread havoc
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=blah SRC DST ...specifically the --backup and --backup-dir options which I use to make my incremental backups from the mirror, and

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
: [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 ownership of files from windows to windows

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
[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: cygwin rsync windows to windows ACL problem Does robocopy handle partial transfers, and backups

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Stephen Zemlicka
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 definitely

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
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:

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
, 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 the same corporate park connected by an unreliable radio backhaul, and several terabytes of data to sync daily, hence my

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Stephen Zemlicka
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 permissions? Robocopy

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
: [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

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Stephen Zemlicka
. _ 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 problem So even

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
: 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/Windows specific behavior (as it does work on linux)? On Monday 01 October 2007, Stephen Zemlicka wrote

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
@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 permissions? Robocopy can do this without transferring data? I haven't finished reading all about it yet, but have

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Stephen Zemlicka
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 permissions? Robocopy can do this without transferring data? I haven't finished reading all

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
: 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 permissions? Robocopy can do this without transferring data

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Stephen Zemlicka
-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 installing cygwin

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
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 later tonight to see if having rsync on both ends solves the ACL issue. I just can't do it now

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
[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 installing cygwin and an rsync

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Steve Radich
, 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 drive, kindof, it's a netbios

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread havoc
@lists.samba.org Subject: Re: cygwin rsync windows to windows ACL problem Yes, mapped drive, kindof, it's a netbios default share, but essentially the same thing. I am trying to avoid any situation that requires special handling on the remote (client workstation) side, like additional software

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Matt McCutchen
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

Re: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Matt McCutchen
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 read the