From 19de2a2d8f7b3009560d793ac23e7b2b0dc61f4e Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:13:15 +0000 Subject: [PATCH] Update defaults.toml Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 3ea5e8fe..cb111515 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -38,6 +38,7 @@ main.plugins.auto_backup.files = [ "/home/pi/.profile", "/home/pi/.wpa_sec_uploads", ] +main.plugins.auto_backup.exclude = [ "/etc/pwnagotchi/logs/*",] main.plugins.auto_backup.commands = [ "tar cf {backup_file} {files}",] main.plugins.auto-tune.enabled = true