docker-sync
docker-sync copied to clipboard
Ensure destination image dump happens on the correct end
Previously, the dest image dump would always happen locally, no matter which mode (push or pull) was in use.
That meant that in push mode, there was no remote file to rsync to, resulting in a full rsync every time.