Displaying 20 results from an estimated 4000 matches similar to: "pre-exec fails in windows"
2006 May 10
2
rsync ok with open files?
Hi gang. I am synchronizing Windows machines (cwRsync/cygwin) with
FreeBSD server. A batch file is used to initiate the process (shell
invoked rsync daemon). My question is whether I need to tell my users
to close any affected applications (ex: Outlook; I am synchronizing the
outlook.pst file) during the procedure?
Peter
__________________________________________________
Do You Yahoo!?
Tired
2006 Aug 07
1
Invalid File Index error
Since upgrading to 2.6.8 with the tag 3 patch, I've been consistently
getting an error using rsync. We have about 100 servers using the client to
a central backup server and the issue is repeatable on the servers having
the problem. About 10 of the servers are having the problem. The error
reported by rsync is:
Invalid file index: -1019607330 (count=8353) [sender]
rsync error: protocol
2006 Feb 14
1
rsync command: help with windows -> unix
Hi folks, I have a win2k acting as rsync client (I installed cwrsync) and
FreeBSD 5.4 acting as rsync server and I'm having trouble with basic
usage.
------------------------------
My /etc/rsyncd.conf:
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[antec_win2k_mike]
path = /vol3/antec_win2k_mike
uid = nobody
gid = nobody
read only
2004 Feb 25
1
Rsync under cygwin
Hi,
I have rsync client and servers running under 3 Win2K boxes, and I can
sync when the source is remote and the target is local, but when the
source is local and the target is remote, I get the following error:
rsync.exe --recursive /cygdrive/d/BILLS_CMS rsync://192.168.213.102/PWB3
rsync: read error: Connection aborted
rsync error: error in rsync protocol data stream (code 12) at
2007 Feb 21
2
Problem with Rsync or Users will be Users?
I'm using CWRSync 2.6.9 protocol 29 on a Windows 2003 Standard R2 server.
I'm trying to copy files onto a local usb harddrive.
Both filesystems are NTFS.
Rsync is failing to copy some files due to the file name length.
I kind of assumed that Rsync could handle the same file name length that
Windows users are allowed to enter. :-)
Is there *anything* I can do with Rsync to allow these
2008 Dec 30
3
how to backup/restore of windows file attributes
I use rsync for backing up windows.
After a restore of Desktop.ini I recognize that the hidden attribut and the
system attribut will not been restored.
I know, this are no unix attributes. But is there a way to backup and
restore the windows attributes too?
Thanks
Matthias
--
Don't Panic
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
2004 Dec 19
2
SSH Tunnel Problem
I have set up an Rsync server on FreeBSD 5.3 and plan
on having windows clients synchronize data to it.
Rsync running as a daemon works fine. I can
successfully copy data up to the server and view it
via scp.
Also- I can connect via ssh and run rsync as well.
HOWEVER- I cannot connect "passwordless" with SSH and
then connect to the rsync daemon. The following
demonstartes what I
2004 May 10
4
cwRync and Windows permissions
Hi all,
I'm rsyncing a windows 2003 client to a windows 2003 server using the cwrsync installation package.
The trouble is that the permission rights set by rsync on the destination server are very restrictive
and don't allow another application to access the files. I'd like to change that.
However, the GID and UID parameters in the rsyncd.conf file don't seem to manage that.
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.
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
2008 Apr 04
1
Rsync 3.0.1 released
I have released rsync 3.0.1. This is a bug-fix release, which also
includes fixes/improvements for several issues in the daemon-exclude
code.
To see a full summary of the changes since 3.0.0, visit this link:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
You can download the source tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1.tar.gz
2008 Apr 04
1
Rsync 3.0.1 released
I have released rsync 3.0.1. This is a bug-fix release, which also
includes fixes/improvements for several issues in the daemon-exclude
code.
To see a full summary of the changes since 3.0.0, visit this link:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
You can download the source tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1.tar.gz
2006 Mar 22
1
Open file excluded in rsync backup
hi every one
i dont know whether rsync excludes the open file while taking backup or
not.?
My problem is how to handle open file backup(the files which are open by
any process ) with rsync .?
Thanks
Harshal
SPsoft
2006 Jun 28
1
rsync and chmoding permissions on Windows
I'm trying to use rsync to keep the permissions between two Windows servers.
A windows NT 4 server (with rsync daemon) and windows 2003 R2
I use Rsync in a batch file and I run it as Administrator by double
clicking on it.
Typically:
set cygwin=notnsec
rsync -rpDPo --chmod=Du+rwx,Fu+rwx,+X
and the files are crossed over but the permissions are screwed up.
Now, I can't find out the
2005 Sep 27
3
"missing secret for user" using cygwin rsync on Windows XP Home
Hi,
I'm trying to set up rsync to allow me to backup a number of Windows machine to a Windows XP Home server using Nasbackup.
I can get rsync working fine but have been struggling for days to get user authentication working.
/var/log/rsyncd.log
2005/09/27 13:46:37 [1352] rsyncd version 2.6.6 starting, listening on port 873
2005/09/27 13:47:50 [4088] auth failed on module modulename from
2004 Jun 07
2
help with cwrsync
Hello everybody
I use cwrsync in a mixed servers network to make backup.
I have a problem with Windows perms when rsync makes backups from Windows
directorys like /winnt or /Documents and Settings. Rsync starts his job, but
anytime when the console shows a message like this: "opendir "Area NET" (in
unitd) failed: Permission denied" the job stop and the backup is
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
2004 Mar 16
1
rights or read only
NetWare 6 sp4 server to windows 2000 server using cwrsync 1.2.1
when the cwrsync service writes the files to the server it uses it's
own username and permissions. Does anyone have any suggestions as to
how I can get this to write the files so common users and delete and
change stuff? would the perverse permissions work with windows?
Thanks,
Matt Vorwald
Network Engineer
Lumber
2006 Apr 07
1
Backup Windows to Linux with ACL
Hello,
I am trying to Backup a Windows Machine to a Linux
Server - and I want to preserve the ACLs.
I installed the cwRsync server on the Windowsside
(with the rsync-acl.exe)
and I am trying to backup this machine from the linux-side
usind rsnapshot.
But the files lose the acls and get user:400 and
group:401!
Did anybody manage this task?
If yes - how???????
Thanks in advance
Fink Oliver