Displaying 20 results from an estimated 1000 matches similar to: "Versioned files (take 2)"
2003 Oct 14
2
Adding support for versioned files in rsync
Hi!
Below is a link to a proposal I'm writing for two clients of ours who want an
Internet-based backup solution. I propose eleven "objectives" in it,
most of which are modifications to rsync. I'd like to contribute
these changes back where possible, and so I'm posting this here for review.
The nuts and bolts of it is the ability to keep multiple copies of files
(think
2004 Feb 09
1
checksum_seed
What is the point to checksum_seed? When reading/writing batch, it is
initialized to a constant value, otherwise it is initialized to
time(NULL). It certainly has no useful cryptographic value :)
I got the go-ahead from the client on my --link-by-hash proposal, and the
seed is making the hash unstable. I can't figure out why the seed is
there so I don't know whether to cirumvent it in
2004 Mar 02
1
Win32 and Backing up open files
I now fully and completely remember why I hate Windows.
I have struggled with the backup semantics options in order to get rsync
able to back up open files, and I got something that appeared like it
should work, but it didn't work. So I finally broke down and wrote a
holdopen.exe and a tryopen.exe to test my theory, and no matter what
privleges were enabled (backup and restore were enabled),
2006 May 13
10
new user
Hi!!!!
I''ve tried ROR! it''s fantastic!!! wonderful!!!
I WANT LEARN ALL ABOUT IT!!!
Do you have some links ( if exists in italian language ), or suggest me
some book i can buy??
thx very much
--
/\/\ariano Di Felice
Java PHP Python programmer
with MySQL, PostgreSql, SQLite and Oracle support
Linux Platform Developer
mariano.difelice@gmail.com
Tel. 0735 703735
Cell +39 339
2004 Feb 20
3
open files
hi guyz,
One simple question. What does rsync do when it encounters open files.
Do we have to use open file manager(like st bernard) to back up open files or is there any open source open file manager or can rsync backup open files by itself.
thanx
tarun
---------------------------------
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
2004 Feb 09
1
[patch] Add `--link-by-hash' option.
This patch adds the --link-by-hash=DIR option, which hard links received
files in a link farm arranged by MD4 file hash. The result is that the system
will only store one copy of the unique contents of each file, regardless of
the file's name.
Anyone have an example of an MD4 collision so I can test that case? :)
Patch Summary:
-1 +1 Makefile.in
-0 +304 hashlink.c (new)
2004 Feb 16
1
[patch] Add `--link-by-hash' option (rev 2).
This patch adds the --link-by-hash=DIR option, which hard links received
files in a link farm arranged by MD4 file hash. The result is that the system
will only store one copy of the unique contents of each file, regardless of
the file's name.
(rev 2)
* This revision is actually against CVS HEAD (I didn't realize I was working
from a stale rsync'd CVS).
* Apply permissions after
2007 May 30
3
sizing and saving graphics in R
Dear R wizards,
I am seeking advice on graphics in R. Specifically, how to manipulate
the size and save a plot I have produced using the LDheatmap library.
I confess I am relatively new to graphics in R, but I would greatly
appreciate any suggestions you may have.
LDheatmap produces a coloured triangular matrix of pairwise
associations between 600 genetic markers in my dataset.
2004 Aug 06
1
Icecast in Macromedia Flash
Ciao Assorgia,
Anch'io sono felice che cè un'altra persona che cerca di importare uno
stream di Icecast nel Flash!
Just one easy question (I'm speaking English for the list), is there a real
quality of sound difference between Icecast1 and 2? Is Icecast2 really more
reliable? Can you provide a link to your webradio, I'd be glad to listen to
it.
Grazie,
MAX
-----Original
2005 Jul 26
3
Wx::Html* widgets
Hello,
I''m having problems using the widgets Wx::Http*, such as
Wx::HtmlWindow, Wx::HtmlEasyPrinting, etc..
The error I got is "uninitialized constant Wx::HtmlWindow". The code
is correct since I''m trying to execute samples in the html/ directory.
All other samples work. I can''t even see that widgets doing
require ''wxruby'';
2006 Jul 06
1
Bug test di Rails
salve a tutti,
sentite, non riesco a capire i test automatizzati di Rails.
Secondo il libro, il ciclo di vita di un test prevede che per ogni
metodo ( che sarebbe in pratica un test da eseguire ) si verificano
sempre 3 eventi:
1) la cancellazione di tutti i record della tabella in esame
2) il caricamento di tutti i dati di test elencati nel file di fixture
della tabella ( ad esempio
2006 Aug 28
1
Download problems
Hallo,
I am a new user of 'R'. I have been trying to download it onto my Mac (OSX
2.8). For some reason it seems to download ok and look ok but then it
doesn't actually open. Can somebody help me this?
Felicity
2004 Feb 17
1
[patch] Make robust_rename() handle EXDEV.
All callers of robust_rename() call copy_file() if EXDEV is received. This
patch moves the copy_file() call into robust_rename().
Patch Summary:
-12 +1 backup.c
-15 +2 rsync.c
-9 +33 util.c
-------------- next part --------------
patchwork diff util.c
--- util.c 2004-02-17 09:58:44.000000000 -0500
+++ util.c 2004-02-17 10:21:22.000000000 -0500
@@ -355,16 +355,40 @@
2018 Dec 29
2
Rmarkdown -H2O
Buenas noches:
Estoy realizando un documento rmarkdown donde realiza un modelo de random forest con la librería H2O, el problema lo tengo cuando lo compilo con knit a pdf, ya que en el documento me sale con rayas con el porcentaje de entrenamiento que lleva. ¿Alguien sabe como eliminarlas para que no aparezca en el documento en pdf?
[cid:image001.png en 01D49FC5.4D2AEEE0]
Muchas Gracias.
Un
2016 Dec 18
2
[Grupo de Usuarios de R de Madrid]: Reunión del 15-dic. Material disponible...
Hola,
El pasado jueves 15-diciembre, celebramos una nueva reunión del "Grupo de
Usuarios de R de Madrid".
En esta ocasión pudimos contar con la participación de Javier Luraschi
(RStudio) autor del paquete "sparklyr".
El video y su presentación ya están disponibles en el portal del Grupo:
http://madrid.r-es.org/40-jueves-15-de-diciembre-2016/
Gracias y felices fiestas,
2006 Jan 16
2
ActiveRecord: table name with spaces?
Howdy.
I''m trying to work with a legacy SQL Server database where some of the
table names have spaces in them.
I''ve done set_table_name "tablename with spaces", but I can''t get
find(:all) to work. I get the following error (because apparently
it''s not putting [ ] around the name as is required for SQL Server for
names with spaces.
2013 Dec 24
3
ayuda con documento knitr
Si, por eso no sabie muy bien si el problema se podía resolver en la
lista de R. Me da la impresión que es algún tipo de incompatibilidad
entre los paquetes de
latex y los valores por defecto que usa knitr
para producir el resultado. Como dije antes, lo que no me cuadra es que
sólo sea con la función lm.
Gracias por al ayuda y felices fiestas a
todos los miembros del grupo.
M. Morales
El
2005 Oct 21
21
PHPonRails ?
I''ve have a very tight schedule project that MUST (not my option), be
developed in PHP. Is there a Rails based framework for this platform?
I like the Rails way of things, but in this case, I cannot choose the
programming language, so please don''t offend me :-)
Thanks in advance,
Alessandro
_______________________________________________
Rails mailing list
2009 Apr 15
2
Sweave and executive summaries
I'm learning to use R/Sweave/LaTeK to write my stat reports. Is there a way
to have an executive summary in the beginning while still having the
analysis code embedded? For example, a study has three independent
objectives so I want my report to have three sections. Ideally the code
chunk that answers the first objective would be embedded in the first
section and so on.
2006 Jul 29
2
deflexion exercise?
I read the Ed Gibbs blog posting on BDD, and there was a reference to
implementing the game Deflexions as a way of learning about
expectations...
I''d like to do this exercise, can you provide me with the details
(starting points, objectives, etc...)
Thanks!
Dominique
-------------------------------------------------------------
dom.website = http://www.binaryshift.com