Displaying 17 results from an estimated 17 matches for "cronosys".
Did you mean:
cronos
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.
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
2003 Oct 14
2
Adding support for versioned files in rsync
...Jay 'Eraserhead' Felice
SafeSync Backup System
Project Definition
Prepared By: Jason M. Felice
Date: October 11, 2003
Project overview
Inline Technologies, Inc and Gem have approached Cronosys, LLC to discuss
the implementation of an easy-to-use backup mechanism which would meet the
following criteria:
1. Would keep multiple versions of backed-up files and allow several
different versions to be restored (think of Netware's "salvage"
command).
2...
2004 Feb 09
1
checksum_seed
...ographic 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 my particular case or
calculate a separate, stable hash.
--
Jason M. Felice
Cronosys, LLC <http://www.cronosys.com/>
216.221.4600 x302
2004 Mar 02
1
Win32 and Backing up open files
...pening a file without
SHARE_READ.
One backup program claims to be able to back up unshared, open files. They
say that they do it with a custom kernel driver which allows them direct
access to the file. This, of course, is beyond the scope of my charter
for modifying rsync.
--
Jason M. Felice
Cronosys, LLC <http://www.cronosys.com/>
216.221.4600 x302
2003 Oct 15
1
Versioned files (take 2)
...backup service's configuration to find the server and
get authentication information, then it will display backed-up
versions of files in a file-browser type interface. It will allow the
user to select files and versions to restore.
6. Create Windows installer.
Cronosys will create the files required to build a self-installing
executable for Windows which contains all of the programs, utilities,
and data files required to back up to a server.
--
Jason M. Felice
Cronosys, LLC <http://www.cronosys.com/>
216.221.4600 x302
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.
2006 Apr 19
5
new article up at Linux Journal
http://www.linuxjournal.com/article/8993
If you''ve got feedback, requests for coverage, etc. please let me
know. I''ll try to respond in an upcoming column.
--
thanks,
-pate
-------------------------
http://on-ruby.blogspot.com
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s
overhead so large that the lighter MySQL will work substantially better for small apps on
small machines? Or are they very similar in performance and configuration?
I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL
around at all.
On the other
2004 Feb 09
1
[patch] Add `--link-by-hash' option.
...need this function because of the silly way in which duplicate
entries are handled in the file lists - we can't change this
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-09 15:42:40.000000000 -0500
@@ -0,0 +1,304 @@
+/*
+ Copyright (C) Cronosys, LLC 2004
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distribut...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 4).
...-0 +6 proto.h
-6 +21 receiver.c
-0 +7 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-23 10:30:45.000000000 -0500
@@ -0,0 +1,351 @@
+/*
+ Copyright (C) Cronosys, LLC 2004
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distribut...
2004 Feb 17
0
[patch] Add `--link-by-hash' option (rev 3).
...-0 +6 proto.h
-6 +21 receiver.c
-3 +11 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-17 12:53:46.000000000 -0500
@@ -0,0 +1,351 @@
+/*
+ Copyright (C) Cronosys, LLC 2004
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distribut...
2004 Feb 23
0
[patch] Add `--link-by-hash' option (rev 5).
...-0 +6 proto.h
-6 +21 receiver.c
-2 +8 rsync.c
-0 +8 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-23 10:30:45.000000000 -0500
@@ -0,0 +1,351 @@
+/*
+ Copyright (C) Cronosys, LLC 2004
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distribut...
2004 Feb 16
1
[patch] Add `--link-by-hash' option (rev 2).
...-0 +6 proto.h
-6 +21 receiver.c
-5 +16 rsync.c
-0 +7 rsync.h
-------------- next part --------------
patchwork diff hashlink.c
--- hashlink.c 1969-12-31 19:00:00.000000000 -0500
+++ hashlink.c 2004-02-16 10:51:36.000000000 -0500
@@ -0,0 +1,306 @@
+/*
+ Copyright (C) Cronosys, LLC 2004
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distribut...
2004 Feb 23
0
[patch] Fix for gcc 3.3.1 (maybe Cygwin-specific)
Cygwin's gcc 3.3.1 doesn't support a 64-bit type and doesn't like this macro
(it causes missing semicolon errors wherever used).
Patch Summary:
-1 +1 rsync.h
-------------- next part --------------
patchwork diff rsync.h
--- rsync.h 2004-02-23 10:44:40.000000000 -0500
+++ rsync.h 2004-02-23 10:44:45.000000000 -0500
@@ -314,7 +314,7 @@
#define uint64 unsigned long long
2001 Mar 05
1
smbmount/kernel 2.4.2/Samba 2.0.7 - Unable to use large files/directories
Hi there.
I'm having a very odd problem with samba. I have a Mandrake 7.2 linux
distro, though I've compiled a 2.4.2 kernel for it (with samba support
compiled in - not a module), and I've also compiled Samba 2.0.7. When I
mount shares from my win98 machines, if I try to list a large directory
or open a large file, the terminal freezes. I'm able to log in another,
but if I
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 @@