Hello;
I am trying to backup and email the database of User-Manager but when it detects that the name file exist on "files" it stops and send me alert "Script error: File already exist"!
All is OK when the file is a .backup or even .rsc but I can't fix this problem with bbdd files
:log info "backup BBDD beginning now"
:global bbddfile ([/system identity get name] . "_BBDD")
/tool user-manager database save name=$bbddfile
:log info "backup pausing for 6s"
:delay 6s
Any idea?
Thanks