K
K
Konstantin Frolov2013-07-01 15:07:58
Data synchronization
Konstantin Frolov, 2013-07-01 15:07:58

"Dropbox" one way?

Welcome all.
There is a server, there are remote points. From these points, there is a need to upload files to the server strictly in one folder (client photos). Those. we take a photo, and it is automatically sent from the local folder to the server, where it is manually inserted into the questionnaire.
I wanted to put dropbox everywhere, but it will also synchronize all files from a folder on the server with points of sale. And this is traffic, which is still expensive for us :(
So I'm looking for something that can only synchronize in one direction. Tell me the tool.
On a Windows 2008 R2 server, employees access the server via RDP.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
A
Alexander, 2013-07-01
@Shkinev

For a similar task, I want to use BitTorrent Sync. The main problem is how to automatically resize photos on windows clients.

G
gaelpa, 2013-07-01
@gaelpa

There is dklab realsync which is designed just for automatic one-way "rsync".
True, he wants ssh on the other side. Well, with the delimitation of rights on the fly, it is not clear how to figure it out.
The main purpose is to synchronize the code towards the debug environment.

A
Alexander Ananiev, 2013-07-01
@SaNNy32

Does the server have a white ip address? Can then upload via FTP?

S
script88, 2013-07-01
@script88

I don’t know if this option will be convenient for you, but I’ll say it all the same: Create folders in the DB for each of the points of sale, in the synchronization settings, leave only the directory that corresponds to the point of sale. Accordingly, each TP in this way will pour all the information only into its own directory and at the same time there will be no synchronization of folders with other TPs

A
AgentSIB, 2013-07-01
@AgentSIB

cwRsync is pretty easy to debug one-way sync.

N
Nikolai Vasilchuk, 2013-07-01
@Anonym

inotifywait + scp will solve your problem.

T
thunderspb, 2013-07-02
@thunderspb

The simplest RSync

0
074909, 2013-07-13
@074909

Do the files need to be synchronized only when the client is connected to the terminal server, or all the time?
If only with an active terminal session, then you already have everything:
robocopy.exe \\tsclient\client_drive_letter\source_path d:\public\%username% *.* /e /z /mon:1 /xo /tbd

(/MON:n :: Watch source; restart after n changes)

1. Distribute to clients a new ".rdp" file with connection of local disks to a remote session:
drivestoredirect:s:*
2. On the server itself, put robocopy launch scripts with the necessary parameters into the startup for users.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question