125
128
action_runprog(RSYNC, ['-a','--delete',src + '/',dst], dry)
130
133
shutil.copytree(src, dst, True)
132
144
def action_copylist(srclist, dst, dry, srcdir="."):
133
145
"""Copies all files in a list to a new location. The files in the list
134
146
are read relative to the current directory, and their destinations are the