similar to: Parent directory permissions changed when transferring contents.

Displaying 20 results from an estimated 10000 matches similar to: "Parent directory permissions changed when transferring contents."

2006 Aug 02
1
rsync giving directory by name, instead of contents
Hi all! I've read the manual and google'ed aplenty, but sadly can't figure out this particular issue. Perhaps someone can thwack me with the correct cluestick? I have a number of directories listed under one path in an rsyncd module. I'd like to rsync the contents of some of the directories. Here's essentially what the source filesystem looks like: /home /home/user1
1998 May 15
2
differing access permissions
Am I blind? I think that I must be blind. I have been trying to export a share using Samba in such a way that one group of people can access it read only, and another can access it in writable mode. I can do this all day long if I use different share names, but what I am wanting to do is to allow access from multiple users to a single share name, in such a way that those multiple users can have
1998 May 18
0
"Samba: differing access permissions"
Hello everyone, I am responding to my own post in an attempt to give feedback to the community on what worked to solve the problem I was having. I got many different emails from people, and I must say that I am sincerely grateful to all who helped me in finding the solution. In the past, I have read through many many Samba digests on the web looking for info on my problem, and found the
2006 Feb 23
1
rsync craps out, transferring large amounts of data
Hello, all... I've been trying for a week for transfer ~100 Gig of data using either rsync:// over IPSEC or tunneled through SSH, but it keeps failing... I have done as the documentation says and here are the results: I ran the following command: rsync -avz -vvv --dry-run --rsync-path=/root/bin/rsync-debug.sh -- delete-excluded --exclude-from=server-backup.exclusions --link-
2004 Dec 30
1
Annoying Samba 2.2.4 Errors in Solaris 8 Logs
Hi all, I have an error message that pops up every time someone connects to my Samba server. All day long I get these messages from smbd: Dec 28 07:27:24 srv-pvcs smbd[638]: [ID 702911 daemon.error] [2004/12/28 07:27:24, 0] smbd/service.c:(252) Dec 28 07:27:24 srv-pvcs smbd[638]: [ID 702911 daemon.error] rhunt1-pc (162.18.178.237) couldn't find service o The last part, "couldn't
2004 Oct 28
1
rsync copy syntax error?
I'm doing a recurring copy from one server to another from the crontab in this fashion: rsync -av -e ssh --delete 10.0.1.18:/dir1/ /dir1 --progress &> /var/log/rsync_backup.log However, rsync is creating the dir /dir1/dir1 on the machine running this job instead of updating the /dir1 folder. According to the rsync man page, this is the correct syntax: rsync -avz foo:src/bar/
2001 Sep 24
1
Newbie to Samba - getting '^M' characters from NT into PVCS o n UN IX
Hello Tony, Samba isn't the 'culprit', just the media used. Samba does NOT insert anything into the files that you copy over or have an application create on a samba share. The issue is that you are using a PC program to check out/modify the files, and pc os'es (Win/dos, i mean) use crlf as a ascii line terminator. Unix uses a lf only. So when you view the files with a pc
2002 Mar 08
0
High CPU load with Samba
Hello all, We are running Samba 2.2.2 on Soalris 2.6, clients are Windows NT4. Samba works fine for nearly all applications exept one were we encounter very high CPU-load. This is when we access data using the Version Manager librairy for Power Builder. We do not find any errors in Samba log file. We tried to upgrade to 2.2.3a but it didn't seem any better. I know it is a very particular
2004 Nov 11
0
[Bug 2024] New: --delete erase files on receiving side that EXIST on sending side
https://bugzilla.samba.org/show_bug.cgi?id=2024 Summary: --delete erase files on receiving side that EXIST on sending side Product: rsync Version: 2.6.2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2002 Jun 20
2
Could see the share
Hi, Samba world: It is my first time to use samba to share a folder from a solaris 7 to our windows 2000 clients. After I have the following, I could not see the unix share point. Your help is highly appreciated! 1) Install samba 2.0.5. 2) done the following: Edit /etc/services and make the following changes. Immediately after the line which reads: sunrpc 111/tcp rpcbind
2004 Jul 14
3
hosting library (ie. PVCS) on Samba
Hello. I believe that I've done my due diligence in researching what info. is currently available on this issue. I have been jacking with this for days, & believe that I have tried all possible solutions. I am basically trying to move a [Merant] PVCS installation from an OS/2 file server to a SuSE/Samba file server. This installation consists of 'standard' source archives,
2014 Nov 22
1
rsync not transferring files
Hi there, I am running rsync-3.0.6-12.el6.x86_64 on a centos 6.6 box. Am trying to get files from a remote server (centos 6.5) to my local machine. It appears to connect fine, but does not transfer any file. this is what I am seeing [youcantoo at testbox home]# rsync -avvvzh -P --stats --delete servername::backupdir/ /home/findmoore opening tcp connection to servername port 873 sending daemon
2004 Jan 23
3
rsync.yo doc patch
Patch includes fixes to man page including: - Typos/Spelling - Clarity - Special characters. - Moved around text explaining example. Make sure I didn't confuse the exclude list/file paragraph (line ~961 after applying the patch), I haven't used the feature and the motive of that paragraph is a tad unclear. Hope the patch is helpful. Never had used yodl before. Thanks for rsync. /a
2008 Sep 29
1
rsync hangs after counting some file list
Hi All, I have written script to download a directory from remote machine which contains the always the updated data. I want to download that directory onto my local machine periodically with --link-dest option to my old download directory. I have automated the script using " expect scripting" Following script I have written: $> cat ravi.ex #!/usr/bin/expect -- set LDEST
2005 Apr 04
1
Samba 2.07 AIX
We have several Samba servers, and a few running PVCS . The group that manages, supports PVCS (Version 7.5.1 ) is having a problem deleting files from Samba shares on an AIX Server version 5.2 They do not have a similar problem on 2 of our Solaris Servers, 2.8 The difference we see between the AIX server and the 2 Solaris Servers, is the version of Samba. On The Solaris Servers Samba is version
2011 Jul 13
0
How to call rsync client so that is detects that server has gone away?
Hi Larry, Your tech details are way beyond my knowledge, but maybe python can do the job for you too? I use this python script (from the python cookbook) and crontab to keep my sheep in the dry: #!/usr/bin/env python #wraps up rsync to synchronize two directories # ! -- should contain check of disk space using rsync -n option for drytest ! from subprocess import call import sys import time
2013 May 15
3
exclude a pattern but only in the top level
Consider the following directory structure /foo/aaa/*/* /foo/bbb/*/* /foo/ccc/*/* I want to sync all of /foo, but exclude /foo/aaa but not exclude any other occurances of "aaa" or "foo/aaa" (be they files or dirs) that might occur within the other dirs /foo/bbb/* /foo/ccc/* etc I don't want to exclude /foo/bbb/aaa or /foo/ccc/111/aaa or /foo/ccc/111/foo/aaa etc...
2003 Apr 24
1
Trailing slash in destination
Good afternoon all, I'm currently working on a backup script that will fetch a set of logs from remote machines and store them on a central machine. The command I'm using is of the form ${RSYNC} -avz root@${site}:/data/access_* ${LOG_REPOSITORY}/${site}/ Each site usually holds about 8 files with the prefix "access_". Some machines however only have one, and this is where my
2004 Nov 06
1
Typo in Samba HOWTO collection example 19.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Since the samba-docs mailing list is closed, I figured this was the best place to post this. I believe there's a typo in example 19.2 ("Overriding global CUPS settings for one printer") of the official Samba HOWTO collection. The "print command" parameter in the [special_printer] section contains several echo commands,
2005 Jun 28
1
Question about include/exclude rules
Hi all, I'm trying to made a filtered backup of a windows PC. My target is to create a recursive backup of "only" files reported in the include/exclude files (i.e. only *.txt). the rules (reported below) work well, but also create an empty folders structure that I don'want. Rsync works fine for me (the rules are reported below) except a point, rsync create an empty folders