Linuxweb directory file full script

  
        #!/bin/bash#File full backup script#Delete files older than 7 days#Invoke method#yxy#www.sql8.net#[email protected]#2014-08-20#Please take all the paths to be complete Directory #sh filebak.sh The target directory backup file to be backed up. The number of days to keep the file in the path #sh filebak.sh /home/wd/wd/wd /home/wd/wd/bakup 7#sh filebak.sh /home/dd /dd/dd /home/dd/dd/bakup 7#pathpath=$1backupPath=$2n=$3#Parameter incomplete if [ "$path" == "" ]
Copyright © Windows knowledge All Rights Reserved