Project

General

Profile

« Previous | Next » 

Revision bb5e7a61

Added by Scott Ullrich over 15 years ago

Minor formatting

View differences:

etc/rc.create_full_backup
2 2

  
3 3
FILENAME="pfSense-full-backup-`date "+%Y%m%d-%H%M"`.tgz"
4 4
echo ">>> Creating full backup to $FILENAME"
5
tar czPf /root/$FILENAME --exclude dev/* \
5
tar czPf /root/$FILENAME \
6
	--exclude dev/* \
6 7
	--exclude tmp/* \
7 8
	--exclude var/db \
8 9
	--exclude var/run/* \

Also available in: Unified diff