Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :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] )
- :local SendFileName ([$BackupFileName]. ".backup". ",". [$BackupFileName]. ".rsc" )
- /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