fix: fixed auto-backup plugin to only create local backups
This commit is contained in:
@ -32,13 +32,9 @@ main:
|
|||||||
- /root/.api-report.json
|
- /root/.api-report.json
|
||||||
- /root/handshakes/
|
- /root/handshakes/
|
||||||
- /etc/pwnagotchi/
|
- /etc/pwnagotchi/
|
||||||
- /etc/hostname
|
|
||||||
- /etc/hosts
|
|
||||||
- /etc/motd
|
|
||||||
- /var/log/pwnagotchi.log
|
- /var/log/pwnagotchi.log
|
||||||
commands:
|
commands:
|
||||||
- 'tar czf /tmp/backup.tar.gz {files}'
|
- 'tar czf /root/pwnagotchi-backup.tar.gz {files}'
|
||||||
- 'scp /tmp/backup.tar.gz pwnagotchi@10.0.0.1:/home/pwnagotchi/backups/backup-$(date +%s).tar.gz'
|
|
||||||
net-pos:
|
net-pos:
|
||||||
enabled: false
|
enabled: false
|
||||||
api_key: 'test'
|
api_key: 'test'
|
||||||
|
Reference in New Issue
Block a user