"mv example.backup ~/disk1/backup" but for ROS v7

Greetings,

I’ve written a simple script for backing up my sys-conf, tho I’m not sure how or what command(s) I am able to add, for it to move the .backup file into ~/disk1/backup

:log info "initiating system configuration backup"
:delay 1s
/system backup
  save name="" password="████████████████████"
:log info "completed system configuration backup"

Cheers,
Reev

You can add path as part of “name” parameter. But it seems that you’d have to create whole unique names yourself. Which I’m sure is possible too.

Thanks a heap Sob, you’re amazing; I can confirm that it works!

Cheers,
Reev