From 67e28fa7ab095b93fd4eb7ef6af323d2009738e2 Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:20:02 +0000 Subject: [PATCH] Update defaults.toml Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 15820132..012bf951 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -18,6 +18,27 @@ main.custom_plugin_repos = [ main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/" +main.plugins.auto_backup.enabled = true +main.plugins.auto_backup.interval = "daily" # or "hourly", or a number (minutes) +main.plugins.auto_backup.max_tries = 0 +main.plugins.auto_backup.backup_location = "/home/pi/" +main.plugins.auto_backup.files = [ + "/root/settings.yaml", + "/root/client_secrets.json", + "/root/.api-report.json", + "/root/.ssh", + "/root/.bashrc", + "/root/.profile", + "/home/pi/handshakes", + "/root/peers", + "/etc/pwnagotchi/", + "/usr/local/share/pwnagotchi/custom-plugins", + "/etc/ssh/", + "/home/pi/.bashrc", + "/home/pi/.profile", + "/home/pi/.wpa_sec_uploads", +] + main.plugins.auto-tune.enabled = true main.plugins.auto-update.enabled = true