Link to home
Start Free TrialLog in
Avatar of sunse
sunseFlag for United States of America

asked on

Sync tool

Could any one recommend a sync tool?  I have to install a program in the linux server, but the users will access the program through the PC.  IS there any way to synchronize the paths in the server and in the pc so that the files produced by the program and the input files taken by the program can be seen and accessed in the PC?
ASKER CERTIFIED SOLUTION
Avatar of Alan
Alan
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sunse

ASKER

Awesome!  I did not know about rsync.  Thank you.
Hi,

Why no points?

Thanks,

Alan.
Avatar of sunse

ASKER

I was reviewing rsync online tutorial and the problem that I find is that it requires the issuing of commands by the user indicating the source and the destination.  We are implementing a Shiny web site with RStudio which is going to be available to anyone who wants to run the software through the gui.  It is inconvenient for a program to have to ask the user to write a command in order to send the input files over the network and/or importing files from the server.  I was wondering if there is a tool that that can be integrated in the gui so that the user does not need to issue a command.
Hi Sunse,

I guess you could write in the front-end with tick boxes etc that builds the rcync command, but I would not know how to actually do that in web development / RStudio.

Alan.
Avatar of sunse

ASKER

But, in order to use rsync I would have to do some configuration in the Linux server and in the user PC.  This is going to be a public web site, so I think I should use a different approach.  May be I can write R code that uploads the vendor file to the server and downloads result files to the user's PC?
Hi Sunse,

Sounds like a plan to me, but I am no web developer :-)

Alan.