What is the problem you are having with rclone?
My Google account was touching the storage limit so I created a new Google account just for storing Photos.
I used rclone to copy Photos from the old to the new account.
I'm pretty sure I saw all photos in the destination before deleting them from the origin. But now I see only 50 photos in the new account. And the old account is empty.
Run the command 'rclone version' and share the full output of the command.
rclone v1.50.2
- os/arch: linux/amd64
- go version: go1.13.6
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
)
These are all the commands I executed, some of them I redacted since they did not cause any change (like running ---help, etc.):
1152 rclone config
1164 rclone move "Google Photos":Takeout "Google Photos 2":Takeout
1165 rclone moveto "Google Photos":Takeout "Google Photos 2":Takeout
1166 rclone moveto "Google Photos": "Google Photos 2":
1167 rclone moveto "Google Photos":* "Google Photos 2":*
1168 rclone move "Google Photos":* "Google Photos 2":*
1169 rclone move "Google Photos": "Google Photos 2":
1173 rclone move "Google Photos": "Google Photos 2":
1176 rclone sync "Google Photos" "Google Photos 2"
**1179 rclone sync -P "Google Photos" "Google Photos 2"**
1191 rclone sync -P "Google Photos" "Google Photos 2"
1195 rclone delete "Google Photos":Takeout
1197 rclone -P delete "Google Photos":
1200 rclone -P delete "Google Photos"
1201 rclone -P delete "Google Photos"|less
1202 rclone delete "Google Photos":
1203 rclone delete "Google Photos"
1216 rclone delete "Google Photos":/
1223 rclone delete "Google Photos":album
1224 rclone delete "Google Photos":media
1225 rclone delete "Google Photos":album
1226 rclone delete "Google Photos":albums
1228 rclone delete "Google Photos":album/*
1229 rclone delete "Google Photos":album/
The command in bold is the one I'm pretty sure copied all files from one account to the other.
But I'm not sure what the delete commands did...
The rclone config contents with secrets removed.
[Google Photos]
type = google photos
token = {"access_token":---,"token_type":"Bearer","refresh_token":---,"expiry":"2022-07-22T11:19:18.593692877+01:00"}
[Google Photos 2]
type = google photos
token = {"access_token":---,"token_type":"Bearer","refresh_token":---,"expiry":"2022-07-19T00:47:15.84263213+01:00"}
In my local filesystem I have two directories: "Google Photos" and "Google Photos 2".
$ du -csh Google\ Photos*
540K Google Photos
31G Google Photos 2
I had manually downloaded all photos from the old account to the "Google Photos" directory as a takeout, but now this is empty. I don't remember having created "Google Photos 2".
Although I would not expect rclone to modify the local filesystem, I have the impression that it did, because I don't remember having manually removed any files from the local filesystem.
Any help would be appreciated so that I don't risk loosing all my photos :\