I want save backup to sub folder

why this script dos not work??
I want save backup to sub folder

:local name  [/system/identity get name]
system/backup/save name=aaa/$name
:local name  [/system/identity get name]
system/backup/save name="disk/backup/$name"

Still not work if the user not create directories first…

thanks

.
CLI

tool fetch address=ftp src-path="export/$name" user=imirsay@kooshkoo.iapp.ir mode=ftp password=00 dst-path="directory/subfolder/$name" upload=yes

Note: It’s recommended that use SFTP if the transfer is over a public network.

thank you so much
I want remove user in usermanager if dont active profile and uptime not zero. Can you help?