updated to slightly standardize naming.
[feisty_meow.git] / scripts / archival / snarf_notes.pl
index 1f58543bfbf19a0330695cc91a1e420f2df20a0c..b94d096dbf18a7131e568deef79af46b53b4d276 100644 (file)
@@ -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("notes-");
 local($snarf_file) = &snarf_name($snarf_file_base, $number);
 
 # store the archive number in the file for retrieval on the other side.
@@ -51,8 +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.
-###ubuntu one retired because of complete unreliability.
-#&snarf_by_pattern($snarf_file_base, "$root", "notes", "Ubuntu One");
+#unneeded it seems: &snarf_by_pattern($snarf_file_base, "$root", "notes", "cloud");
 
 ############################################################################