local($number) = &retrieve_number("aa_backup");
# variables used throughout.
-local($snarf_file_base) = snarf_prefix("linux_config");
+local($snarf_file_base) = snarf_prefix("config-linux_");
local($snarf_file) = &snarf_name($snarf_file_base, $number);
# store the current archive number in the file for retrieval on the
# 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.
local($number) = &retrieve_number("aa_backup");
# variables used throughout here.
-local($snarf_file_base) = &snarf_prefix("opensim_config");
+local($snarf_file_base) = &snarf_prefix("config-opensim_");
local($snarf_file) = &snarf_name($snarf_file_base, $number);
# store the archive number in the file for retrieval on the other side.