From d135646f866f858aae953451427347b093ed824f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 May 2019 23:50:32 -0600 Subject: [PATCH] update help text, rename .details files --- SeafBackup/backup.sh | 4 ++-- SeafBackup/{nc_borg.details => seaf_borg.details} | 0 SeafBackup/{nc_sql.details => seaf_sql.details} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename SeafBackup/{nc_borg.details => seaf_borg.details} (100%) rename SeafBackup/{nc_sql.details => seaf_sql.details} (100%) diff --git a/SeafBackup/backup.sh b/SeafBackup/backup.sh index d6be4e9..bd206f1 100755 --- a/SeafBackup/backup.sh +++ b/SeafBackup/backup.sh @@ -125,7 +125,7 @@ function scriptHelp { echo -e "and process your borg repo. Details on the structure of this" \ "file are in the" echo -e "readme and on ${lit}https://mytechiethoughts.com${default}" - echo -e "${info}Default: ScriptPath/nc_borg.details${default}" + echo -e "${info}Default: ScriptPath/seaf_borg.details${default}" echo -e "${lit}\n-l, Location to save log file${default}" echo -e "This script writes a detailed log file of all activities. It" \ "is structured in" @@ -138,7 +138,7 @@ function scriptHelp { "on the structure" echo -e "of this file are in the readme and on${lit}" \ "https://mytechiethoughts.com${default}" - echo -e "${info}Default: ScriptPath/nc_sql.details${default}" + echo -e "${info}Default: ScriptPath/seaf_sql.details${default}" echo -e "${lit}\n-v, Verbose output from borgbackup${default}" echo -e "By default, this script will only log summary data from borg." \ "If you need/want" diff --git a/SeafBackup/nc_borg.details b/SeafBackup/seaf_borg.details similarity index 100% rename from SeafBackup/nc_borg.details rename to SeafBackup/seaf_borg.details diff --git a/SeafBackup/nc_sql.details b/SeafBackup/seaf_sql.details similarity index 100% rename from SeafBackup/nc_sql.details rename to SeafBackup/seaf_sql.details