P
P
Pista2021-12-10 09:55:26
Backup
Pista, 2021-12-10 09:55:26

What program under WINDOWS Can create an archive via SFTP on the Server and upload it?

What program under WINDOWS Can create an archive on the SFTP Server and upload it? If you do not archive the directory, then many small files will take a long time to download. too lazy to deal with SH scripts and set up the scheduler, I want a desktop program for this

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maxim K, 2021-12-10
@mkvmaks

Cobian backup see

D
Drno, 2021-12-10
@Drno

ssh and bash script. This is the most correct variant of
rsync
winscp + scheduler

V
Vasily Bannikov, 2021-12-10
@vabka

You won't be able to archive anything via SFTP, because the protocol just doesn't allow it.
Use ssh and bash scripts to zip and then whatever you want to download the resulting archive.

D
Dmitry, 2021-12-10
@q2digger

winscp. it knows the script mode - that is, you can slip it a file with commands and it will execute it when connected.
for me it archives a dozen folders like this, encrypts the archives and takes them to AWS S3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question