split the notes snarfing out of snarf_quartz. both are kind of useful.
[feisty_meow.git] / scripts / archival / snarf_quartz.pl
index e1d2bbd0a08942c8504096aad69d884767dad9d0..6985a4bc697d48de557a84996753a69fbc54e3f5 100644 (file)
@@ -8,7 +8,7 @@
 #                                                                             #
 #  Purpose:                                                                   #
 #                                                                             #
-#    Stuffs up an archive with quartz lists and current new notes.            #
+#    Packs up an archive with the quartz repository.                          #
 #                                                                             #
 ###############################################################################
 #  This program is free software; you can redistribute it and/or modify it    #
@@ -36,20 +36,9 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 
 ############################################################################
 
-# get top level text files and other potentially important items...
-&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt"));
 # backup all the hierarchies in our quartz directory.
 &backup_hierarchy($snarf_file_base, $number, "$root", "quartz");
 
-# gather any directories in our home that match these often recurring patterns.
-&snarf_by_pattern($snarf_file_base, "$root", "quartz");
-&snarf_by_pattern($snarf_file_base, "$root", "project");
-&snarf_by_pattern($snarf_file_base, "$root", "issue");
-&snarf_by_pattern($snarf_file_base, "$root", "idea");
-&snarf_by_pattern($snarf_file_base, "$root", "crucial");
-&snarf_by_pattern($snarf_file_base, "$root", "list");
-&snarf_by_pattern($snarf_file_base, "$root", "task");
-
 ############################################################################
 
 # now rename the file so only the unpacker can access it.