Advertisement
Guest User

Untitled

a guest
Mar 19th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. :local BackupFileName ([/system identity get name] . "_" .[:pick [/system clock get date] 4 6]. "" .[:pick [/system clock get date] 0 3]. "" .[:pick [/system clock get date] 7 11] )
  2. :local SendFileName ([$BackupFileName]. ".backup". ",". [$BackupFileName]. ".rsc" )
  3. /tool e-mail send to=("$email") subject=("$client Mikrotik $device backup!") body=("Backup files in attachment.") file=$SendFileName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement