nice cleanup of script to generate report with functions.
[feisty_meow.git] / scripts / archival / snarf_notes.pl
index 1f58543bfbf19a0330695cc91a1e420f2df20a0c..f2e39d2e7c7a57c44dcf37b07e3da92fb46afd40 100644 (file)
@@ -8,7 +8,7 @@
 #                                                                             #
 #  Purpose:                                                                   #
 #                                                                             #
-#    Stuffs up an archive with quartz lists and current new notes.            #
+#    Produces an archive with any current notes from the user's home dir.     #
 #                                                                             #
 ###############################################################################
 #  This program is free software; you can redistribute it and/or modify it    #
@@ -38,22 +38,16 @@ 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", "notes");
-&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", "idea");
+&snarf_by_pattern($snarf_file_base, "$root", "issue");
 &snarf_by_pattern($snarf_file_base, "$root", "list");
+&snarf_by_pattern($snarf_file_base, "$root", "note");
+&snarf_by_pattern($snarf_file_base, "$root", "project");
 &snarf_by_pattern($snarf_file_base, "$root", "task");
 
-# backup additional folders we care about.
-###ubuntu one retired because of complete unreliability.
-#&snarf_by_pattern($snarf_file_base, "$root", "notes", "Ubuntu One");
-
 ############################################################################
 
 # now rename the file so only the unpacker can access it.