You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
When enabling the auto_backup.py plugin (Pwnagotchi firmware version: 1.4.1):
...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.The text was updated successfully, but these errors were encountered: