From: Chris Koeritz Date: Thu, 5 Apr 2012 06:08:20 +0000 (-0400) Subject: no longer including cloud backup in the notes package, since cloud is online all... X-Git-Tag: 2.140.90~1445 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=d5e7ab86c2e5db423ea41fb9f04b384d131ce5ae;p=feisty_meow.git no longer including cloud backup in the notes package, since cloud is online all the time. --- diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 7916eb2f..ba81fe08 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -51,7 +51,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &snarf_by_pattern($snarf_file_base, "$root", "task"); # backup additional folders we care about. -&snarf_by_pattern($snarf_file_base, "$root", "notes", "cloud"); +#unneeded it seems: &snarf_by_pattern($snarf_file_base, "$root", "notes", "cloud"); ############################################################################