From 139c9df88c2384ba94eaf46a3f47bd110f3be438 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Mon, 21 Oct 2019 18:51:22 +0200 Subject: [PATCH] fix: fixed auto-backup plugin to only create local backups --- pwnagotchi/defaults.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pwnagotchi/defaults.yml b/pwnagotchi/defaults.yml index cc4fa517..5bd95118 100644 --- a/pwnagotchi/defaults.yml +++ b/pwnagotchi/defaults.yml @@ -32,13 +32,9 @@ main: - /root/.api-report.json - /root/handshakes/ - /etc/pwnagotchi/ - - /etc/hostname - - /etc/hosts - - /etc/motd - /var/log/pwnagotchi.log commands: - - 'tar czf /tmp/backup.tar.gz {files}' - - 'scp /tmp/backup.tar.gz pwnagotchi@10.0.0.1:/home/pwnagotchi/backups/backup-$(date +%s).tar.gz' + - 'tar czf /root/pwnagotchi-backup.tar.gz {files}' net-pos: enabled: false api_key: 'test'