Re: rsync and kerberos

2008-08-25 Thread Wayne Davison
On Mon, Aug 25, 2008 at 06:58:38PM +0200, Bacchella Fabrice wrote: > This patch only add gssapi authentication, I wanted it to be simple and > fast to code. Thanks! I've saved it off and will give it a look soon. ..wayne.. -- Please use reply-all for most replies to avoid omitting the mailing

Re: rsync and kerberos

2008-08-25 Thread Bacchella Fabrice
Le 22 août 08 à 19:24, Simo Sorce a écrit : On Fri, 2008-08-22 at 17:57 +0200, Bacchella Fabrice wrote: I would like to use gssapi authentication in rsync. GSSAPI is the standard way to use kerberos. Any help and advice is welcome. If you can use ssh then use ssh+GSSAPI auth and you wil

Re: Problem using rsync for backing up on to a NAS

2008-08-25 Thread Thomas Ebert
Hi! After searching again I tried the option -W because it is suggested for backups over LAN. But again I get following error message: usr/share/terminfo/l/ deleting usr/share/terminfo/l/LFT-PC850 rsync: stat "/home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo

Re: out of memory in flist_expand

2008-08-25 Thread Rob klein Gunnewiek
Wayne Davison wrote: > [...] > > That will tell you what the last realloc attempt was before the error. > If it is a really huge value, check to see if you have a directory with > a huge number of files in it. You should also check your process's > memory ulimit values to see if they are too smal

Re: Copying a list of files

2008-08-25 Thread Leslie Jensen
rsync -tv --files-from="my list of files" / /home/user/configuration/ The examples in the man page description of --files-from do show the source dir, but the description could certainly be more explicit that one is required. Matt Thank you all. It's amazing what a slash can do :-) /Les --