RClone Folders are syncing after 7 Days

I am trying to sync 2 cloud folders, one was mapped to local drive, another is SFTP cloud. using below RClone command.

rclone sync L:/01_outsource/Brightriver/outgoing/ Vault-FTPS:/Incoming/  --verbose  --log-file=D:/Data/Logs/Wallmart_New/sync_LV_%DATE%.log

This command is scheduled to run every 1 minute.

In the outgoing folder, another sub folder "pdp/on_figure_image" was created on 13-06-2024, se setup the RClone on 14-06-2024, so the log says

2024/06/14 17:21:53 INFO  : pdp/on_figure_image: Made directory with modification time 2024-06-14 00:16:57.142217 +0200 CEST

and the files are also placed on the same date(13-06-2024).
Unfortunately the files aren't synced to the destination folder until 21-06-2024.
Below are the logs from 21-06-2024

2024/06/21 00:42:00 INFO  : pdp/on_figure_image/06102024_NoBo: Made directory with modification time 2024-06-13 05:54:37.7450405 +0200 CEST

'rclone version'

rclone v1.66.0

  • os/version: Microsoft Windows Server 2022 Standard 21H2 (64 bit)
  • os/kernel: 10.0.20348.2227 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: cmount

Using SFTP Remote

welcome to the forum,

should rclone selfupdate and test again.

there were some changes concerning directories in v1.66.0, that would affect both, local and sftp remotes.
those changes were removed in v1.67.0

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.