Modification date

What is the problem you are having with rclone?

I have a problem with the file modification date, always put the date
01/01/2000 1:00

Run the command 'rclone version' and share the full output of the command.

rclone v1.63.1

  • os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
  • os/kernel: 10.0.19045.3208 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Uptobox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount uptobox: F: --network-mode --cache-dir="D:\Rclone" --cache-db-purge --vfs-fast-fingerprint --vfs-read-chunk-size-limit off --no-checksum --buffer-size 256M --vfs-cache-max-size 1G --config="C:\Users\User\AppData\Roaming\rclone\rclone.conf" --poll-interval 0s --vfs-cache-poll-interval 30s --vfs-cache-mode writes --vfs-read-ahead 1024M --vfs-read-chunk-size 64M --vfs-cache-max-age 1m --dir-cache-time 1m --volname Uptobox --log-level INFO --log-file="C:\Users\User\Desktop\rclone-log.txt" --no-console

The rclone config contents with secrets removed.

[uptobox]
type = uptobox
access_token = 5eb2680ac2beeb1974a160de73c20cae7ah9r

A log from the command with the -vv flag

https://pastebin.com/Ms3dC1xh

See the docs

Perfect, the problem is that when putting

--default-time 0s

It gives me the time rclone started and not the date the file was modified.

This works as intended:

I'm reviewing it but I don't understand how I should put it.

you will never have time and date the file was modified - it is not supported by uptobox.

If you do not like default 01/01/2000 1:00 you can use --default-time to set it to something else.

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