updated to add a couple more items
authorChris Koeritz <fred@gruntose.com>
Tue, 31 Oct 2023 17:31:18 +0000 (13:31 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 31 Oct 2023 17:31:18 +0000 (13:31 -0400)
added syncthing config

scripts/archival/snarf_user.pl

index 2e6d6f1942de0719292d6dcd5f52bd4f11aa50c3..202fba000259f6e053f6bb183b8a73ab197509a5 100644 (file)
@@ -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".