diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-01 17:16:51 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-01 17:16:51 -0500 |
| commit | 323dec12cb074a17bfd17258a2df04d7079cbcd1 (patch) | |
| tree | 25c8979182c9bacac022985e3c229a5266afa841 /scripts/dump-tool | |
| parent | bfc2226a561cadc8782fb7c8851093503f8db212 (diff) | |
dump-tool includes time in filename
Diffstat (limited to 'scripts/dump-tool')
| -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 |
