Skip to content
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

Open
avexel opened this issue Jun 25, 2020 · 6 comments
Open

gd-backup_crypt: What is this? #1

avexel opened this issue Jun 25, 2020 · 6 comments

Comments

@avexel
Copy link

avexel commented Jun 25, 2020

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?

@askd77
Copy link

askd77 commented Jun 27, 2020

Hello @TheRealAlexV im receiving also the same error as @avexel report.

Could you please help us?

@xteron
Copy link

xteron commented Jul 1, 2020

When you create the rclone config you have to name it "gd-backup_crypt" it looks like.

@avexel
Copy link
Author

avexel commented Jul 11, 2020

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

@xenonshop
Copy link

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
Please help! I'm newbie

@randyjc
Copy link

randyjc commented Aug 27, 2020

easy fix is just to rename your rclone that you created to 'gd-backup_crypt'

~/.config/rclone/rclone.conf
old
[yourgooglemountnamehere]
to
[gd-backup_crypt]

INFO: rcloning /var/tmp/proxmox-ovbkMWIO/proxmox_backup_pve1.rawe_2020-08-27.13.15.21.tar.gz
INFO: 2020/08/27 13:15:24 INFO  : proxmox_backup_pve1.rawe_2020-08-27.13.15.21.tar.gz: Copied (new)
INFO: 2020/08/27 13:15:24 INFO  : proxmox_backup_pve1.rawe_2020-08-27.13.15.21.tar.gz: Deleted
INFO: 2020/08/27 13:15:24 INFO  : 
INFO: Transferred:   	  687.234k / 687.234 kBytes, 100%, 234.956 kBytes/s, ETA 0s
INFO: Errors:                 0
INFO: Checks:                 1 / 1, 100%
INFO: Transferred:            1 / 1, 100%
INFO: Elapsed time:        2.9s
INFO: Cleaning up
INFO: Backup job finished successfully
TASK OK

@gomble
Copy link

gomble commented May 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants