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.
我们正在使用 rclone 将一些文件从 AZURE 同步到 SFTP。我们发现它没有进行校验和比较或修改时间(因为 sftp 可能不支持它),导致每次同步完成时都会重复复制。
我们怎样才能避免呢?
正在使用 rclone 命令
check -P <azuredatalake-source>:<container> sftpfinal:/<sftptargetname>/<folder>