python2.7简明之自动备份脚本

使用python在windows 下 编写 自动备份脚本

 

问题原因:

用的是window8 python 2.7.1,发现zip命令无法识别,无法压缩,查看知乎,百度之后

解决方法:

  1. 下载WinRAR,安装到C:\Windows\System32下面
  2.  将安装的文件复制到Python27/example下面
  3. 代码 
import os
import time
source=[r'C:\Python27\example\cat.py',r'C:\Python27\example\for.py']
target_dir=r'C:\Python27\example\d'
target=target_dir+os.sep+time.strftime('%Y%m%d%H%M%S')+'.rar'
print source
print target
rar_command= '"C:\Python27\example\WinRAR.exe" a %s %s' %(target,' '.join(source))
print(rar_command)
print(os.system(rar_command))
if os.system(rar_command)==0:
print 'Successful ',target
else:
print 'fail'

 

   4. 显示结果

       

  5. 查看压缩包

      

 

 

自学笔记

序列

         示例:

         

        

对象

                                                                                                                                                                                                                        

      示例:

      

 

存储

示例:

     

   Shoplistfile文件的名字是shoplist.date,Shoplist是一堆数据,打开shoplistfile,可写调用储存器模块的dump函数,把对象储存到打开的shoplistfile文件中

    关闭,删除,打开shoplistfile文件,取回对象shoplistfile

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值