V
V
vTanke2015-05-12 12:13:33
Backup
vTanke, 2015-05-12 12:13:33

How and how to transfer backups over the Internet?

DD!
There is a linux server. There are about a dozen branches with Windows machines around the city. Everything has internet access.
It is necessary once a day to automatically transfer a zip-archive (50-200 Mb) from each of the branches via the Internet to a Linux server.
So I don’t know how and what is the best way to do this?
Raise an FTP server and transfer files to it from Windows machines, or btsync, or rsync ...
Preferably not with simple software, but from cmd / powershell or something.
How "correct"? And don't forget about safety.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vlad Zhivotnev, 2015-05-12
@vTanke

scp from openssh-client
Authorization can be configured by key.
The utility is a console one, so it will definitely start and work from cmd / powershell.

E
Eugene, 2015-05-12
@yellowmew

get-help start-bitstransfer (powershell cmdlet that works with resume) to the https (for security) server.
Bitstransfer does not know how to ftp\sftp
sftp in powershell - https://social.technet.microsoft.com/Forums/script
...
Or via cmd using winscp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question