-
Notifications
You must be signed in to change notification settings - Fork 73
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
FIX FOR MAKING AUTO_BACKUP PLUGIN WORK! #30
Comments
Ok, I found out what the changes are. 1# Here is the UPDATED code you need to add to /root/etc/pwnagotchi/config.toml to make the auto_backup plugin work: main.plugins.auto_backup.enabled = true This is how it should look like after: 2# Here is the line of code you need to change to where YOU put YOUR "pwnagotchi-plugins-contrib" unzipped folder/directory. This will make Pwnagotchi load ALL the custom plugins you got in that folder automatically. But you need to set the settings for every plugin manually in the config file just as we just did with the auto_backup plugin. No Settings = no working plugin even if it is loaded Use this command in terminal to Manually back up: It creates a backup file called "pwnagotchi-backup.tar.gz" in the "/root/" directory. (1# sudo -i #2 ls ) Have fun and enjoy :) |
Everybody who can't code and read this - YOU NEED TO START LEARNING IT NOW! I started 2 years ago in my free time and now I can fix this kind of stuff 🚀 🚀 🚀 |
For whoever will stumble on this page and be confused like me on why it's not working:
|
Sorry to wake up this thread, but thanks Maddo!
|
I actually did that myself but forgot to post it, woops |
The Readme/guide/tutorial is outdated.
Don't waste time copy-pasting the code in and think it will work after.
You need to tinker with it yourself to make it work after they changed to using the .toml format without updating the readme file.
It seems you need to add pretty much the same lines of code though but change them so they look like the rest of the code in the config.yml file.
The text was updated successfully, but these errors were encountered: