Backup using Tar Command
September 22, 2008
Leave a comment
Following the example backup using tar command :
BACKUP_DATE=`date | sed -e “s/:/_/g” | sed -e “s/ /_/g”`
tar -cvf /logs/backup_WIRELESS2/backupWIRELESS2_$BACKUP_DATE.tar /apps/firsthop/ /logs/log
compress /logs/backup_WIRELESS2/*.tar
Categories: HP-UX Article, Sun Solaris
Recent Comments