Displaying 20 results from an estimated 24 matches for "decep".
Did you mean:
recep
2007 Apr 17
4
HTTP encapsulated rsync??
Hi folks, I am hoping someone here can offer some suggestions. Here
is my situation:
I am using rsync over the internet for several hundred clients to
keep them in sync with a master repository of files. The rsync
daemon is listening on port 80, because most of the clients are
behind firewalls that only allow outbound port 80 (and other common
ports). This works fine for most of them
2003 Jan 15
2
umask for rsync
...t" issue (I kind 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
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
...rved on the receiving side, however, the UIDs/GIDs are preserved.
I checked the OLDNEWS file and bugzilla, but could not find any
reference to a problem like this.
Vitals:
-rsync 2.6.2 with security patch (pre 2.6.3)
-Using rsync daemon, uid=root
-Both sides are AIX 5.2 ML3/4
--
Aaron W Morris (decep) <aaronwmorris@gmail.com>
2006 Aug 06
2
Escape character for --exclude?
Hi--
Ok. I?ve now run into the next thing I can?t find in man, and this time, I
googled as well:
--exclude /afs/\*
I thought you could just say:
--exclude /afs/* or even --exclude /afs/
To exclude the entire afs directory. Can you explain what the purpose of the
\ and * are here?
Thanks again :)
All My Best,
Jeffrey
on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
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
2004 Feb 20
1
Shell or rsync issue?
...;, etc. You can fix
it with:
rsync -rptv user@host::module/remotedirectory/. /local/directory/
(notice the ".") which is not a big problem, but not expected.
What is the root cause behind this? Using rsync 2.5.7 on AIX 5.1.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
2005 Aug 13
2
Only rsyncing small files
Hi!
Is there a possibiliy to tell rsync only to copy files less than eg 10Mb
of size?
I'm running a dedicated backup-server, and would like to skip backing up
my downloaded iso-files.
They can bee downloaded again if requeired ;-)
--
Henning Wangerin <mailinglists-after-041101_reply-not-possible@hpc.dk>
2006 Apr 25
1
cwRsync : send all output to a file
Hello
I have been using cwRsync on some Windows boxes, backing up to a Linux server.
I have found some issues which files being open and not being copied etc, so I
decided that I would log the output from the rsync command on the Windows
clients so that I can look at them.
On the Windows boxes, I put the rsync command in a batch file and run that
automatically each evening.
However, if I simply
2006 Jul 16
1
Connection refuse to rsync
Hi,
We use rsync to share data between two remote sites. We are using rsync
after configuration of the rsync.conf file.
I created a module in the file with the relevant entries and
permissions.
The problem is that I get "connection refused ", when I try to run rsync
in the following way:
root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com::
rsync: failed to connect to
2006 Aug 23
3
creating secrets file
I am looking for documentation on creating the secrets file. man -k rsync on
my system doesn't have any reference to how to create a secrets file. Also,
rsync.samba.org didn't seem to have documentation either. Any pointers?
--
--
David Bear
College of Public Programs at Arizona State University
2007 May 04
1
need help
hi there,
i have a rsync server running in deamon mode, with a 1000 plus clients
connecting to it to retrieve files.
the problem is that when the clients connects the server has many rsync
processes running on it, each of which is around 3.8mb each. Basically the
server is running out of memory and grinding to a halt.
is there anyway of controlling this or is adding more memory the only
option?
2007 Sep 05
2
Win32 port?
Hi
Has anybody ever tried (and most probably failed) to port rsync to Win32?
I know there are versions built with cygwin and there are also other
Windows programs that include the rsync algorithm. But neither of them
make me really happy. The cygwin version is dead slow on my AMD
3500+ and the Windows programs all make something differently, can't
be scripted and/or have an unusable GUI.
I
2007 Sep 09
2
What is the different between these rsync command
I use the following command initially for a Rsync between Windows and Linux
rsync -rvu -e ssh /cygdrive/c//folder user@linux.host.com:/home/public
I was asked for user@linux.host.com's password. I type the password and the
process continue and success.
Then I change the command to (without "-e ssh")
rsync -rvu /cygdrive/c//folder user@linux.host.com:/home/public
I was also asked
2005 Oct 21
2
Commercial license?
Hi there
Is there a commercial license for using Rsync or the Rsync algorithm
within a commercial product? I appreciate that Rsync as it stands is GNU
and therefore it cannot be used in this way, but I thought that I would
ask the list. I understand that it is open source, but we have an
application that would benefit from something like Rsync and therefore
thought we would ask the question. If
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
2005 Aug 29
2
how to mirror only selected directories?
Hi,
I've tried various combinations of --exclude and --include, but I can't
quite get it. What I'd like to do is only mirror certain directories in
a tree. For example, say a directory tree starting at /x contained
under it several directories named "abc". I want to mirror only the
"abc" directories and what's under them and nothing else.
/x/abcdef/456
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
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching
patterns in the order given, and whichever matched first, whether that was
an include or exclude determined the action for that file. I have a big
directory from which I am attempting to transfer selected files. I want
all files where the first level directory is anything, the second level
directory is "2005"
2004 Jun 03
5
question
hello
i looked in google , faq etc but didnt found a answer.
sorry if i overseen something.
how i can auth. via a hostkey without make a config in ~/.ssh
normaly ssh has support with ssh -i /keyfile is there any way to combine it
via rsync , with
rsync -e "ssh -i key" ..etc etc does not work
thx bye
2006 Aug 31
2
file-attr-restore and dollar signs
Hi All,
I've been using the great file-attr-restore script with rsync to get around
problems with uid's on a portable hard drive... It's the perfect solution
for me.
(for those that haven't seen it,you can get it here:
http://samba.org/ftp/unpacked/rsync/support/file-attr-restore
)
Anyway, I found a small bug in the script. file-attr-restore fails for file
names with dollar