updated to slightly standardize naming.
authorChris Koeritz <fred@gruntose.com>
Sun, 22 Apr 2012 16:25:39 +0000 (12:25 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 22 Apr 2012 16:25:39 +0000 (12:25 -0400)
scripts/archival/snarf_linux_config.pl
scripts/archival/snarf_notes.pl
scripts/archival/snarf_opensim.pl

index 7420c031e00dbf59a64b563c19d2320508d88214..b7066fd69390e5c15e40b69b409494be6748c61a 100644 (file)
@@ -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
index ba81fe083def063d5398b7f4087f56ed3d19cdaf..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.
index 94fd8bd76cdf3fe662164bff0ba344fc946a7069..957f32038b3d22293f30626f467b80b5566e76ad 100644 (file)
@@ -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.