DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

2007-02-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2790 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #8

Destination directory creation

2007-02-16 Thread Dave Markham
Hi people. My first post so be lenient :) I have read stuff on rsync, looked through the options and read the man page but cannot seem to find an answer to my problem. Ok. I have a script which connects to a remote machine via ssh and pulls back a list of source directories/files from a config f

Re: Destination directory creation

2007-02-16 Thread Wayne Davison
On Fri, Feb 16, 2007 at 01:42:47PM +, Dave Markham wrote: > Is this correct? What i want is for rsync to create this :- > > ${remote_get_localdir}/etc/inet/hosts > ${remote_get_localdir}/export/home/users/hosts See the --relative option and the --files-from=FILE option (which implies --relati

Mixed versions - which way round is best?

2007-02-16 Thread Eur Ing Chris Green
I am going to use rsync to back up some files from a remote system (running BSD) to my home Linux system. The remote BSD system has:- rsync version 2.5.6 protocol version 26 My home system has:- rsync version 2.6.8 protocol version 29 I have shell access on the remote system and can

fyi: yodl prereq for rsync3 updated -- osx issues fixed

2007-02-16 Thread snowcrash+rsync
for those who care, the yodl pkg, a prereq for building rsync3-cvs docs (& more?), had 'issues' @ version <= v2.04 with building cleanly on osx. it's been updated today to v2.10, http://sourceforge.net/project/showfiles.php?group_id=126615 v2.10 builds clealy, without req'd patching or error

Rsync Permission Issues

2007-02-16 Thread Chris Nighswonger
Hi all, I'm new to rsync and have a problem I cannot resolve even after plowing through the lists. I have an rsync server setup with an rsync client. I am trying to backup a directory structure that is over four levels deep. Rsync does great until it hits that fourth level. Then it errors out f

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
Chris Nighswonger wrote: > Hi all, > I'm new to rsync and have a problem I cannot resolve even after > plowing through the lists. > > I have an rsync server setup with an rsync client. I am trying to > backup a directory structure that is over four levels deep. Rsync does > great until it hits

Re: Rsync Permission Issues

2007-02-16 Thread Chris Nighswonger
What's the ls -la output on the directory where rsync quits?? # ls -la /mnt/Masada1/dansguardian/lists/blacklists total 6 drw-r--r-- 2 masada bkupagent 512 Nov 28 22:25 . drwxr-xr-x 9 masada bkupagent 2560 Feb 16 10:00 .. I've used rsync many levels deep, and have never heard of this is

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
Chris Nighswonger wrote: >> What's the ls -la output on the directory where rsync quits?? > > # ls -la /mnt/Masada1/dansguardian/lists/blacklists > total 6 > drw-r--r-- 2 masada bkupagent 512 Nov 28 22:25 . > drwxr-xr-x 9 masada bkupagent 2560 Feb 16 10:00 .. Try setting other rwx and see

Re: Rsync Permission Issues

2007-02-16 Thread Matt McCutchen
On 2/16/07, Chris Nighswonger <[EMAIL PROTECTED]> wrote: # ls -la /mnt/Masada1/dansguardian/lists/blacklists total 6 drw-r--r-- 2 masada bkupagent 512 Nov 28 22:25 . drwxr-xr-x 9 masada bkupagent 2560 Feb 16 10:00 .. The missing "x" permissions on "." prevent anyone except root from acce

Re: Rsync Permission Issues

2007-02-16 Thread Chris Nighswonger
On 2/16/07, Mark Schoonover <[EMAIL PROTECTED]> wrote: Chris Nighswonger wrote: >> What's the ls -la output on the directory where rsync quits?? > > # ls -la /mnt/Masada1/dansguardian/lists/blacklists > total 6 > drw-r--r-- 2 masada bkupagent 512 Nov 28 22:25 . > drwxr-xr-x 9 masada bkupage

Re: Rsync Permission Issues

2007-02-16 Thread Chris Nighswonger
On 2/16/07, Matt McCutchen <[EMAIL PROTECTED]> wrote: On 2/16/07, Chris Nighswonger <[EMAIL PROTECTED]> wrote: > # ls -la /mnt/Masada1/dansguardian/lists/blacklists > total 6 > drw-r--r-- 2 masada bkupagent 512 Nov 28 22:25 . > drwxr-xr-x 9 masada bkupagent 2560 Feb 16 10:00 .. The missin

Re: Rsync Permission Issues

2007-02-16 Thread Chris Nighswonger
On 2/16/07, Chris Nighswonger <[EMAIL PROTECTED]> wrote: On 2/16/07, Mark Schoonover <[EMAIL PROTECTED]> wrote: > Chris Nighswonger wrote: > >> What's the ls -la output on the directory where rsync quits?? > > > > # ls -la /mnt/Masada1/dansguardian/lists/blacklists > > total 6 > > drw-r--r-- 2 m

--bwlimit -z limits filesystem speed, not network speed

2007-02-16 Thread David Jonsson
My impression when running with --bwlimit in combination with compression -z is that the speed to the filesystem is limited to the value given in --bwlimit. This must be contrary to the intention with --bwlimit. David -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/

Re: Rsync Permission Issues

2007-02-16 Thread Matt McCutchen
On 2/16/07, Chris Nighswonger <[EMAIL PROTECTED]> wrote: It did turn out to be a permissions issue, but on the client directory. Take a look at my last reply to the list for my full explaination of what I found out. I cannot explain why, maybe someone with more experience can. To finish off you

Permissions of the top-level destination directory without --perms

2007-02-16 Thread Matt McCutchen
I noticed that rsync sometimes miscalculates the permissions of the top-level destination directory when --perms is off. For example, run these commands in an area free of default ACLs: umask mkdir -p src/foo chmod 700 src src/foo rsync -r src/ dest/ find . -ls 7630540 drwx-- 4 m

Re: Question on --backup --backup-dir Switches For Incremental Backs

2007-02-16 Thread Wayne Davison
On Thu, Feb 01, 2007 at 10:06:48PM -0500, Matt McCutchen wrote: > While we're on the topic: I was dismayed to discover a while ago that > rsync doesn't allow different kinds of basis dirs in the same command > (e.g., --compare-dest=foo --link-dest=bar). I'm trying to imagine how that would be usef

Re: Question on --backup --backup-dir Switches For Incremental Backs

2007-02-16 Thread Matt McCutchen
On 2/16/07, Wayne Davison <[EMAIL PROTECTED]> wrote: I'm trying to imagine how that would be useful because one of the things that the options do is to control how the destination hierarchy is populated, and there's only one destination hierarchy. About the only useful combination I can come up