summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:51:06 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:51:06 -0500
commitc3e8c92612e907acae91c9ced7c3917b808e1744 (patch)
treefdb5ab1c59721d1c4e75bc532e8362cd907eefe6
parent75fb7970d88f159eb3a1d6c368c1286b9de62dbb (diff)
downloadpfsense-c3e8c92612e907acae91c9ced7c3917b808e1744.zip
pfsense-c3e8c92612e907acae91c9ced7c3917b808e1744.tar.gz
Minor formatting
-rwxr-xr-xetc/rc.create_full_backup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index 97ac518..08d450c 100755
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -2,7 +2,8 @@
FILENAME="pfSense-full-backup-`date "+%Y%m%d-%H%M"`.tgz"
echo ">>> Creating full backup to $FILENAME"
-tar czPf /root/$FILENAME --exclude dev/* \
+tar czPf /root/$FILENAME \
+ --exclude dev/* \
--exclude tmp/* \
--exclude var/db \
--exclude var/run/* \
OpenPOWER on IntegriCloud