msrsync icon indicating copy to clipboard operation
msrsync copied to clipboard

Multi-stream rsync wrapper

Results 15 msrsync issues
Sort by recently updated
recently updated
newest added

will you add remote host support?

Hello! Does your tool support python3?

msrsync did not work with Python 3.5.2 without modifications, so I copied it to msrsync3 and made some light changes to the code. I have not fully tested it, but...

it seems that passing the --delete option to rsync produces inconsisten backups when using p >= 2 I used to backup a large nfs directory and the copied directory was...

Despite a failure in one of the worker thread, msrsync exited with code 0 ![image](https://user-images.githubusercontent.com/4930078/89652689-7e845900-d8e3-11ea-9a89-1e316b8aa998.png)

Hello, I'm running with the following command and it doesn't show the progress. `msrsync -P -p 8 --rsync "-azP" $DIR1/ $DIR`

I am testing capabilities of your app. I made folder inside subfolder with 10 1GB files. it works well with option -p 2,3,4,5 but after 5 it just keep using...

This fails msrsync -p32 --rsync "-avzh --numeric-ids" /var/lib/mysql/* . Source '/var/lib/mysql/aria_log.00000001' is not a directory but this works rsync -avzh --numeric-ids /var/lib/mysql/* .

I need a version that does not require Python 2.X but can automatically work with Python 3.X, as Debian 12 makes it impossible to install Python 2.7.18, the latest. Is...