summaryrefslogtreecommitdiffstats
path: root/etc/rc.create_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:50:59 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:50:59 -0500
commitbb5e7a61cba3dfe6ec2923c867307737d13f5549 (patch)
tree110a5f40ef6feef4a1fa076298e45a25c5fe58eb /etc/rc.create_full_backup
parent680bcb4d04434bd0261b76d47df7b79bdf36681b (diff)
downloadpfsense-bb5e7a61cba3dfe6ec2923c867307737d13f5549.zip
pfsense-bb5e7a61cba3dfe6ec2923c867307737d13f5549.tar.gz
Minor formatting
Diffstat (limited to 'etc/rc.create_full_backup')
-rw-r--r--etc/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 100644
--- 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