search for: 259978d1

Displaying 5 results from an estimated 5 matches for "259978d1".

Did you mean: 259971
2003 Jan 15
2
umask for rsync
...nd of wish I never said anything about it :) ). What about adding a "UMASK" setting to rsync (for use on the command line and/or perhaps rsyncd.conf)? I realize that it may be a problem/conflict with -p, but I think it could be a useful feature. -- Aaron W Morris decep PGP Key ID: 259978D1 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 218 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030115/9152a91c/attachment.bin
2003 Jan 04
4
filelist calculation algoritm
HI all, efficiency question for VERY low bandwith networks Suppose I know the list of files that are changed What is the most efficient way to make rsync sync this list. Currently I use --include-from --exclude to generate a 'filelist' but I suspect that client and/or server exchange the list of files in the module to be synced. this traffic can be avoided since the include-from
2003 Jan 13
2
Rsync over SSH v2 with strong authentication but not encrypted to get the highest speed on Rsync?
Hello I am trying to set up a backup server running Solaris 8 with rsync 2.5.5 and ipfilter the latest version. The problem i have is i have about 16 different interfaces that are secured via ipfilter , and i tried running rsync via rsh but ipfilter would not set up a keepstate with rsh which meant i had to open up and that is not acceptable. So what i tried then was via ssh and that worked fine
2003 Jan 13
1
The behavior of "-u/--update" option on directories
Dear all, I have the following problem: I use the following command to "push" files from "local" to a "remote" machine: [...] /usr/bin/rsync -avuz -e "ssh -1" --exclude ".Xauthority" --delete /user/home/directory/ user@remote.machine.name:/user/home/directory/ ; (The ssh is using RSA authentication btw. machines, but that's beside the
2003 Jan 05
2
restricting rsync over ssh on the server side.
I was wondering if it's possible to restrict rsync in various ways on the server side when it is invoked via ssh. Two restrictions I had in mind are disallowing deletes and/or restricting all actions to a particular subdirectory. I was hoping to be able to do this without having to be root (for a chroot) or having to set up special sshd server instances/chroots. If there's not already a