Displaying 20 results from an estimated 2000 matches similar to: "rsync + incremental changes files"
2013 May 12
2
Data mining
Hola, ¿cómo están?
         Soy estudiante de Ing. en Sistemas de Información y estoy cursando
la materia Tecnologías para la Explotación de Datos. Me he decidido a usar
R para hacer DM. Estoy recién comenzando con ambos.
         El asunto es que no he encontrado la implementación en R de uno de
los algoritmos que dimos para árboles de decisión, ID3. Ya revisé varios de
los paquetes para DM
2015 May 04
2
Make Xapian accept all characters
Ok, but suppose I have a complex query, something like "(a OR b) AND NOT c OR ##". Do I have to parse the query by myself?
> Date: Mon, 4 May 2015 03:03:24 +0100
> From: olly at survex.com
> To: lautaromedrano at hotmail.com
> CC: xapian-discuss at lists.xapian.org
> Subject: Re: [Xapian-discuss] Make Xapian accept all characters
> 
> On Sun, May 03, 2015 at
2013 Jun 09
3
Preparación de datos
Hola, ¿como están?
        Me encuentro haciendo un trabajo de Explotación de Información para
la facultad y tengo un inconveniente a la hora de preparar los datos para
poder operar con ellos.
        Tengo un atributo "Titulo Secundario" que cuenta con 139 valores
diferentes (al final les dejo algunos de estos valores con la cantidad de
ocurrencias de cada uno) y lo que quiero hacer es
2013 May 12
0
Resumen de R-help-es, Vol 51, Envío 21
Hola Lautaro, Me parece que weka tiene un plugin para id3 y tal vez puedas
hacer algo desde RWeka. Por otra parte, existe una implementacion de id3 en
python (
http://www.onlamp.com/pub/a/python/2006/02/09/ai_decision_trees.html ). Con
el paquete rPython puedes accesar codigo de python desde R.
El 12 de mayo de 2013 04:00, <r-help-es-request@r-project.org> escribió:
> Envíe los
2004 Aug 25
3
integrate function
Is possible to integrate this diferential equation:
dN/dt = Nr(1-(N/K))
in R using the integrate() function?
Or any other diferential equation?
If yes, how?
If no, anybody know any software on linux that make this?
Inte
Ronaldo
-- 
O problema de ter os dois p??s bem firmes no ch??o ?? que voc?? n??o vai conseguir 
tirar as cal??as.
--An??nimo
--
|>   // | \\  
2015 May 03
2
Make Xapian accept all characters
Hello everyone,
I'm using Xapian at work (PHP bindings) and I have to make it accept '##' as a term to index. We have a layer on top of xapian, but as far as I can tell, Xapian's QueryParser is removing them from the query. So, if I search for just '##' I get an empty query, after Xapian parsed it. I've seen the flags this class accepts, but I can't do what I want
2005 Sep 04
1
Rsync patch for default ACLs and executability
I wrote a patch for rsync 2.6.6 that changes two things:
(1) When the receiving rsync creates a file in a directory with a
default ACL and `--perms' is off, rsync uses the default ACL instead of
the umask to calculate the new file's permissions.  All programs that
just use `open' and don't do an explicit `chmod' are forward-compatible
with default ACLs, but rsync always sets
2006 Jan 17
2
getting "diff" of directory trees
Given two directories "foo" and "fooprime", can I have rsync make a file
or directory "d", that contains the differences between these two
directories such that I can take d and apply it to foo to get fooprime,
or take fooprime and reverse-apply d to it to get foo?
I'm not sure that the --backup and --backup-dir options to rsync will
give me exactly what I want.
2006 Jan 22
1
ACL support in rsync 2.6.6
Hi,
Can someone tell me the status of ext3 acl support in rsync?
I saw this post from may 2004 which seems to indicate there
is a patch.
http://lists.samba.org/archive/rsync/2004-May/009466.html
But it still appears that 2.6.6 doesn't have any acl support
included. Is that true?
Does anyone know where to get the latest patch for 2.6.6 if it
even exists?
Thanks
Paul
--
2007 Feb 25
3
DO NOT REPLY [Bug 4412] New: --dry-run output inaccurate due to implied symlink
https://bugzilla.samba.org/show_bug.cgi?id=4412
           Summary: --dry-run output inaccurate due to implied symlink
           Product: rsync
           Version: 2.6.9
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy:
2006 Jun 06
13
DO NOT REPLY [Bug 3825] New: rsync won't delete directory with excluded files
https://bugzilla.samba.org/show_bug.cgi?id=3825
           Summary: rsync won't delete directory with excluded files
           Product: rsync
           Version: 2.6.8
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: vanes002@umn.edu
   
2006 Apr 15
2
include and exclude file
hi
i try to include and exclude file when i do a rsync
#!/bin/sh
# directory to backup
BDIR=/home/collinm/test/home
# includes file - this contains a wildcard pattern per line of files to 
exclude
INCLUDE=include.txt
# excludes file - this contains a wildcard pattern per line of files to 
exclude
EXCLUDE=exclude.txt
OPTS="-a -r -v -p -t --delete-before --exclude-from=$EXCLUDE 
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
2005 Sep 28
1
problems with shadow copy
Hi people, im trying to use shadow copy. Is anyone currently using it? 
Im following the oficial howto in the samba home page and when i do the 
xfs_freeze the system totally hangs, any ideas? I know this isn't a 
specific samba question...
I know how to use LVM and snapshots.. the samba how to is accurate?
Tnxs in advance.
2005 Apr 18
2
"getpeername failed. Error was Transport endpoint is not connected"
I get this error message "getpeername failed. Error was Transport 
endpoint is not connected" in my logs very often. Any ideas how to fix it?
Tnxs in advance
2006 Oct 14
1
rrd tool to make samba usage graphs?
Someone knows of a tool to make samba usage graphs? I know this isn't
exactly samba related. But I have several samba fileservers and it would
be great to have such tool to measure the usage of a fileserver. Mostly
openfiles, but connected users would be great.
Tnxs in advance.
2007 Nov 10
1
winbind doc error?
Hi People: In the how to posted on ..
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html
The docs says several times to the option -B in the winbindd , but I
can't find anything on the manpage about that switch and I can't notice
any difference by using it.
The docs are outdated? or my 3.0.24 dosen't have this feature?
Tnxs in advance.
2007 Sep 24
5
Mapped Drive
I am having trouble running rsync over a mapped drive.  Basically it only
copies whole files.  I use the -rvcS switches.  Any suggestions?
TIA
 
_____________________________
Stephen Zemlicka
Integrated Computer Technologies
PH. 608-558-5926
E-Mail  <mailto:stevezemlicka@gmail.com> stevezemlicka@gmail.com 
 
-------------- next part --------------
HTML attachment scrubbed and
2005 Nov 12
1
rsync server service provider
Hi,
I want to backup data from my computer located at home to a server 
located anywhere else and accessible through the Internet at any time.
Does anybody know any provider offering a storage service and an rsync 
server service ?
Thank you very much for your answer ...
Xav
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final
pre-release version of the 2.6.7 release.  Please test this out and
email the rsync mailing list with any questions, comments, bug reports,
etc.  Thanks!
You can download the tar file and its signature from here:
    http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz