iT邦幫忙

0

gcloud storage 的 rsync exlude 問題

  • 分享至 

  • xImage

各位好,我要將目錄同步到 Google cloud storage,但要避免某些目錄,改了很多寫法他還是會去掃到,請問正確寫法是什麼

gcloud storage rsync -r /data/www gs://www --exclude="/data/www/test/*"
gcloud storage rsync -r /data/www gs://www --exclude="^data/www/test$"
gcloud storage rsync -r /data/www gs://www --exclude="/data/www/test/"
gcloud storage rsync -r /data/www gs://www --exclude="^data/www/test*"

不管怎麼寫他還是會去掃 /data/www/test 目錄

chan15 iT邦新手 2 級 ‧ 2024-03-23 13:55:36 檢舉
後來發現是我目錄名稱打錯了,最後只要這樣就可以了

gcloud storage rsync -r /data/www gs://www --exclude="data/www/test.*"
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答