On Monday, March 01, 2010 1:14 PMLes Mikesell Wrote
>> Hi all,
>> I've had a project to upload customer codes and some data to members 
>> inside a webfarm, the upload work will be done almost daily for quite 
>> a while. Customer needs the upload status be confirmed everytime and 
>> data will be verified later easily when in need.
>> Is there one or more popular tools available for this purposes? open 
>> source is preferred, but commercial ones are fine too as long as price
 
>Rsync over ssh is about as good as it gets for remotely updating files. 
>  If they can assemble a tree that matches the directory structure, 'rsync 
>-av' will show a list of files that are different (and thus
>updated) and you can repeat it if you want - no output means the remote side 
>is identical.
 
Rsync over ssh doesn’t works but a little cumbersome – customer’s servers’ data 
center are far away from development site and link between is slow. So better 
one to data center’s one and from the latter to all others in data center. This 
will work better but still could be improved. Since customer has some scripts 
to be reloaded after codes/data are synced.
 
>You'd probably really want to wrap this with a version control system like 
>subversion to get history, logging, rollback capability, etc. so 
 
Is there already an existing solution like this available, open source and 
commercial?
 
Thanks.
 
--Robinson


      
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to