Errors at the end of the execution of the cmd rclone!

Hello,
When I create a cmd with rclone
Example of my cmd:
rclone sync --progress /mnt/volume1 kdrive0:backup-truenas --backup-dir kdrive0:backup/old
My version of rclone:
rclone version
rclone v1.59.1

  • os/version: freebsd 12.2-release-p14 (64 bit)
  • os/kernel: 12.2-release-p14 (amd64)
  • os/type: freebsd
  • os/arch: amd64
  • go/version: go1.18.5
  • go/linking: static
  • go/tags: none
    I created a transfer that lasted 40h00 ~ from my NAS to infomaniak.com in webdav
    Manual transfer ~2TB was up to 99%, but with errors at the end I had to stop the script with cmd ctrl+c
    My question, does rclone create an automatic log file?
    And if so where?
    Have a nice day and thank you for your response Richard

It doesn't.

You need to use --log-file in the command and pick a location to store the file.

Thank you Animosity022 for your answer I will dig with the doc :slight_smile:
Have a nice day see you soon Richard

Tip:
You can add --log-file=rclone_backup.log --log-level=INFO to record the activities of the sync.
The current status can then quickly be checked with: tail -f rclone_backup.log

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