Is it possible to get rlonce to output a text file of the files uploaded

Hi,

Is it possible for rclone to output to a textfile a list of files that it has just uploaded ?

Thanks

Lee

hello and welcome to the forum,

have you tried to use a log fle?
https://rclone.org/docs/#log-level-level
https://rclone.org/docs/#log-file-file

INFO might want you need

doesn't that need the cache settings/drive ?

add those flags to your command
--log-file=log.txt --log-level=INFO

Just tried that and it doesn't run lol

"C:\Program Files\Rclone\rclone.exe" --log-file=d:\uploaded.txt --log-level=INFO --config "C:/Program Files/Rclone/rclone.conf" move --delete-empty-src-dirs --verbose --transfers 5 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s --stats-file-name-length 0 --fast-list D:\PlexConverted\Plex union3:

well something has to happen?
how are you running the command, on the command line, or what?
either rclone runs, or rclone errors out, or the command line prompt will error out.

Its ok I worked it out, was doing verbose as well it doesn't like that, however I just want a pure list of the files it has just uploaded :frowning:

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