-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rclone version #81
Comments
This is too bad, because But the rclone in I will try to change the build method so that |
upgrade rclone to latest in arm/v6 (#81)
Hello, I fixed this issue in |
Thank you for your quick response. It's really appreciated. $ docker run --rm -it --mount type=volume,source=vaultwarden-rclone-data,target=/config/ ttionya/vaultwarden-backup:1.14.3-beta.0 rclone config ... e) Edit existing remote $ docker run --rm -it --mount type=volume,source=vaultwarden-rclone-data,target=/config/ ttionya/vaultwarden-backup:1.14.3-beta.0 rclone config show 2022/09/07 06:05:23 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults |
@marklockwood-techie It was my mistake, I released the fixed version |
An easy typo to make. v1.14.3-beta.1 has allowed me to send my backups to Google Drive using the automatic backup. All is working correctly as far as I can see. Thanks for your prompt responses. |
Released stable version v1.14.3. |
When configuring rclone on a headless device to use Google Drive, the auth method fails when approving the API. Google has deprecated the auth method in the packed version of rclone.
Tested manually using rclone 1.59.1 and can create a headless config on ARM6 Pi Zero
rclone config version in the docker run command shows rclone version 1.57.0-DEV
Possible issue is the ARM6 call for rclone in the Docker file;
for linux/arm/v7 platform
FROM rclone/rclone:1.59.1 AS image-linux-armv7
for linux/arm/v6 platform
FROM alpine:3.15 AS image-linux-armv6
The text was updated successfully, but these errors were encountered: