-1

I'm in a country with a really bad internet connection. I try to delete files on my laptop that have already been transferred to a server with the following command line:

rsync -aic --existing --remove-source-files ~/MyFolder/ MyServer:/MyFolder/

but the transfer keeps being interrupted by the bad internet connection. How can I make rsync work on a bad internet connection?

Fractale
  • 687

1 Answers1

0

Using a VPN allowed the connection to not be interrupted as much as before.

Giacomo1968
  • 58,727
Fractale
  • 687