Containerized rclone to backup google cloud and other services to a local drive.
See docs at https://rclone.org/overview/.
The easiest way to configure is:
- Start the container
- Connect to it
docker run -it backup-cloud bash
- Run
rclone config
- Pick up the config file
docker cp backup-cloud:/root/.rclone.conf .
- Restart