Suggestion #11
constantinsb
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
What Linux distro are you using? I'll investigate why the double quotes are causing a problem and work a solution to prevent it. I usually commit files to github with the executable attribute already set. I'll add "chown +x" instructions to the readme. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for making this script!
One thing though - I would recommend mentioning in the readme that you need to run "chmod +x" on either the script of choice or the whole directory, as without doing that you just get hit with a 'Permission Denied' error.
The other issue I'm having is that the script isn't finding my config-set backup directory, so I'm getting stonewalled there. Have you got any suggestions for what I might be doing wrong?
Edit to add: I can cd to the directory specified in the .config file from a terminal just fine. Even copy-pasted the directory directly.
Edit 2: I got the script working by removing the quotation marks from the Backup_Directory field, i.e. the line reads:
Backup_Directory=/PlexMedia/Backups/Plex_Backupinstead of
Backup_Directory="/PlexMedia/Backups/Plex_Backup"Not sure what that'll mean if there's any spaces in the filepath. I've also just confirmed that the same thing happens with the Name and LogAll fields.
Beta Was this translation helpful? Give feedback.
All reactions