Displaying 20 results from an estimated 30000 matches similar to: "Would this patch be useful..."
2003 Jul 06
3
New wildmatch code in CVS
If you've been watching CVS, you may have noticed that I checked in some
new files named wildmatch.c and wildmatch.h. This code implements the
shell-style wildcard matching with rsync's extension that "**" matches a
"/" but "*" and "?" does not. I have also checked in a new test module
which has allowed me to test a few things on all the machines
2020 Feb 09
3
[draft PATCH] whitelist support for refuse options
This adds support for whitelisting the acceptable options in the
"refuse options" setting in rsyncd.conf. It introduces "!" as a
special option string that refuses most options and interprets
any following strings as patterns of options to allow.
For example, to allow only verbose and archive:
refuse options = ! verbose archive
The "!" does't refuse no-iconv,
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
I am an rsync newbie trying to setup rsync on a HP UX 11.0 server, but
am running into problems in my "make". I am using gcc version 3.3.2 and
rsync-2.6.6.tar.gz. Would any of you have ideas on troubleshooting this
issue? I haven't had much luck googling info on this, with the
exception of switching from HP's simple c compiler to gcc. The warnings
and errors I am recieving
2004 May 27
0
compiling on HP-UX
Hi, everybody here!
I hope not all is old stuff, because I only scanning subjects
fast in this list. (and sorry for my worse english, too.)
1) rsync 2.6.0 on HP-UX (HP-UX server B.11.00 U 9000/803)
Running as server: crashed always after receiving data.
The data is transmitted correctly, and the server dies
afterwards. (rsync2.5.7 works anyway)
(about rsync2.6.2 later)
2) compiling
2016 Aug 25
0
--skip-compress option not selectively skipping files
I've been playing around with the "--skip-compress" option in rsync 3.1.2
and it appears to not selectively skip the compression of files with
suffixes in the list. As a basic example, if I transfer two files, a
".log" file and a ".grb2" file, I get the following results:
no compression
sent 156,412,712 bytes received 110 bytes 62,565,128.80 bytes/sec
total
2008 Apr 07
3
rsync installation _error exit code1
Skipped content of type multipart/alternative-------------- next part --------------
# ./configure
configure.sh: Configuring rsync 3.0.1
checking build system type... hppa2.0w-hp-hpux11.11
checking host system type... hppa2.0w-hp-hpux11.11
checking target system type... hppa2.0w-hp-hpux11.11
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Recent versions of rsync have a "regression test" called
"chmod-option" that when run fails, this should be causing rsync to be
rejected as broken by all distros and sysadmins.
A bit of research show that no one has mentioned this test since it
was last worked on in late September, nor does it show up as a current
bug
2013 Jan 28
2
Not respected repo priorities...
Ah ah, the demo effect... just after I said I did not have much issues with repos... ^_^
A collegue installed some packages (for perconna) and since then a server insists on replacing 2 base packages with 2 rfx packages, even when I gave a lower priority to rfx...
Installed: perl-IO-Compress-Base-2.020-127.el6.x86_64
Installed: 1:perl-Compress-Raw-Zlib-2.020-127.el6.x86_64
Installed:
2004 Jan 07
1
BUG in 2.6.0: make test failes if build dir is not source dir
There is a small bug in the build system of 2.6.0:
If the directory you build rsync in differs from the sourcedir "make test"
failes:
$ tar -xzf ~/rsync-2.6.0.tar.gz
$ mkdir build
$ cd build
$ ../rsync-2.6.0/configure
....
$ make test
....
PASS unsafe-byname
PASS unsafe-links
----- wildmatch log follows
Testing for symlinks using 'test -h'
+ /tmp/bla/build/wildtest
Unable
2003 Jul 05
1
make check's diff -u vs -c
Wayne, i like the diff -u idea. I find -c awkward.
It seems to me that the shell script could test for support
of -u and if present use it instead of -c. ala
if [ -n "`diff -u /dev/null /dev/null 2>&1`" ]
then
difftype="-c"
else
difftype="-u"
fi
diff $difftype "$2"/"$f" "$3"/"$f" || failed=YES
or something
2006 May 24
3
rsync shows poor throughput vs. scp
hi all- been reading through the archives but I still can't seem to find
a solution to my problem. I am using rsync to keep mirror copies of
content which is being served (via http) on both the sender and receiver.
The files on average are 20-50mb each, (mostly already in a compressed
format... mp3, etc) and both sender and receiver pushes around 30mbps on
average.
the sender is a
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
Recently various needs for multiple version handling were discussed
and I put forward a plan of mine. Subsequently the proposal for a
--compare-file=<FILE> switch had support, so I have implemented
this. I have also implemented an experimental --compare-auto which
decides which file to match against using a rule.
Instructions for patch:
1. Install rsync-2.5.6 source
2. "patch -p1
2007 Oct 03
2
excluding directories in rsync
Hello Everyone,
I am trying to exclude a directory (and all file and sub-directories
under that directory) when using rsync.
I have spent two days on google, but everything that I can find there
involves excluding individual files, not an entire directory.
I have tried the following commands, but in each case the remove_dir and
all of its sub-directories and files area still sent to the remote
2006 Oct 13
1
"rsync -z" not working as expected under 2.6.8 and 2.6.9?
I got curious as to how rsync operates, and got a few tests going under
ethereal. The results confused me more.
I created /tmp/test-out/ containing two different text files - one named
"file.txt" and the other "data.gz". ie. data.gz wasn't actually
compressed - it was actually text. I then created an empty directory on
a rsync server to replicate that data to.
I did a
2014 May 22
1
Excluding objects from save.image
When dealing with object holding pointers that are only valid during a
single session, it would be convenient to exclude them from being saved
with the session image. (I am assuming that `quit` calls `save.image`
before quitting or is it internal?) Currently they are saved with the
pointer converted to NULL. Its a bit surprising for users not realizing the
object is no longer valid.
My thought is
2011 Aug 05
3
[Bug 8354] New: --skip-compress does not appear to be working
https://bugzilla.samba.org/show_bug.cgi?id=8354
Summary: --skip-compress does not appear to be working
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: justincwatt at gmail.com
2004 Jan 28
1
rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}
I use rsync to mirror several servers.
I run RH7.3
My rsyncd.conf file is:
motd file = /etc/rsync.d/rsync.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
hosts allow = 10.1.2.200 10.1.2.201
hosts deny = 0.0.0.0/0.0.0.0
use chroot = yes
max connections = 3
#syslog facility =
[website]
path = /var/www/website
comment = Connex Live WWW
2007 Jul 19
3
CentOS 5: rsyncd log problem
I run a CentOS/Fedora mirror with rsync access.
I have the following rsyncd.conf file:
read only = true
transfer logging = true
pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log
dont compress = *
[Fedora]
path = /var/ftp/pub/mirrors/fedora
comment = Fedora mirror
[CentOS]
path = /var/ftp/pub/mirrors/centos
comment = CentOS mirror
My problem is that
2006 Feb 08
2
RSYNC via pipe/socket ?
Hello !
I`m trying to find a way to use lzo compression for the data being transferred by rsync.
rsync only supports gzip (or maybe ssh -c, which is also zlib), which gives cpu intensive workload - and
this cannot be exchanged by a commandline param like we have with tar (--use-compress-program=....)
i like to use lzo because it does much faster compression than gzip.
I read the following in
2017 Sep 05
1
rsync got stuck
On 08/30/2017 05:39 PM, Paul Slootman wrote:
> On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote:
>
>> abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/
>
> Try running rsync without the --compress option, that has been