Displaying 20 results from an estimated 1000 matches similar to: "filelist calculation algoritm"
2003 Aug 24
1
problems in updating cvsroot under cygwin
Hi
I've always updated and committed my cvsroot directory using rsync also
under windows with rsync distributed with cygwin. After installed the
new release of cywing with rsync 2.5.6 protocol version 26, updating my
cvsroot does not work anymore (under windows): it locks with
receiving file list ...
I use this command to update:
rsync -e ssh -avzu --delete -c -C --include=CVS
2003 Jan 15
2
umask for rsync
I have another small feature suggestion, it should not cause such a stir
as the whole "file list" 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
2003 Feb 12
2
Filelist caching
Hi,
I've noticed every time someone does an rsync-request on my ftp-site
(which also provides rsync as mirror method), rsyncd creates a filelist.
This is a quite IO and CPU intensive procedure, especially for things
mirrors like FreeBSD with lots of little files.
I was wondering... is there a way to cache that filelist? Our mirrors
are updated once, or twice a day, it could speed up
2009 Mar 01
2
dovecot imap and thunderbird tags
We've been using an imap(s) dovecot server for a while on an ubuntu
8.04.2 and we noted that tags set by thunderbird ("important", "to do",
etc.) are almost always lost, i.e., when connecting to the same imap
account from another machine, the tags are not there anymore... this
always happens for the Inbox, and seldomly for other imap folders...
anyone else experiencing
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
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
2005 May 23
3
filelist caching optimization proposal
Hi,
As a gentoo-user i frequently run the emerge sync command, which in turn does
a rsync with the mainserver. The 'problem' is that the portage directory tree
contains about 19.000 directories and 96.000 files. So building the filelist
takes a pretty long time, because of the many disk accesses that are
neccesary. On the server side the disk-io problem is probably less worse
since
2002 Aug 16
1
performance problems while building the filelist...
Hello Rsync PRO?s,
i?m satisfied with the rsync features...never seen a better replication tool....!! ;-)
But i have some problems...:-(
OK, here me installation:
- one Compac Proliant ML370 with cached SCSI HDDs and 1,2GHz and 1gb RAM...
on this machine we have the Rsync deamon runnig to export the data we want to replicate
- now we have 68 other NAS machines in our branch offices and this NAS
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
2004 Sep 03
1
more filelist --stats
The attached diff causes rsync to show how much time it spends
on building and sending its filelist. I'd appreciate if you
could consider this change for inclusion in a future release.
-------------- next part --------------
diff -ru rsync-2.6.3pre1/flist.c rsync-2.6.3pre1+tykhe/flist.c
--- rsync-2.6.3pre1/flist.c 2004-08-12 14:20:07.000000000 -0400
+++ rsync-2.6.3pre1+tykhe/flist.c
2003 Feb 28
1
Newbie Question
Hi,
This is a very simple question I realise, but I hope maybe someone can just
help me out.
I am trying to do a very simple thing, just transfer a file from machine A
to machine B using rsync with ssh.
This is what i'm typing:
bash-2.03# rsync -avvv --rsh="ssh -l tdf"
tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html
This is what I get:
opening connection
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
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
2009 Mar 14
1
Any ideas for the most efficient algoritm to reshuffle tiles based on this description.
This was exactracted from a 8192x4 texture, with 32x4 tiles.
4 patterns appears, each 8x128 bytes long.
these patterns are repeated, and one is always left out.
So 123, 234, 134, 124.
The repetetive cycle is therefore 4x3x8x128 = 12288 bytes long.
I've included the color code ods file, which contains the normal ->
actual position.
I have no idea how this goes for larger tiles (is the
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
I am having a bit of a problem with rsync 2.6.2 on AIX and I was
wondering if this might just be the expected behavior.
When using the -o and -g flags, the user and group names are NOT
preserved 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
2002 Aug 24
0
selecting files from different subdirectories
Hi
I would need to synschronize some Netscape stuff to a server ("roaming
profiles" are not included anymore in the recent versions of Netscape).
In particular I'd like to synchronize bookmarks, address book and mail
filters.
So I need to synchronize ONLY the following three files (that are in the
mozilla directory work/mozilla) to the remote server (in the directory
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
2001 Dec 05
0
compare with filelist
Hi,
I want to make rsync compare a local filesystem with a previously
generated file containing the required informations about each file von
the remote filesystem.
a) Is this possible?
b) How can I generate the required filelist?
Thx,
Daniel
--
*************************************************
* Daniel Jung * Daniel.Jung@dj-web.de *
* Linux-User: #118180 * http://www.dj-web.de
2002 Nov 12
1
many files filelist problem
Hi all
I am still busy with my copy of the /var/spool/mail direcroty
I gave it this command
[root@ais-mail01 root]# time rsync -pogrve ssh /var/spool/mail
root@10.0.0.9:/var/spool/mail/
root@10.0.0.9's password:
building file list ...
As top shows me it has been going 85 mins now building the filelist
I recon there are about 80 000 files in that directory totaling 50Gig
I was wondering is
2015 Mar 11
1
[Bug 11152] New: Feature Request: Cache Filelist
https://bugzilla.samba.org/show_bug.cgi?id=11152
Bug ID: 11152
Summary: Feature Request: Cache Filelist
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: andrebruce at