14 lines
370 B
YAML
14 lines
370 B
YAML
|
auto_backup:
|
||
|
enabled: false
|
||
|
interval: 1 # every day
|
||
|
max_tries: 0 # 0=infinity
|
||
|
files:
|
||
|
- /root/brain.nn
|
||
|
- /root/brain.json
|
||
|
- /root/.api-report.json
|
||
|
- /root/handshakes/
|
||
|
- /root/peers/
|
||
|
- /etc/pwnagotchi/
|
||
|
- /var/log/pwnagotchi.log
|
||
|
commands:
|
||
|
- 'tar czf /root/pwnagotchi-backup.tar.gz {files}'
|