From c285e93553156943e829b0838a8f14e2929de419 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 31 Oct 2023 13:31:18 -0400 Subject: [PATCH] updated to add a couple more items added syncthing config --- scripts/archival/snarf_user.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/archival/snarf_user.pl b/scripts/archival/snarf_user.pl index 2e6d6f19..202fba00 100644 --- a/scripts/archival/snarf_user.pl +++ b/scripts/archival/snarf_user.pl @@ -42,6 +42,9 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); # and get the config for gnome. &backup_hierarchy($snarf_file_base, $number, "$root", ".local"); &backup_hierarchy($snarf_file_base, $number, "$root", ".gnome*"); +# and assorted config things for various apps. +&backup_hierarchy($snarf_file_base, $number, "$root", ".config/syncthing"); +#next...? &backup_hierarchy($snarf_file_base, $number, "$root", ".config/syncthing"); # get any dot files ending in "rc", or with "bash" or "profile" in them, or # that start with "x". -- 2.34.1