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

auto_backup.py runs constantly when enabled #5

Open
virtadpt opened this issue Dec 8, 2019 · 3 comments
Open

auto_backup.py runs constantly when enabled #5

virtadpt opened this issue Dec 8, 2019 · 3 comments

Comments

@virtadpt
Copy link

virtadpt commented Dec 8, 2019

When enabling the auto_backup.py plugin (Pwnagotchi firmware version: 1.4.1):

enabled: true
interval: 1 # every day
max_tries: 0 # 0=infinity

...the plugin goes into an infinite loop and creates a new /root/pwnagotchi-backup.tar.gz every couple of seconds. The backup file is valid - it has everything I wanted it to have in it and it decompresses normally.

@dadav
Copy link
Contributor

dadav commented Apr 11, 2020

I think the backup command is failing and the plugin keeps trying...

just tested it and it works fine for me^^

@virtadpt
Copy link
Author

Looking at the debugging output, the backup command was not failing - the backup file (when I can catch it before it's overwritten) looks valid when I poke around in it.

I'll give it another try.

@dadav
Copy link
Contributor

dadav commented Apr 12, 2020

Looking at the debugging output, the backup command was not failing - the backup file (when I can catch it before it's overwritten) looks valid when I poke around in it.

I'll give it another try.

make sure you rly use the latest version

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

2 participants