diff options
-rwxr-xr-x | mikrotik-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mikrotik-backup b/mikrotik-backup index 37e759d..cf4059d 100755 --- a/mikrotik-backup +++ b/mikrotik-backup @@ -41,7 +41,7 @@ umask 077 user=backup hosts="router.noreply.org router2.debian.org" -ts=$(date +"%Y%M%ST%H%M%S") +ts=$(date +"%Y%m%dT%H%M%S") rc=0 for h in $hosts; do |