From 443b51332825ae58024259e7d27de3c85ffb3af0 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 23 Apr 2012 08:29:29 -0400 Subject: [PATCH] updated for internal names. --- scripts/archival/snarf_quartz.pl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/archival/snarf_quartz.pl b/scripts/archival/snarf_quartz.pl index ba81fe08..e1d2bbd0 100644 --- a/scripts/archival/snarf_quartz.pl +++ b/scripts/archival/snarf_quartz.pl @@ -2,7 +2,7 @@ ############################################################################### # # -# Name : snarf_notes # +# Name : snarf_quartz # # Author : Chris Koeritz # # Rights : Copyright (C) 2000-$now by Author # # # @@ -28,7 +28,7 @@ local($number) = &retrieve_number("aa_backup"); # 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. @@ -42,7 +42,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &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"); @@ -50,9 +50,6 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &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. -- 2.34.1