###############################################################################
# #
-# Name : snarf_notes #
+# Name : snarf_quartz #
# Author : Chris Koeritz #
# Rights : Copyright (C) 2000-$now by Author #
# #
# variables for directory location to backup and the file to dump it in.
local($root) = "$HOME";
-local($snarf_file_base) = &snarf_prefix("notes");
+local($snarf_file_base) = &snarf_prefix("quartz");
local($snarf_file) = &snarf_name($snarf_file_base, $number);
# store the archive number in the file for retrieval on the other side.
&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", "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", "list");
&snarf_by_pattern($snarf_file_base, "$root", "task");
-# backup additional folders we care about.
-#unneeded it seems: &snarf_by_pattern($snarf_file_base, "$root", "notes", "cloud");
-
############################################################################
# now rename the file so only the unpacker can access it.