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