圆月山庄资源网 Design By www.vgjia.com
制作文件备份
打开原文件
old_f_name = input(“请输入备份的文件路径:”) old_f = open(old_f_name, “r”)
打开新文件
new_f_name = “[复件]” + old_f_name 123.txt -> 123[复件].txt 123 + “[复件]” + .txt index = old_f_name.rfind(“.”) # 获取.对应的后缀 if index >= 0: # 如果有后缀 new_f_name = old_f_name[:index] + “[复件]” + old_f_name[index:] else: # 如果没有后缀 new_f_name = old_f_name + “[复件]” new_f = open(new_f_name, “w”)
读取原文件内容
content = old_f.read()
写入到新文件中
new_f.write(content)
关闭原文件
old_f.close()
关闭新文件
new_f.close()
补充:下面看下python文件备份脚本
import os import time source = ['D:\\MyDrivers\hotfix'] #这里可以用自然字符串表示r',因为windows下的分隔符 与python的有冲突,所以需要转义字符# 2. 备份文件到目标路径 target_dir = 'F:\\DMDownLoad\\' #这里的末尾一定不要丢分隔符,否者创建的文件会在F:目录下, 而不会在DMDownload目录下 # 3. The files are backed up into a zip file. # 4. The current day is the name of the subdirectory in the main directory today = target_dir + time.strftime('%Y%m%d') #time.strftime表示对当前时间的调用,括号内为参数设定 # The current time is the name of the zip archive now = time.strftime('%H%M%S') # Take a comment from the user to create the name of the zip file comment = raw_input('Enter a comment -->') if len(comment)==0: target = today+os.sep+now+'.zip' #os.sep表示目录符号,windows下是\\,linux下是/,mac下是:,这里为了保证移植性, 所以os.sep会根据系统给出分隔符 else: target = today+os.sep+now+'_'+ comment.replace(' ','_')+'.zip' # Notice the backslash! # Create the subdirectory if it isn't already there if not os.path.exists(today): os.mkdir(today) # make directory print('Successfully created directory', today) # 5. 用winrar的rar命令压缩文件,但首先要安装有winrar且设置winrar到环境变量的路径path中 zip_command = "rar a %s %s" %(target,''.join(source)) #这行命令之前的所有target 、target_dir、today这些都是字符串,只有在 这个命令和os.makedir中才是真正的表示路径 # Run the backup #设置winrar到path环境中,这里已经手动添加了,如果没有去掉#号 #os.system('set Path=%Path%;C:\Program Files\WinRAR') if os.system(zip_command)==0: print'Successful backup to', target else: print'Backup FAILED'
总结
以上所述是小编给大家介绍的python创建文件备份的脚本,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
圆月山庄资源网 Design By www.vgjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
圆月山庄资源网 Design By www.vgjia.com
暂无评论...
更新日志
2024年11月06日
2024年11月06日
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]