How do I copy a directory to a remote machine using Fabric?

后端 未结 4 1157
刺人心
刺人心 2020-11-29 18:31

I have a directory on my local machine that I would like to copy to a remote machine (and rename it) using Fabric. I know I can copy file using put(), but what

4条回答
  •  情深已故
    2020-11-29 19:13

    extending on TGO's answer, you need a source of rsync such as cygwin if you wish to use it on a Windows system.

提交回复
热议问题