-
Notifications
You must be signed in to change notification settings - Fork 85
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
gd-backup_crypt: What is this? #1
Comments
Hello @TheRealAlexV im receiving also the same error as @avexel report. Could you please help us? |
When you create the rclone config you have to name it "gd-backup_crypt" it looks like. |
Or, rename the instances of 'gd-backup_crypt' in the script to match your rclone mountpoint. This could easily solved by including a $mtpoint variable in the initial config |
I'm also getting INFO: 2020/07/19 04:34:52 Failed to create file system for "gd-backup_crypt:/2020/07/19": didn't find section in config file |
easy fix is just to rename your rclone that you created to 'gd-backup_crypt' ~/.config/rclone/rclone.conf
|
you can rename it in the script: https://github.com/TheRealAlexV/proxmox-vzbackup-rclone/blob/master/vzbackup-rclone.sh |
Referenced at line 24 and a few times there after. Seems to want to refer to a $value as yet unset? Script will not run for me successfully...
I get errors such as: INFO: 2020/06/24 20:30:37 Failed to create file system for "gd-backup_crypt:/2020/06/24": didn't find section in config file
Obviously, I do not have a section called 'gd-backup_crypt' -- am I doing something wrong?
The text was updated successfully, but these errors were encountered: