
利用crontab和Python定时备份
Python代码 #! /usr/bin/python2.7 # -*- coding: utf-8 -*- __author__ = 'konakona' import os import sys imp…
3,308 2013-03-22
Read more →