Skip to content

rclone

  • --local-no-set-modtime

  • --ignore-times

    • rclone은 기본적으로 modification time이 같거나, 파일 size가 같으면 업로드를 건너뛴다.

    • --ignore-times 옵션을 사용하면 그 조건을 무시하고 무조건 다시 업로드한다.

      https://rclone.org/docs/#i-ignore-times

      Using this option will cause rclone to unconditionally upload all files regardless of the state of files on the destination.

      Normally rclone would skip any files that have the same modification time and are the same size (or have the same checksum if using —checksum).


참고