Displaying 20 results from an estimated 8000 matches similar to: "Question about deleting a file from the server via Rsync"
2008 Oct 13
2
rsync error: Error in socket IO(code 10) at clientserver.c(122)
Hi,
I am using cwrsync ver 2.1.5 over SSH to connect to
myproj@sourceforge.net and facing
some problems and not sure how to go about it. Below is the full text of the
result when I run the batch file. Was wondering if anyone has seen any
similar issue. Any thoughts/help is much appreciated.
------------------------------------------------
Tunnel: ssh
Command to run: "C:\Program
2010 Jun 25
1
Specific to cwRsync ...
If this isn't the correct list for cwRsync issues, I
apologize and hope someone can point me in the right direction. Otherwise,
keep reading .
I noticed something odd today with one of our backups. I
have an NT 2000 machine that pushes files to a 2003 Server machine and today
someone brought to my attention that the backup seems to have well over
100GiB more than
2005 Jan 05
2
buffer overflow in recv_exclude_list using rsync under windows?
Hi,
First post to the list, so please feel free to set me straight if I'm not
following some protocol or other :o)
We need to use rsync to send files to a client, being a Windows user, we
decided to try both the cwrsync implementation and also a straight
cygwin/rsync install. I'm experiencing the following errors:
using cygwin implementation:
$ sh clientupload.sh
2004 Oct 04
2
cwRsync- chdir failed, server 2003
I'm having prolems with cwRsync on server 2003. I'm getting pretty much
identical results to this from the archive:
http://lists.samba.org/archive/rsync/2004-April/009187.html, and as far
as I can see the only suggestion there was to check permissions.
I have one further complication too- I'm trying to sync a remote server
on to a vmware virtual disk that I've mounted using the
2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi:
First let me say that rsync/cwrsync is amazing !
And sorry ! if I'm bothering you with this question...
I need to sync my work files from the WinXP Pro machine to our Solaris
one... so far so fine..
My problem is when I specify the path on the rsyncd.conf (cwrsync) I
have tried many combinations
from:
2010 Feb 15
1
Odd failure ...
I'm trying to manually run the following rsync command on Win7 and
it's failing ... not sure why.
C:\"Program Files (x86)\cwRsync\bin\rsync.exe" -arupAv --progress
--partial --filter=". /cygdrive/c/Users/KirAsh/Desktop/filter.txt"
/cygdrive/e/ "/cygdrive/n/WD500/"
sending incremental file list
rsync: writefd_unbuffered failed to write 4 bytes to socket
2004 Apr 16
2
RSync on Windows 2003
Hello,
I'm desperately trying to have a RSync server work on a Windows 2003
Standard Server.
All the documentation available I have found applies to Windows NT/2000/XP
I don't know whether 2003 works differently from the previous Windows.
I have installed the cwrsync package.
The RSyncServer Service is running fine under a user account named cwrsync.
A successful Telnet on the port 873
2013 May 27
1
Platform variations with --exclude-from
On Linux, an rsync command and exclude_file contents of:
# cat exclude_file
/etc/alsa
# rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module
properly excludes /etc/alsa but not any file within /etc's directories that is named alsa.
On Windows I don't seem to be able to reliably emulate this:
C:\Scripts\Backup\rsyncd>type rsyncd_exclude
2005 Jun 07
1
Hard links revisited
I can't seem to get the hardlinks to work in windows via --link-dest.
It just refuses to find the files in the directory and make a hard
link. Here's the setup.
-I run 2 rsyncs from batch files called sync.bat and sync2.bat.
-I'm connected to the server via a mapped network drive, we'll call it 'z'.
-I then run the client, on the destination, once to pull the data
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
I have great luck running rsync from one linux system to another, or
from a windows system (with cwRsync) to a linux system.
But when I try to do an rsync backup from one directory on a Windows
system to another, it fails. The cwRsync says its version is 2.6.9.
Here's my Rsync command, boiled down to its simplest:
rsync -rlptgD -vvv --delete --delete-excluded --modify-window=2
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.
2015 Oct 14
0
custom port in cwrsync gui client for windows
2015-10-13 19:40 GMT-04:00 Richard Couture <rrc at linuxcabal.org>:
> Note that my original post had -rave as the r is for recursive.
>
recursive is implied by -a. In other words, -rave is the same as -ave
>
> I have it working with cmd files, but the point is that I purchased the
> GUI to avert the need to send windows users to the command line, which they
> refuse to
2004 Mar 23
1
Why does my cwrsync try to load ssh?
Just installed cwrsync 1.2.1 and I am getting this:
C:\cwrsync>rsync -n -v -r /cygdrive/c/robj/pickmeup
speedball3:/cygdrive/d/robj/pickmeup
Failed to exec ssh : No such file or directory
rsync error: error in IPC code (code 14) at pipe.c(81)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
Why in heaven's
2005 Sep 21
2
rsync log format(again)
hi, i'm back again with another log format problem....
now i need to know the base directory from where rsync is taking the files.
for instance, the follow line:
2005/09/07 22:06:52 [732] COMPAQ/INSIGHT MANAGER/cim_db/
both can be of anyone of the follow commands:
"C:\Program Files\cwRsync\bin\rsync" -avr "/cygdrive/C/Program
Files/COMPAQ"
"C:\Program
2008 Apr 06
0
transfer cost with delta-transfer algorithm
Dear creator,
This is Jinsik Kim. I am a Ph.D. student in UCI.
I am using cwRsync to measure the transfer cost between an previous
version file and a new version file on local paths with the delta-transfer
algorithm. However, I couldn't find a proper option for this purpose.
Here is an example of me.
-----------------------------------------------------------------------
$ ./rsync -av --stats
2011 Mar 26
1
WinXP rsync local copy to USB drive
I've encountered an error while trying to "find" my way to
my goal. But first, let me state my goal in case there is a
pre-canned solution that does what I want (which would avoid
the effort of figuring out the error...):
I want to invoke the rsync *client* (but NOT the server) to
make a local copy from one windows drive to another. Ie.
rysnc -ax /cygdrive/c/path/sourcedir
2006 Jun 07
1
Windows rsync
Hi there I am new to rsync so be gentle
Ok i install cwRsync and i used the script that came with it but just added
my filename and remote computer.
right now it says
rsync -r -delete /c/backup/ 192.168.1.152::/c/backup
i also tried it with
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/c/backup
and
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/cygdrive/c/backup
the error
2011 Sep 14
0
Permission problems on Win 7 x64
Hi,
I have a major problem with permissions on files that are rsynced from
Strato Hidrive to a local machine (Win 7 Ultimate x64 SP1 German).
The permissions for the source file (e.g. an executable like: Xshell.exe)
are:
Everyone with Full control (inherited from the root of drive D:)
Now I sync that file to the destination machine (Strato HiDrive) with:
2006 Mar 31
1
Can't chdir to directory on mapped share, no such directory?
I'm using cwRsync which incorporates rsync-2.6.7 with Cygwin. I've got it
set up as a server and it works for local directories but when I try to set
up a module with path /cygdrive/m/dirname it tells me that it can't chdir
to that path, error 2, no such file or directory. I copied Cygwin mount and
ls to the machine and mount reports that /cygdrive/m is indeed there, and
ls can
2005 Sep 27
1
Rsync Windows Corrupt File
I've been using rsync for years on linux based systems but just recently
downloaded and installed rsync on an XP computer for a certain application.
For the most part it works fine except for one issue pertaining to an open
file.
When backing up the My Documents directory, there is an Outlook .pst file as
part of this directory. This is an in use pst file. If Outlook is closed,
the pst file