summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-20 22:14:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-20 22:14:28 -0400
commitea546e4943780afb75f2db2fb3dfff5fac52397a (patch)
treecfd8c542bb380db848ff94c685fa4d1379aeb8fe /etc/rc.restore_full_backup
parent02bdb544c98e7d0d20feef37b58091b32e474604 (diff)
downloadpfsense-ea546e4943780afb75f2db2fb3dfff5fac52397a.zip
pfsense-ea546e4943780afb75f2db2fb3dfff5fac52397a.tar.gz
Minor fixes
Diffstat (limited to 'etc/rc.restore_full_backup')
-rwxr-xr-xetc/rc.restore_full_backup8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/rc.restore_full_backup b/etc/rc.restore_full_backup
index e3b8f68..44b63d2 100755
--- a/etc/rc.restore_full_backup
+++ b/etc/rc.restore_full_backup
@@ -2,11 +2,9 @@
if [ -f $1 ]; then
echo "One moment please while we restore $1"
- tar xzvPfU $1 -C /
+ tar xzPfU $1 -C /
echo "Restore of $1 complete."
else
- echo "Could not locate $1"
- echo
- echo "Available backups:"
- ls -lah /root | grep Backup
+ echo "Could not locate ${1}. Available backups:"
+ ls -lah /root | grep backup
fi
OpenPOWER on IntegriCloud