hallo
I often stumble over the naming scheme of LE's backup, e.g.:
20211024002341.tar
even when there are more then one backup in the directory and watching that from a distance of some meters
RFC:
it would be better readable if it would be one of:
2021-10-30_00:45.tar => echo $(date +%F_%R).tar
or
2021-10-30_00-45.tar => echo $(date +%F_%H-%M).tar
or
2021-10-30_0045.tar => echo $(date +%Y-%m-%e_%H%M).tar
comments/rotten fruits ?