From c3e8c92612e907acae91c9ced7c3917b808e1744 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 14 Feb 2010 15:51:06 -0500 Subject: Minor formatting --- etc/rc.create_full_backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/* \ -- cgit v1.1