summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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