Tom Kovalcik,

On Monday February 03, 2003 01:35, Tom Kovalcik wrote:
> Hi,
>
> I am trying to come up with a scheme to backup completed projects off-site.
> What I am envisioning is this:
>
> Engineer provides project1Rev1.tar.gz file (50 to 200MB) and places it into
> a directory (/home/offsitebu). At some point overnight a cron job runs scp
> to copy the file to my home Linux server mycomputer.d2g.com which is using
> DNS to go to handle the dynamic IP. The file transfer checks that the
> source and destination file are identical and the source file is deleted.
>
> I have a basic enough understanding to think this is all possible, but do
> not know how to get around all the issues such as user authentication, how
> to handle stalled jobs, and how to get a checksum and how to get the
> information back to compare the files.
>
> Can anyone help out with some or all of these issues?

Why not use CVS to help manage your projects? That way you not only have 
completed projects, but a full revision history and logs of what was done, by 
whom and when. Then your CVS repository can be kept safely (and backed up 
locally) and the remote version is just the most recent stuff.

Yes, CVS works best for ascii files, but becomes equally nice for binary files 
(I've frequently used it for graphics revisions like from Photoshop).

Then you can sync it up with Gforge (http://www.gforge.org/) and you have a 
complete project management system.

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]
http://www.dee-web.com/



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to