perloader

编写一个命令,实现rclone 复制b2:r18pix下面的以今天日期作为文件夹名的文件夹到本地/var/www/html/文件夹下面

$(date +"%Y%m%d")以今天日期作为文件夹名

rclone copy b2:r18pix/$(date +"%Y%m%d") /var/www/html/$(date +"%Y%m%d") 
--progress --ignore-existing --exclude *.mp4

Leave a Reply

Your email address will not be published. Required fields are marked *

xyz