When using sync how do you see the full filepath of the file being transferred?

What is the problem you are having with rclone?

As you can see in the image above, one of the transferred files is called file:///home/boss/Vaul...022-02-5.1.db.crypt14. How do I get rclone sync command to instead show the full filepath instead of the truncated version?

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

rclone v1.53.3-DEV

  • os/arch: linux/amd64
  • go version: go1.15.4

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

Backblaze B2

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

rclone sync '/home/boss/Mounts/mount2' crypt_BackblazeB2_backblaze-rclone1:mount2-cloudsync -P --copy-links

hello and welcome to the forum,

rclone does not show the full path.
https://forum.rclone.org/t/report-full-paths-in-logs/28719

and that is a very old version of rclone, latest stable is v1.57.0

If you don't want it truncated you can use

  --stats-file-name-length int          Max file name length in stats (0 for no limit) (default 45)

It still won't show the absolute path though, only the path relative to the root of the transfer.

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