Displaying 8 results from an estimated 8 matches for "rsync_ful".
Did you mean:
rsync_full
2002 Jan 15
1
batch mode maintainability
I'm having second thoughts about merging the rsync+ / batch mode patch
into the main rsync release. It adds a lot of extra paths to the
code. I can see it will be useful for a few people, but I'm not sure
it's sufficiently general to justify being there. Dave?
--
Martin
2002 Jul 25
0
Problems compiling on RH 5.2.
Hello all,
I recently downloaded RSYNC 2.5.5 and had a problem compiling on a RedHat
5.2 i386 system (I know its old but my co-located machine is ancient and I
can't easily upgrade it).
Anyhow, I did:
./configure --prefix=/usr/services/rsync
And make fails because of the file lib/addrinfo.h not
defining things correctly. The configure script generated:
#define HAVE_GETADDRINFO 1
2009 Jun 12
1
--compare-dest= dir list ?
Hi,
I would like to compare a backup dir with a directory list in
--compare-dest= but I don't know how to specify this list. If a have
only one dir it's ok, but if I have 2 or more dir I have an error ?
Here is my script:
#!/bin/bash
SSH_USER=
SSH_HOST=
TOBCK=/
EXCLUDES=/root/bckscript/ns200176/excludes
LOG=/root/bckscript/ns200176/rsync_$(date +'%Y-%m-%d_%H.%M.S').log
2002 Feb 07
1
Latest version of the batch mode cleanup patch
Here's the latest version of the batch mode cleanup patch.
Index: batch.c
===================================================================
RCS file: /cvsroot/rsync/batch.c,v
retrieving revision 1.12
diff -u -r1.12 batch.c
--- batch.c 24 Jan 2002 08:09:46 -0000 1.12
+++ batch.c 6 Feb 2002 19:47:57 -0000
@@ -8,55 +8,38 @@
#include "rsync.h"
#include <time.h>
-char
2006 Sep 18
1
daemon excludes all my files
Hello
I am new to rsync but I started the cwRsyncServer daemon on an Windows
2003 Server machine with this exclude option:
exclude = *.obj Debug *~ *.bak *.orig .svn Thumbs.db Copy?of?* Kopie?van?* .*
This option I have placed in the global section so I won't have to
repeat it on every module.
You can see my rsyncd.conf file attached.
The problem is now all my files get excluded
Now on
2008 Jul 12
1
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621
tkessler@ucdavis.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkessler@ucdavis.edu
------- Comment #2 from tkessler@ucdavis.edu 2008-07-12 12:01 CST -------
This would be an EXCEPTIONALLY useful
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
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
Hi *,
it seems rsync with --fileflags isn't able to work on (already)
hardlinked and immutable ("schg") files on FreeBSD. The following
scripts will create a simple example for this behaviour:
--------------------------------------------------------------
#! /bin/sh
#
#
set -x
DIR="/var/tmp/rsync_$(date +%s)/"
mkdir "${DIR}/"
# Preparing dir_A
mkdir