Displaying 10 results from an estimated 10 matches for "thauvin".
Did you mean:
chauvin
2002 Feb 04
1
A little patch
...I add the option --heeptime=x where x is the time of validity in second after
it creation.
But I don't want to keep very large file:
--keepmaxsize=y where y is the maximum size for a file in kbyte.
I don't kown if this patch interest someone but it is in GPL !
Thanks a lot.
--
Olivier Thauvin-CNRS Service Aeronomie
olivier.thauvin@aerov.jussieu.fr
T?l?phone:
01 64 47 43 60 ? Verri?res (lundi,mercredi et vendredi)
01 44 27 47 59 ? Jussieu (Mardi et Jeudi)
Service d'A?ronomie
R?duit de Verrieres - BP 3
Route des Gatines
91371 Verrieres le Buisson Cedex
France
Fax:33 (0)1 69 20 29 9...
2005 Jul 18
2
RSync and SSH problems
Hey all,
First off, I'm new to cygwin, rsync, and actually even ssh. I've used
ssh clients many times, but server side I'm a bit of a noob. Anyway,
here's my problem...
I set up a brand spankin new Windows XP box with only two apps
installed: copSSH and rsync. I need to tie down all security as tight as
possible. From what I've seen/read, it seems to me the only port I need
2005 Jul 28
2
test failed with acl patch
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the
patches directory.
I am trying to update our rpm to rsync 2.6.6 but one of the test failed with
this patch. It seems to be a minor problem, but can you have a look ?
Thanks by advance.
Following the message (a bit long):
----- itemize log follows
Testing for symlinks using 'test -h'
+
2005 Jul 05
2
rsync lib
Skipped content of type multipart/alternative-------------- next part --------------
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.9/39 - Release Date: 2005-07-04
2007 Aug 15
1
rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set
$ ./rsync distrib-coffee.ipsl.jussieu.Fr::
Erreur de segmentation
Easy to understand and fix (after 3 minutes inside a debugger):
Index: socket.c
===================================================================
RCS file: /cvsroot/rsync/socket.c,v
retrieving revision 1.130
diff -u -b -B -w -p -p -u -r1.130 socket.c
--- socket.c 11 Aug 2007 16:20:56 -0000 1.130
+++ socket.c 15 Aug
2007 Nov 12
1
rsync 3.0.0 pre5 + hard link preversation trigger assert
I've setup rsync 3.0.0 pre5 on distrib-coffee.ipsl.jussieu.fr (rsync server)
and upload the same into mandriva cooker (development distribution).
Someone reported this failure:
rsync -auvPH --delete
--exclude-from="/home/rfox/exclude.txt"
distrib-coffee.ipsl.jussieu.fr::mandrivalinux/devel/cooker/i586/ .
receiving incremental file list
rsync: hlink.c:253: check_prior: Assertion
2008 Feb 06
1
--suffix-dels unknown option on in rsync 3.0.0.
I am trying to run:
rsync --dry-run -avz --force --no-whole-file -e "ssh -C" --delete --bwlimit=35
\
--backup --exclude "*.backup-*" --exclude "*:*" '--suffix'=.backup-`date
+%m%d` \
/mnt/unite-c/ heraudet@nanardon.zarb.org:~/unite-c/
But I get:
rsync: on remote machine: --suffix-dels=.backup-0206: unknown option
rsync error: syntax or
2008 Mar 19
1
rsync --server -e VERSION issue
It seems latest rsync pass -e to the remote server to specify rsync client is
a preversion (A thing I understand because -e works on all rsync version).
However, this cause problems on server having options restriction, like
denying -e because it allow to execute any command on it.
So I suggest this patch to limit effect to unstable version of clients.
WDYT ?
Regards.
Index: options.c
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi,
The problem I found is not in what rsync, but on the error handling:
How to reproduce:
On server side I setup a tree and share using rsync + xinetd, of course, for
security reason I use chroot option.
Now I push this symlink:
lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/
Now I try to do:
./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/
(Of course the
2005 Jun 23
0
rsync perl/binding (python) and libraries
Hi,
First I am new on the list, and I think this topic has been allready in past.
I am looking rsync with the idea to create perl-Binding for rsync. I saw in
the TODO list python binding has been plan in past too.
The current rsync code make this hard as rsync does not provide library
itself. Of course there is allready librsync for a lib, File::RsyncP as perl
binding, but this last one is a