similar to: rsync Digest, Vol 107, Issue 24

Displaying 20 results from an estimated 1000 matches similar to: "rsync Digest, Vol 107, Issue 24"

2011 Nov 25
1
cwRsync got killed...
Last cwrsync was 4.1.0, current is 4.2.0. It was avail on sourceforge. Itefix.no decided "we want money for coding and support" - that itself is not wrong. Though _I_ never needed any rsync help on neither linux and windows (including mixed) scenarios. But they killed their sourceforge downloads, all, including past versions of cwrsync, including source. The 4.2.0 client is still
2012 Feb 16
2
Fwd: Re: cwRsync got killed...
A bit late, but someone (anonymous) provided a link to download. the md5 is correct, it matches the last sourceforge state. And the md5 and sha256 mentioned at https://www.itefix.no/i2/node/12862 - before he gave up the project. MD5 c787dfa854775793d1a1b5c3502b57b5 sha256 5abeec588e937bd749456ddb347e4116b0f8407e15f412281fc64c763d1de62d For obvious reasons you should check the md5 / sha256 after
2005 Jun 03
0
New cwRsync Release (2.0.0)
Hi, A new version of cwRsync installer has been released. cwRsync is a yet another packaging of Rsync and Cygwin. cwRsync VERSION 2.0.0 - June 2005 Highlights (see changelog for more info) - Two installers: client and server - Built-in OpenSSH server - Secure Channel Wrapper and Wizard - Rsync 2.6.5 - OpenSSH 4.1p1 - OpenSSL 0.9.7g - Cygwin 1.5.17-1 MD5 signatures:
2006 Mar 20
0
Rsync 2.6.7 with acl patch on Cygwin
Thanks to recent achievements, rsync with the acl patch has been a viable alternative for cygwin environments as well. --- Excerpt from the man page source: (--acl | -A) option causes rsync to update the destination ACLs to be the same as the source ACLs. This nonstandard option only works if the remote rsync also supports it. Note also that an optimization of the ACL-sending protocol used by
2006 Mar 20
1
Rsync acl patch 1.113 compilation problems on cygwin
Hi, Recently, there have been some fundamental achievements regarding acl-support on the cygwin platform. I thought that it would be convenient to offer an acl-patch enabled rsync as a part of the cwrsync package (a yet another minimalist rsync on cygwin solution). I get some compilation errors. What I did: - Downloaded acl patch v1.113 from rsync site - Run commands below In the rsync source
2010 Mar 15
2
cwrsync and link-dest option
Hello, In a small environment I have to backup two servers, an Ubuntu 9.10 and a Windows Server 2008 machine. My Backuphost is a Ubuntu 9.10 machine as well. I installed rsync on both Ubuntu hosts from repository (3.0.6) and cwrsync from http://www.itefix.no/i2/node/10650 (3.0.7). Then I wrote some Bash-Scripts which executes rsync every week like that: BACKUPDIR=/var/backup rsync -v -a
2006 Jan 30
2
cwrsync server 2.0.4 / winxp / ownership problems?
Hi all! We're using cwrsync server 2.0.4 on winxp to keep files up to date between some operator machines. Whenever I run rsync to send files to another machine, the read-only flag gets set. The cwrsync user was created (the install is completely standard)... so I'm thinking it might have something to do with that. Here's my rsyncd.conf: use chroot = false strict modes = false
2009 Jun 03
1
rsync 3.0.x with Windows VSS-support
Hi Folks, Recently I took the patch Elias Penttil? wrote and 'forward-ported' it to rsync 3. For people who don't know what it does, it implements backup of open files on Windows with rsync. Because I think rsync 3 is more efficient and more current in comparison to rsync 2. I made a small readme-page with information about what I've done so far and the
2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2004 Feb 25
1
Speed up rsync ,cwRsync and replay changes against a file
Hi guys, I recently installed and setup cwRsync on a Windows 2000 Server - http://www.itefix.no/cwrsync/ -, and I was very impressed. I just followed the instructions on the website and got it working. I am using it to mirror 30Gb's of mailboxes everynight (only grabbing the changes to each file), from a Windows 2000 box to a Linux box (RH9). The nightly replication takes approximately 8
2006 Aug 08
1
Release of cwRsync 2.0.9 !
Hi, A new version of cwRsync is available now. Enjoy! Rgrds Tev http://itefix.no/cwrsync --------------------- Release Name: 2.0.9 Notes: cwRsync VERSION 2.0.9 - August 2006 highlights (see changelog for more info) - Cygwin 1.5.21-2 - Sechaw 1.4 Signatures: MD5: 54c3fb72e182328169dde0bd068df09a *cwRsync_2.0.9_Installer.zip d404a4fe0f7cf171790e9f1f128fb467
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try. Map the sysvol share from the samba to a driveletter on the DC. Add : acl_xattr:ignore system acls = yes Too the sysvol share on samba. Use deltacopy to copy the sysvol I havent tried it, but above seams logical and can work, you just have to try it yourself. If deltacopy does not work, try cwRsync or robocopy. Deltacopy
2006 May 18
2
rsync client to daemon over ssh tunnel connection issues
Yes this is another connection reset issue but all I am asking is some pointers on how I can possibly determine what and why this is happening. Its easy to say its a network issue but the bosses and clients want to know how to fix this said "network issue." I have read the rsync issues list. Some of what is suggested we might try HOWEVER we cannot duplicate the errors that occur and
2008 Jan 02
3
cwRsync on windows
Hi folks, It may be a very basic question for many people here but I have been struggling with Windows commandline. My CentOS machines are running perfectly fine. Question: I have installed cwRsync server on one of Windows 2003 and cwRsync client on the other Windows 2003. What command should I run to connect to the cwRsync server from the client? and how can I make sure that cwRsync is even
2016 Jun 09
0
rsync keeps writing files over
the T means that the timestamp is wrong and rsync is not fixing it because you don't have --times or --archive in your command line. On 06/08/2016 08:17 PM, McDowell, Blake wrote: > Hi Steven, > > Yes, both file systems are the same. > > rsync -nri --modify-window=1 <src> <dest> > > Gives me the following for most files >f..T....... >
2008 Mar 10
2
The server is configured to refuse --iconv
I've just tried upgrading to cwrsync 2.1.0 (Rsync version 3.0.0 protocol version 30) between 2 Windows XP Pro sp2 machine across the Internet. I used: SET CYGWIN=nontsec SET HOME=c:\cwrsync\bin C:\cwrsync\bin\rsync -za -u -P --delete --recursive /cygdrive/c/test2/ stuart@test.address.co.uk::test/ When I run the above batch script on the remote machine I get this odd output.
2005 Aug 28
2
Status of rsync on win32
Hi, For the past day I've been trying to set up file synchronization between two Windows 2000 servers using rsync 2.6.6 (distributed in cwRsync package - http://www.itefix.no). Unfortunately I've encountered a major showstopper - rsync on the server machine makes System process to consume about 90% of CPU time. In addition (or as a result), rsync performance is significantly worse that
2005 Sep 15
1
Partial files cause: error in rsync protocol data stream (code 12) at io.c(584)
Hello, I am wondering if any of you have any ideas for what I am experiencing. I use Rsync over a local network to backup files from a laptop to my main PC which is running the server as a service. These are both Windows 2000 machines running Cygwin 1.5.18-1 and Rsync 2.6.6. It works fine unless I turn on the partial file option (--partial) and then try to resume an interrupted copy. This is
2006 Apr 24
1
cwRsync logs
Using cwRsync on Windows, is there any way to get the standard rsync stats at the end? It does not look like '--stats' is an option for cwRsync and verbose does not provide the stats. -- Robert
2006 May 19
1
cwrsync client log format ??
We were trying to introduce a better client side log format so that we could get timestamps and module names etc. In the rsync documentation it looks like you can use --log-format for the client ... there is even a sentence saying that this format would not interfere with the rsybc daemons format. We are using cwrsync and when we try and add --log-format="%o %h [%a] %m (%u) %f %l" The