FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 424b8ad7 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update weekly_export.sh - putting back the timestamp on the filename of the archive export files.

parent 2b4dd40e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if ./canto/script/canto_docker --non-interactive ./script/canto_export.pl canto
fi
#Define date-time-stamped filename for archiving
EXPORT_FILENAME_ARCHIVE="canto_server_export_$(date +"%Y-%m-%d").json"
EXPORT_FILENAME_ARCHIVE="canto_server_export_$(date +"%Y-%m-%d-%T").json"
function archiving()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment