发布时间:2019-08-26 07:19:56编辑:auto阅读(2539)
- import os
- import time
- source='C:\\Linda\\Test\\Python\\source'
- target_dir='C:\\Linda\\Test\\Python\\backup\\'
- target=target_dir + time.strftime('%Y%m%d%H%M%S')+'.rar'
- print(target)
- rar_command = "winrar a %s %s"%(target,source)
- print (rar_command)
- if os.system(rar_command)==0:
- print ('Succeed to backup to', target)
- else:
- print ("Backup FAILED")
上一篇: cPanel虚拟主机上运行Python的
下一篇: centos7.3更换python版本-
53199
40103
34472
30217
25125
24919
23315
16832
14921
14436
803°
737°
799°
810°
861°
988°
965°
979°
1077°
992°