だから私のタイトルはそれを言っていますが、移動中に助けを探して、日時で名前を変更することは、私が望んでいたほど簡単ではありませんでした. これまでのコードは次のとおりです。
import os
import shutil
import time
timestr = time.strftime("%Y%m%d-%H%M%S")
srcfile = '/Users/foo/bar/log.html'
dstroot = '/Users/foo/bar/newlogs/'
assert not os.path.isabs(log.html)
dstdir = os.path.join(dstroot, os.path.dirname(log.html))
shutil.copy(log.html, dstdir)
os.rename ('log.html', timestr.'lognew.html')