-
Notifications
You must be signed in to change notification settings - Fork 191
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
Backing up printer configuration files to GitHub does not fully work #406
Comments
Hi |
not sure i am following. at the url above, this command:
if we take the url, part
resolves and downloads just fine: so if you could please verify you are actually running the exact command in the first code block above, that would be great. because i literally just copy pasted it from there as i write this. searching for
also shows an exact match, as found in the wget command. perhaps it is your first part of the command which is using a different path for the users directory? i have no idea what you have username wise, so perhaps this would work for you?
for the first part. the full command would be
thanks! |
Last login: Sun Jan 21 12:10:02 2024 from 192.168.15.5 My bad on saying autocommit.sh was spelled wrong. The monitor has tiny letters and I'm old lol. Using Putty on Windows 10. |
This worked for me: I found it on here: |
I couldn't login as pi. Tried all the passwords I could find to try so logged into the user I setup with Pi Imager. That probably why it wouldn't work now that you mentioned it. |
I found out that there is no pi user on my machine. I'm guessing by using the new Pi imager that you can set your own admin user name so unless you use that to create the pi user you won't have one in the OS by default. They also say not to use the standard password if you do make a pi user. Since you are using: Change directories into your config directory, which is where all of your configuration files live I would change this: To this: This would match the "cd ~/printer_data/config used above" This: nano /home/pi/printer_data/config/autocommit.sh As the pi user doesn't seem to be a given any more when using the Raspberry Pi Imager I believe that would work better for those that don't have a pi user or don't realize they don't have a pi user. Anyway, you guys know a whole lot more about this than I do. Thanks for your help. Jeffery |
community/howto/EricZimmerman
Backing up printer configuration files to GitHub
https://docs.vorondesign.com/community/howto/EricZimmerman/BackupConfigToGithub.html
The problem is this part is not working:
Download the autocommit.sh file using the command below:
The wget command is not correct. URL is wrong as well as autocomit.sh is spelled wrong or Eric change the name at a later date.
I finally found Eric's instructions and finished getting my Voron Configuration setup and working.
EricZimmerman/Voron-Documentation/community/howto/EricZimmerman/BackupConfigToGithub.md
I would think you could update the page from Eric's instructions or just put a link to Eric's instructions so you always have the latest updates.
Thanks,
Jeffery
The text was updated successfully, but these errors were encountered: