summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:32:45 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:32:45 -0500
commit75fb7970d88f159eb3a1d6c368c1286b9de62dbb (patch)
tree78aa51ffbca3eefb040fbc1e435795e75f567033
parent9f245dd4d4848f14b29decfa5cfed9b129630d26 (diff)
downloadpfsense-75fb7970d88f159eb3a1d6c368c1286b9de62dbb.zip
pfsense-75fb7970d88f159eb3a1d6c368c1286b9de62dbb.tar.gz
Use U for unlink
-rwxr-xr-xetc/rc.create_full_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index 179636d..97ac518 100755
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -12,4 +12,4 @@ tar czPf /root/$FILENAME --exclude dev/* \
/
echo ">>> Backup completed. Note: this backup includes config.xml!"
echo ">>> To restore this backup run this command:"
-echo " tar xzPf /root/$FILENAME -C /"
+echo " tar xzPUf /root/$FILENAME -C /"
OpenPOWER on IntegriCloud