Log specific Rclone command in logs
Emmanuel Lopez
rclone docs are terse and quite frankly horrific. That's the whole reason S3drive even exists.
I couldn't get the sync working. Wanted to try getting it working using the command line, but the log doesn't tell you exactly which rclone command it uses. It would be nice if in the log, it contained the actual command that it uses to sync the files, with the flags, arguments and everything.
Tom Raganowicz
Hi Emmanuel Lopez,
Thanks for your feedback. We'll think about that one.
In the past we've used
rclone
CLI, so it was rather easy to display all the arguments. For quite a while we're using librclonemobile
which utilizes slightly different interface than the one used in the CLI: https://rclone.org/rc/Technically we could display these arguments, however these would be useful only if you want to run your own daemon: https://rclone.org/commands/rclone_rcd/