


os.exists函数检验在主备份目录中是否有当前日期作为名称的目录,如果没有,我们使用os.mkdir函数创建;
os.system()
os.mkdir()
os.path.exists()
time.strftime('%Y%m%d-%H%M%S')





os.exists函数检验在主备份目录中是否有当前日期作为名称的目录,如果没有,我们使用os.mkdir函数创建;
os.system()
os.mkdir()
os.path.exists()
time.strftime('%Y%m%d-%H%M%S')

