msrsync
msrsync copied to clipboard
Multi-stream rsync wrapper
will you add remote host support?
Hello! Does your tool support python3?
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 
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...