rclone v1.68.0
- os/version: debian 12.7 (64 bit)
- os/kernel: 6.1.0-25-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: none```
Which cloud storage system are you using? (eg Google Drive)
ProtonDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone conig uses:
What is the problem you are having with rclone?
Please see terminal output at pastebin.com
How can I prevent rclone copy or sync cloud-storing some files I don't want put in the cloud? What is the syntax for copying (and later synching) directories and files (or objects) within directories? All the CLI syntax I find on the 'net fails for me.
I do have air gapped /home backed up and it's safe.
Run the command 'rclone version' and share the full output of the command.
v. 1.68
Which cloud storage system are you using? (eg Google Drive) Proton Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy /home/user/ remoteproton:/
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
```rclone config redacted
[remoteproton]
type = protondrive
username = thespian1967@protonmail.com
password = XXX
client_uid = XXX
client_access_token = XXX
client_refresh_token = XXX
client_salted_key_pass = XXX```
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->```
rclone copy /home/user/ remoteproton:/ -vv
2024/09/19 11:15:46 DEBUG : rclone: Version "v1.68.0" starting with parameters ["rclone" "copy" "/home/user/" "remoteproton:/" "-vv"]
2024/09/19 11:15:46 DEBUG : Creating backend with remote "/home/user/"
2024/09/19 11:15:46 DEBUG : Using config file from "/home/mark/.config/rclone/rclone.conf"
2024/09/19 11:15:46 DEBUG : fs cache: renaming cache item "/home/user/" to be canonical "/home/user"
2024/09/19 11:15:46 DEBUG : Creating backend with remote "remoteproton:/"
2024/09/19 11:15:46 DEBUG : proton drive root link ID '': Has cached credentials
2024/09/19 11:15:48 DEBUG : proton drive root link ID '': Used cached credential to initialize the ProtonDrive API
2024/09/19 11:15:48 DEBUG : fs cache: renaming cache item "remoteproton:/" to be canonical "remoteproton:"
2024/09/19 11:16:00 ERROR : Local file system at /home/user: error reading source root directory: directory not found
2024/09/19 11:16:00 DEBUG : proton drive root link ID '': Waiting for checks to finish
2024/09/19 11:16:00 DEBUG : proton drive root link ID '': Waiting for transfers to finish
2024/09/19 11:16:00 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2024/09/19 11:16:12 ERROR : Local file system at /home/user: error reading source root directory: directory not found
2024/09/19 11:16:12 DEBUG : proton drive root link ID '': Waiting for checks to finish
2024/09/19 11:16:12 DEBUG : proton drive root link ID '': Waiting for transfers to finish
2024/09/19 11:16:12 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2024/09/19 11:16:24 ERROR : Local file system at /home/user: error reading source root directory: directory not found
2024/09/19 11:16:24 DEBUG : proton drive root link ID '': Waiting for checks to finish
2024/09/19 11:16:24 DEBUG : proton drive root link ID '': Waiting for transfers to finish
2024/09/19 11:16:24 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2024/09/19 11:16:24 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 37.6s
2024/09/19 11:16:24 DEBUG : 5 go routines active
2024/09/19 11:16:24 NOTICE: Failed to copy: directory not found