D
D
dedajuno2017-01-06 10:50:44
Data synchronization
dedajuno, 2017-01-06 10:50:44

One-way auto-sync of folders from several PCs to 1 file storage?

Приветствую.
Прошу помощи/совета как реализовать одностороннюю синхронизацию/копирования нескольких папок с разных хостов в одну файлопомойку. Речь идет о создании резервных файлов фото, видео и логов с 150+ компьютеров в одну папку/файлшара.
На текущий момент используется ПО Netop Remote Control в котором встроен свой клиент, который не справляется с нашими задачами, поэтому было решено использовать что-то иное.
Прошу совета/помощи у вас уважаемые знатоки, возможно у вас были какие-либо подобные задачи.
upd: xcopy, robocopy - передают пароли в открытом виде и не могут быть использованы в нашей среде.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Дмитрий, 2017-01-06
@Tabletko

robocopy

R
res2001, 2017-01-06
@res2001

dedajuno : Where did you get the idea that xcopy passes passwords?
xcopy does not care about passwords, it does not log in to the network at all. Windows is authorized by built-in tools, and xcopy is only launched with the appropriate access rights and either has access to a remote service or does not. She doesn't even have a single key associated with users and passwords.
Windows logs in over the network in a completely safe way, passwords do not walk in clear text.
If there is no connection to a remote resource, then you usually need to log in, this can be done in several ways:
1. net use /? - it is required to specify the password in plain text, but this does not mean that it is transmitted in the open over the network.
2. you can store the credentials in the "credential manager" of the computer for the desired remote host, then you do not have to manually log in.
3.Use a domain account that has been given access rights on the remote computer to run the copy script. Place the copy script in the scheduler with the launch from under this domain account.
Something like that in general.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question