What is the problem you are having with rclone?
When I try to do an automated upload to Google Photos storage, I get a memory error and the upload fails.
Sometimes this happens, sometimes it doesn't (i.e., sometimes it uploads fine), and when it does start happening, it lasts for hours (as long as 20 hours).
My guess is that it's probably happening when I reach GPhotos' daily upload limit, but when I do, it used to print an error related to Upload Quota, so I could easily see why, but now it doesn't print that error and says it's a memory error.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.0
- os/version: unknown
- os/kernel: 4.4.302+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Photos
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone move "/volume1/Backup/Google Photos Backup" "gsuitephoto:upload" --exclude="@eaDir/**" --exclude=".DS_Store" --transfers 15 -vv
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[gsuitephoto]
type = google photos
client_id = XXX
client_secret = XXX
token = XXX
A log from the command that you were trying to run with the -vv
flag
I'd like to provide additional information. I installed rclone on a Synology NAS via SSH.