Ros3 Backup Store

From CTWUG Wiki
Revision as of 10:50, 18 November 2008 by NOs (talk | contribs) (New page: This script will create a backup of your RB's configuration and store it on the RB under "Files". I find it very useful to have at least some sort of backup locally on my rb for the times ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This script will create a backup of your RB's configuration and store it on the RB under "Files". I find it very useful to have at least some sort of backup locally on my rb for the times that all goes wrong, something is better than nothing. This script will work as is, just navigate to System/Scripts and run it. Check out **** to create a schedule, that will run the script at a predefined period.


log info "Weekly Backup beginning now"

/system backup save name=([/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]);

log info "Weekly Backup done"