diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 13:47:29 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 13:47:29 -0400 |
commit | 807c2e7a5384d330645a04937370ba6c0faf9d23 (patch) | |
tree | f98db2f366dab6f732e4ad07d11e22b912f60ecc | |
parent | 2b0c49e309376dadda1fea9d0b2f3dbd70081f9f (diff) | |
download | pfsense-807c2e7a5384d330645a04937370ba6c0faf9d23.zip pfsense-807c2e7a5384d330645a04937370ba6c0faf9d23.tar.gz |
Oops, include /etc/
-rwxr-xr-x | etc/rc.create_full_backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup index e7022cf..d0ef848 100755 --- a/etc/rc.create_full_backup +++ b/etc/rc.create_full_backup @@ -14,4 +14,4 @@ tar czPf /root/$FILENAME \ echo ">>> Backup completed. Note: this backup includes config.xml!" echo ">>> To restore this backup run this command:" -echo " rc.restore_full_backup /root/$FILENAME" +echo " /etc/rc.restore_full_backup /root/$FILENAME" |