From: Chris Koeritz Date: Tue, 31 Oct 2023 17:31:18 +0000 (-0400) Subject: updated to add a couple more items X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=c285e93553156943e829b0838a8f14e2929de419 updated to add a couple more items added syncthing config --- 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".