Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何将创建日期添加到 rsync 脚本。这有助于消除在单个目录中存在大量文件,并且是 Adobe Lightroom 应用程序使用的默认结构。
具体来说,在 2021 年 12 月 25 日创建的文件 a.jpg 将被复制到 /2021/2021-12-25/a.jpg。
我试过了:
rsync -av *.jpg `echo "$(printf '%(%Y/%Y-%m-%d)T')"`