diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/dump-tool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dump-tool b/scripts/dump-tool index 249b17a..a505d16 100755 --- a/scripts/dump-tool +++ b/scripts/dump-tool @@ -43,7 +43,7 @@ while [[ $# -gt 0 ]]; do shift done -DESTINATION="$DESTINATION/backup-$(date +'%Y-%m-%d').$LEVEL.dump" +DESTINATION="$DESTINATION/backup-$(date +'%Y-%m-%d-%H_%M_%S').$LEVEL.dump" $XFSDUMP -l $LEVEL -L $SESSION_LABEL -M $MEDIA_LABEL -f $DESTINATION $FILESYSTEM |
