Re: [問題] shellscript tar問題
不好意思我又來了...
這幾天遇到一些問題想破頭只想出一點東西 決定還是來跟各位求助..
因為剛學script 是超級菜雞 寫得很雜亂請大家見諒
#!/bin/bash
last_month=$(date -d "$(date +%Y%m)01 last month" +%Y%m)
Source=/home/ray/photo
dest=/home/ray/photo2
sourcefilesize=$(ls -l /home/ray/photo/$last_month* | awk '{ SUM += $5} END {
print SUM}')
#destfilesize=$(ls -l /home/ray/photo3/$last_month* | awk '{ SUM += $5} END {
print SUM}')
today=$(date +"%Y-%m-%d")
zipname=$TODAY.tar.gz
zipfilename=${last_month:2}
verifydest=/home/ray/photo3
cd /home/ray/photo
file=$(ls -d $last_month*)
tar -zcvPf /home/ray/photo2/$zipfilename.tar.gz $file
tar -zxvf /home/ray/photo2/$zipfilename.tar.gz -C /home/ray/photo3
destfilesize=$(ls -l /NAS/Raytest3/$last_month* | awk '{ SUM += $5} END {
print SUM}')
if [ $sourcefilesize == $destfilesize ];
then
rm -rf $Source/$file
else
exit
fi
if [ $sourcefilesize == $destfilesize ];
then
rm -rf $verifydest/$file
else
exit
fi
流程是這樣的
首先每個月1號將/home/ray/photo 上個月份的所有資料打包放到/home/ray/photo2 並命
名為2107.tar.gz(8月1號執行)
再將2107.tar.gz解包將資料放到/home/ray/photo3
然後比對/home/ray/photo 跟 /home/ray/photo3兩邊檔案大小(驗證是否正常) 如果OK就
把他們的資料刪掉
目前我測試時有準備兩個自建的資料夾20210701 & 20210702 放到/home/ray/photo
將20210701 & 20210702 打包命名2107.tar.gz 放到/home/ray/photo2
再將/home/ray/photo2的2107.tar.gz解包放到/home/ray/photo3
比對/home/ray/photo跟/home/ray/photo3 的20210701 & 20210702檔案大小是否一樣
確定一樣並刪除/home/ray/photo的 20210701 & 20210702
但是/home/ray/photo3的20210701 & 20210702 只有刪掉2021072
刪除/home/ray/photo3的時候只刪掉20210702而20210702還在沒有刪掉
不知道問題在哪裡...
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 211.75.6.134 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1628170537.A.ADD.html
→
08/05 22:08,
3年前
, 1F
08/05 22:08, 1F
→
08/05 22:10,
3年前
, 2F
08/05 22:10, 2F
→
08/05 22:12,
3年前
, 3F
08/05 22:12, 3F
→
08/06 08:04,
3年前
, 4F
08/06 08:04, 4F
推
08/06 10:11,
3年前
, 5F
08/06 10:11, 5F
→
08/06 10:11,
3年前
, 6F
08/06 10:11, 6F
→
08/06 10:11,
3年前
, 7F
08/06 10:11, 7F
推
08/06 12:00,
3年前
, 8F
08/06 12:00, 8F
→
08/06 12:00,
3年前
, 9F
08/06 12:00, 9F
→
08/06 14:06,
3年前
, 10F
08/06 14:06, 10F
推
08/10 21:40, , 11F
08/10 21:40, 11F
→
08/12 06:28, , 12F
08/12 06:28, 12F
討論串 (同標題文章)
完整討論串 (本文為第 3 之 3 篇):
Linux 近期熱門文章
23
129
PTT數位生活區 即時熱門文章