From e3048a74dee2b60a40af5557d55cee99868cccb2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 22 Apr 2012 12:25:39 -0400 Subject: [PATCH] updated to slightly standardize naming. --- scripts/archival/snarf_linux_config.pl | 2 +- scripts/archival/snarf_notes.pl | 2 +- scripts/archival/snarf_opensim.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/archival/snarf_linux_config.pl b/scripts/archival/snarf_linux_config.pl index 7420c031..b7066fd6 100644 --- a/scripts/archival/snarf_linux_config.pl +++ b/scripts/archival/snarf_linux_config.pl @@ -24,7 +24,7 @@ require "shared_snarfer.pl"; 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 diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index ba81fe08..b94d096d 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -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. diff --git a/scripts/archival/snarf_opensim.pl b/scripts/archival/snarf_opensim.pl index 94fd8bd7..957f3203 100644 --- a/scripts/archival/snarf_opensim.pl +++ b/scripts/archival/snarf_opensim.pl @@ -27,7 +27,7 @@ require "shared_snarfer.pl"; 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. -- 2.34.1