I want save backup to sub folder
Code: Select all
:local name [/system/identity get name]
system/backup/save name=aaa/$name
: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"
thanksCode: Select all:local name [/system/identity get name] system/backup/save name="disk/backup/$name"
.What should I put instead of the question mark?
tool fetch address=ftp src-path="export/$name" user=imirsay@kooshkoo.iapp.ir mode=ftp password=00 dst-path="directory/subfolder/$name" upload=yes
thank you so much.What should I put instead of the question mark?
CLINote: It's recommended that use SFTP if the transfer is over a public network.Code: Select alltool fetch address=ftp src-path="export/$name" user=imirsay@kooshkoo.iapp.ir mode=ftp password=00 dst-path="directory/subfolder/$name" upload=yes