Ubuntu – How to quiet stdout when I rsync in a remote docker container
I host some personal services on a remote server running docker. This service is storing it's data in a docker volume. I'm doing some backups from my NAS at home using rsync: rsync --recursive --archive --stats --rsync-path="docker run -v my_vol:/my/path…