similar to: rsync: push_dir TESTDIR: No such file or directory

Displaying 20 results from an estimated 3000 matches similar to: "rsync: push_dir TESTDIR: No such file or directory"

2002 Feb 12
3
Strict Mode for Client?
Is there a way to specify "strict modes = false" on the client side? I'm having trouble getting the client to accept the password file on Windows 2000, since rsync doesn't want the file to be other-readable, but this concept doesn't map too well to Windows. Alternatively, if I could simply set the proper permissions on the passfile, that would suit me fine, but it seems
2002 Feb 12
3
Win2K -> Win2K rsync
Has anybody out there set up a rsync environment that allows mirroring of files between two Windows 2000 servers? Douglas Hornyak Senior Systems Architect Spring Lake Consulting, LLC
2001 Dec 22
2
No --delete-after?
Is anyone successfully using the Cygwin rsync on Win2k (or NT4) as both daemon and client, with --delete-after working on the client? I can get --delete to work, but I'd prefer to delete files only on a successful transfer, to ensure that the end-user has a working collection of files, no matter what release. For some reason, --delete-after does nothing for me, even as administrator on the
2001 Dec 20
3
rsync *Still* Copying All Files?
Hi, all. This is my first post to the list, so please forgive me if this is an old issue. I scoured the mailing list archives by hand and could find no mention of it, and the official FAQ-o-matic mentions it, but doesn't offer a fix that works for me. I've set up an rsync daemon on Windows NT4 by installing the latest cygwin. Using the cygwin1.dll and rsync.exe, I'm able to connect
2003 Dec 02
1
Size Limit in rsyncd.conf File?
I've got an rsyncd.secrets file with 59 accounts in it. Almost all these need to be enabled concurrently. My rsyncd.conf thus has an auth users field with upward of 50 values. I'm starting to wonder at what point I'll have maxed that field out, especially as we're taking on new accounts all the time. Incidentally, whether or not there is a limit, is it possible to do some
2002 Feb 16
1
STDERR vs STDOUT?
Hi all. I'm writing an installation script that uses Cygwin's bash.exe to launch an rsync.exe process, which is passed arguments. This performs an rsync over the Internet. I'd like to capture stdout to one file, and stderr to another, so that I can have a clean log of any errors. However, rsync.exe's use of file descriptors isn't jiving with my understanding of them. If I
2002 Nov 19
2
The exclude option of Rsync not work right.
Hello, Can someone explain why my exclude option is not excluding filles as instructed in my script below. I have tried multiple methods and still have been unsuccessful in excluding the one file "test.sql". The methods I have tried are: 1. Removing EXTRAFLAG variable -a 2. Removing using -a 3. Option --include infront of --exclude and behind of --exclude. 4. rsync /software/testdir/
2005 Nov 20
2
ZFS & small files
First - many, many congrats to team ZFS. Developing/writing a new Unix fs is a very non-trivial exercise with zero tolerance for developer bugs. I just loaded build 27a on a w1100z with a single AMD 150 CPU (2Gb RAM) and a single (for now) SCSI disk drive: FUJITSU MAP3367NP (Revision: 0108) hooked up to the built-in SCSI controller (the only device on the SCSI bus). My initial ZFS test was to
2017 Nov 05
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
We've got an issue with Gluster (3.12.x) where clients can't see directories that exist or are created within a mounted volume. We can see files, but not directories (with ls, find etc...) We can enter (cd) into directories, even if we can't see them. - Host typology is: 2 replica, 1 arbiter. - Volumes are: replicated and running on XFS on the hosts. - Clients are: GlusterFS native
2010 May 19
2
Samba 3.0.33 ACL rename/delete issue
Hello, I have noticed some ALC issues with files and directories. I use samba server 3.0.33 on CentOS 4.8 joined to Windows 2003 domain. Everything works fine, all users are authenticated to domain controller. My aim is to give FULL ACCESS (open/read/write/rename/delete..) to directory "testdir" to two users, john and mark without using groups because I have no permissions on domain
2003 Dec 13
2
Change one file, and they all get sent!
Hi, Just starting out with rsync, and I think I might be missing a fundamental point of how it works. Scenario: I start an rsync daemon on host A, and define a module 'test' on the rsyncd.conf file. 'test' is essentially my home directory on host A I then sign on to host B and issue rsync --progress --recursive --links --stats arthur::test/ /var/tmp/haggis This copies
2017 Nov 06
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
Hi, Please provide the gluster volume info. Do you see any errors in the client mount log file (/var/log/glusterfs/var-lib-mountedgluster.log)? Thanks, Nithya On 6 November 2017 at 05:13, Sam McLeod <mailinglists at smcleod.net> wrote: > We've got an issue with Gluster (3.12.x) where clients can't see > directories that exist or are created within a mounted volume. >
2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
Wonder if someone can point me in the right direction here - just built some new bricks running gluster 3.4 alpha 3 (from http://download.gluster.org) with the objective of testing them to replace some existing 3.2 systems in production. The main thing I was after was NFS ACL support, however on getting everything setup, I still don't seem to be able to see POSIX extended ACLs on the
2023 Feb 13
1
access "claim types"
On 13/02/2023 10:54, Stefan G. Weichinger via samba wrote: > Am 10.02.23 um 11:26 schrieb Rowland Penny via samba: > >> Hmm, so there is a DC that is having some dns problems and the windows >> admin isn't bothered that this 'may' be replicating to his other DC's >> ???? > > seems so > > I don't know if he would take that one DC down if
2017 Nov 06
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
Do the users have permission to see/interact with the directories, in addition to the files? On Mon, Nov 6, 2017 at 1:55 PM, Nithya Balachandran <nbalacha at redhat.com> wrote: > Hi, > > Please provide the gluster volume info. Do you see any errors in the > client mount log file (/var/log/glusterfs/var-lib-mountedgluster.log)? > > > Thanks, > Nithya > > On 6
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi, I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2 system to an AFP mounted share. The command I'm using is: rsync -avAX -M--fake-super ./testDir ./mnt/testDir/ This works fine and all the extended attributes are copied and readable. I then try to use rsync to copy these files back with: rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/ This
2006 Mar 06
5
Malformed Address and Private IP issue
Hello all, I've run out of of ideas as to why its not working. Below is my configuration for hosts allow. Even when I have 'hosts allow' off, it still doesn't work. Rsync host ========== rsync version 2.5.7 protocol version 26 /etc/rsyncd.conf hosts allow = 10.17.44.84 10.17.44.85 localhost.localdomain dev-01.foo.com e-lnx.foo.com Server has 2 IP eth0 = Inet IP eth1 =
2017 Nov 07
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
> On 6 Nov 2017, at 3:32 pm, Laura Bailey <lbailey at redhat.com> wrote: > > Do the users have permission to see/interact with the directories, in addition to the files? Yes, full access to directories and files. Also testing using the root user. > > On Mon, Nov 6, 2017 at 1:55 PM, Nithya Balachandran <nbalacha at redhat.com <mailto:nbalacha at redhat.com>>
2006 Jan 27
2
simple stuff in rails rhtml
after playing with the DB interaction I''m moving on to doing some file IO. but I''m completly lost as to where to put the code and how to call it. I''m trying to get a list of files in a directory and it''s not obvious to me how to do this in Rails via a controller method. so ruby code is Dir.entries("testdir").last and html code is <%=
2004 Apr 21
2
exclude-from and include-from confusion
Learning rsync (love it) and am requesting some help in understanding the exclude-from/include-from rules. I've been doing some testing and the results aren't coming out as I expected. Problem: I have a directory with several dozen sub directories and would like to selectively pick a couple dozen directories to remotely copy. The issue is that there are a large number of directories and I