Removed timestamp from backup file name
This commit is contained in:
@@ -45,8 +45,8 @@ log() {
|
||||
|
||||
### BACKUP OPERATION ###
|
||||
|
||||
TIMESTAMP=$(date +"%Y-%m-%d_%H-%M-%S")
|
||||
SNAPSHOT_NAME="backup-$TIMESTAMP"
|
||||
#TIMESTAMP=$(date +"%Y-%m-%d_%H-%M-%S")
|
||||
SNAPSHOT_NAME="$PBS_BACKUP_ID"
|
||||
|
||||
log "==============================================="
|
||||
log " Starting PBS Backup: $SNAPSHOT_NAME"
|
||||
|
||||
Reference in New Issue
Block a user