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?