I'm using rclone for backup purposes. Due to a misconfiguration on my side, I uploaded many multi-gigabyte files without compressing them first (these are highly compressible - normally I gzip them before upload). As a result, I quickly exhausted my storage quota.
Basically I need to download, compress and re-upload these files since my remote doesn't offer a way to do this server-side. Downloading them all is not possible since I don't have the disk space, so I have to process these one by one.
Is there any way other than writing a script that loops rclone lsf output, runs download-compress- reupload cycle, preferably using with no disk space? (this solution needs disk space for downloaded + compressed file)
rclone v1.45
- os/arch: linux/386 (CentOS 6)
- go version: go1.11.2
- remote: Google Drive