What is the problem you are having with rclone?
I want to list all files between --min-age and --max-age
Run the command 'rclone version' and share the full output of the command.
rclone v1.63.1
- os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
- os/kernel: 10.0.22621.1702 (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)
Hetzner storage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone.exe ls hetzner-storage:myfiles --min-age=2023-08-01 --max-age=2023-09-01
The rclone config contents with secrets removed.
[hetzner-storage]
type = sftp
host = xxxxxx.your-storagebox.de
user = xxxxxxxxxxxxxx
port = 22
pass = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
shell_type = unix
md5sum_command = md5 -r
sha1sum_command = sha1 -r
A log from the command that you were trying to run with the -vv
flag
2023/09/05 18:03:47 DEBUG : --min-age 1.1917546185496528M to 2023-08-01 00:00:00 +0300 EEST m=-3089027.844497199
2023/09/05 18:03:47 filter: --min-age can't be larger than --max-age