Displaying 3 results from an estimated 3 matches for "mondesi".
2002 Sep 07
1
rcopy.pl an Perl script for rsync (with XML config)
...is baby for a test drive at:
http://www.latinomixed.com/downloads/rcopy.pl
And you can read an article I did explaining it's usage (Spanish only, use
the Fish to translate -- http://world.altavista.com ) from this link:
http://www.latinomixed.com/article.php3?story_id=232
----)(-----
Luis Mondesi
System Administrator/Web developer
LatinoMixed.com
lemsx1@hotmail.com
You think Oedipus had a problem -- Adam was Eve's mother.
Be secured. Get the public signature here:
http://www.latinomixed.com/lems1/public-a.asc
_________________________________________________________________
Rejoig...
2002 Sep 08
2
Rsync fail repeatedly on the same files.
Hello,
I?m trying to rsync Windows 2000 to Linux. It fail on the same file every
in every try.
If I delete from the source the problematic file, then it fail again after
a while on other file. The file size vary etc.
I install rsync on other Linux for test, and there was no problem to rsync
the entire directory
to this new destination.
The error message on the client site is some
2011 Aug 26
17
strings issue
Hi everybody,
I ve got a problem with strings and the class File in rails
Indeed, when i try to do this:
File.new("archives/sequences/archives-2011.xml")
it works perfectly, however when i do
string = "archives/sequences/" + @filename => filename being
"archives-2011.xml"
File.new(string)
it doesn''t work!
ruby tells me it cannot find the file
does