STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I have deleted a number of files and directories using a multitude of commands like below but when i go to google drive via web browser i can see the files are gone but the storage usage is the same.
rclone delete --progress gdrive-crypt/path/to/dir
rclone rmdirs --progress gdrive-crypt/path/to/dir
The files do not seem to be deleted from google drive as my storage has not decreased despite deleting TBs of data even though this was done days ago and i can see the files are missing from G-drive mount and from the google drive UI when accessing via web browser.
Run the command 'rclone version' and share the full output of the command.
tired first on rclone v1.59.1
and then updated to rclone v1.63.1
but still the same
rclone v1.63.1
- os/version: ubuntu 18.04 (64 bit)
- os/kernel: 4.15.0-213-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: none
rclone delete --progress gdrive-crypt/path/to/dir
rclone rmdirs --progress gdrive-crypt/path/to/dir
The rclone config contents with secrets removed.
[gdrive-crypt]
type = crypt
remote = gdrive:crypt
password = XXXX
password2 = XXX
[gdrive]
type = drive
client_id = sfdsfds-opo98k2nbbv9b9acaf9huk1vr39mf9st.apps.googleusercontent.com
client_secret = GOCSPX-sdfsdfsdf
scope = drive
token = {"access_token":"blah","token_type":"Bearer","refresh_token":"blah","expiry":"2023-08-01T12:01:53.488849722Z"}
team_drive =
/usr/bin/rclone mount --config=/root/.config/rclone/rclone.conf --allow-other --cache-dir=/mnt/storage-drive/rclone-caches/rclone-pm-cache --no-modtime --drive-use-trash --use-json-log --log-file=/var/log/gdrive.log --cache-info-age=60m gdrive-crypt:stuff /mnt/stuff-gdrive
A log from the command with the -vv
flag
Paste log here