similar to: rsync bug recreating header.info

Displaying 20 results from an estimated 1000 matches similar to: "rsync bug recreating header.info"

2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
Hi, the following patch checks if OpenSSH is running under a Cygwin version >= 1.3.2 which allows switching user context without password. Otherwise sshd allows changing the user context only if password authentication is used as it was before. Corinna Index: openbsd-compat/bsd-cygwin_util.c =================================================================== RCS file:
2004 Apr 19
2
3Com PXE server
I posted this to the group last year, but the problem was not fixed so I will give it another try. I use 3Com's PXE server to deploy the Fedora Core boot disk to my clients for an ftp install. I also have ghost boot disks, bios update disks, and a video bios repair disk all using the 3Com PXE server. The problem is when I try to boot a Linux kernel. With all versions of syslinux since 1.72
2007 Jul 24
3
File/Folder Ownership - Cygwin/Rsync - Is it possible to get around rsync taking file ownership?
Case point: 2 Servers (both with Windows Server 2k3 & cygwin). Running ssh on the destination server. Problem: The rsync user will take ownership over any files copied over from the source server. This takes ownership away from the administrators group, thus disallowing inherited permissions. Is there any way around not taking ownership away from the administrators group and giving it to the
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.
2005 Jul 06
1
windows acl with rsync possible ?
Hi all, (i am new at rsync althought using it for a year and half) i was unable to find a direct answer to this questions : _does rsync under windowz really support ACL replication ?_ if I "rsync" a directory, files inherit from the acl of that dir. but if special acls are setted on some files these are lost in the replication : only inherited acls are written i tried this with rsync
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
Hi all, Thank-you to all the developers for rsync. It is very well done. I have rsync running on various platforms connecting to the same server and all is good. Except for 1 Win2000 Prof. server. I backup several directories with various permissions and users successfully. However, there are 2 directories that even though the permissions are the same as other directories that are
2002 Nov 09
1
[PATCH] Two Cygwin related patches
Hi, the attached patch file contains two patches in one: - contrib/cygwin/ssh-host-config: Create sshd_config according to latest changes. - openbsd-compat/bsd-cygwin_util.c: Rewrite a bit to allow easier retrieval of Cygwin capabilities from version number (uname). For Cygwin versions beginning with API minor version 56 assume ntsec being on by default. Thanks in advance for applying
2006 Mar 01
3
Help understanding rsync and cwrsync
Hi all, we are just beginning to dive into rsync. I have limited experience with just playing around with the examples and reading all the docs that I can. I just read an interesting post from a developer that mentions cwrsync is a minimalistic rsync and thus things like permissions are not transfered, the post was from 2004. Here are my questions Windows (cw)Rsync Client --> Linux Rsync
2004 Mar 06
2
citrix stores addition information into SAM on pdc
hi, we want to replace our nt4 pdc/bdc with samba and we use windows nt4 terminal servers with citrix in our environment. as far as i know, we will get a problem here. (extensiver reading of the mailing list led me to this conclusion) regarding: http://ma.ph-freiburg.de/tng/tng-users/2001-05/msg00224.html >Terminal Server has its own User Manager (which has an extra button -
2004 Jul 19
2
building hpa tftp under cygwin?
First- I'm admittedly a newbie both to the cygwin environment and to the hpa tftp. My apologies if this is the wrong list to ask this question. If so, slap me around a little.... I tried to build tftp-hpa under cygwin. The 0.37 version throws errors during the ./configure process, warning about winsock2.h and winsock.h being present but not buildable. The 0.36 version appears to
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi, I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution? Roger -------------- next part -------------- HTML attachment scrubbed and removed
2005 May 12
1
Inheriting security permissions from target directory with Cygwin
I am trying to upload a directory structure with rsync via ssh from one domain to another. I would like the target files (which may or may not already exist on the target machine) to assume the security permissions of the target directory they are placed into, since the target machine lies in a different domain. Currently, when I upload these files they seem to assume some strange random
2004 Nov 23
1
User NONE using rsync in Windows server
Hi, I'm using rsync with cygwin to synchronize two windows servers. I've got files in server side with full permisions to Administrator user, but when i synchronize it with another windows server, the file placed in client side has a new group called NONE with read , write and execute permisions. I'm using the following line to call rsync: rsync -zvvvr --perms --owner --group
2003 Dec 20
3
rsync not saving files on windows 2000
I am trying to setup a windows 2000 server with rsync and cygwin. I think I almost have it working except that when the file copy is finished my files are nowhere to be found on the windows server. I am not getting any error messages. I am connecting from a win98 machine on the same network. Any ideas on how I can get this working or get more info to debug. Thanks.
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.
2009 Nov 10
1
Cygwin OpenSSH 5.1 login session per user
I'm using Cygwin OpenSSH 5.1 on a Windows XP SP3 system. Is sshd supposed to create a new "login session" for each user that logs in? Or, is there a way to force it to create a new "login session" for each user that logs in? Once logged in, I'm trying to use the Kerberos for Windows command line utilities (klist/kinit), but I'm told by one of the KfW
2007 Oct 01
4
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. 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-support-for-windows--t2462647.html ENV: CYGWIN=ntsec tty I am running this on Windows Server 2003 R2
2013 Mar 09
2
file corruption
Hi, I am backing up about 500G of data from a linux-based NAS to a USB hard drive attached to a router (rt-n16 with tomatousb firmware). Both NAS and the router have rsync-3.0.9. The router is running rsync in the daemon mode. To test the set up, I rsync'd the files to the empty USB hard drive, then back to the NAS in a new temp dir. Afterwards, I did a local "diff -r" on the NAS.
2002 Nov 29
2
Rsync service on Win2k?
Hi all, I'm trying to get rsync running on a Windows 2k box (my tape backup server) to remotely back up stuff from a few unix boxes. Not my favored constellation, but there's not much I can do about that. I'm hoping someone could give me a quick tip or two on getting rsync working as a Win2k service. I'm not real proficient with Win2k, so be gentle. The posts I could find