摘要:
## This Script is used to backup folder/files and delete the old backup files.## Author: Stefanie## Last Update Date: 07/10/2013## Copyright (c) Stefanie, All Rights Received. # Declare datetime for now$now = get-date# Declare today string: "20130101"$today = (get-date -UFormat %Y%m%d)# Lo 阅读全文