docker-sync icon indicating copy to clipboard operation
docker-sync copied to clipboard

do not delete temp files

Open Perfect-Web opened this issue 8 years ago • 0 comments

can you add a new argument that will not delete the /tmp folder so that it can be used on subsequent runs ? for example i wanna sync multiple hosts with the same images, so if i run the script once for each of my hosts, it will dump/delete the archives once for each call which makes it very inefficient. On the other hand if they are kept and just dumped when required it would be alot faster.

Perfect-Web avatar Jan 23 '18 11:01 Perfect-Web