Community discussions

MikroTik App
 
sdrenner
Member Candidate
Member Candidate
Topic Author
Posts: 138
Joined: Wed Mar 02, 2005 10:03 pm
Contact:

Auto Backup and email

Tue Jun 30, 2009 4:21 pm

I have this script and it been working great for over a year and different RB's I also had this running great on RB433AH's until I upgraded to 3.25 now most are still working but on about 6 RB433ah's it would run. If I take and paste in "new terminal" I get this error:

Saving system configuration
Failed to save system configuration backup
interrupted
action failed (6)

Here is the script I am using:

/system backup save name=([/system identity get name] . "-" . [:pick [/system clock get date] 7 11] . [:pick [/system clock get date] 0 3] . [:pick [/system clock get date] 4 6]); /tool e-mail send to="myemail@dot.com" subject=([/system identity get name] . " Backup " . [/system clock get date]) file=([/system identity get name] . "-" . [:pick [/system clock get date] 7 11] . [:pick [/system clock get date] 0 3] . [:pick [/system clock get date] 4 6] . ".backup"); :delay 10; /file rem [/file find name=([/system identity get name] . "-" . [:pick [/system clock get date] 7 11] . [:pick [/system clock get date] 0 3] . [:pick [/system clock get date] 4 6] . ".backup")]; :log info ("System Backup emailed at " . [/sys cl get time] . " " . [/sys cl get date])



Is anyone else seeing issues like this?
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: Auto Backup and email

Wed Jul 01, 2009 1:28 pm

what if you do the backup manually? maybe you just do not have enough free space?..
 
sdrenner
Member Candidate
Member Candidate
Topic Author
Posts: 138
Joined: Wed Mar 02, 2005 10:03 pm
Contact:

Re: Auto Backup and email

Wed Jul 01, 2009 3:46 pm

Manual works fine, I have 93% free space.

Who is online

Users browsing this forum: abbio90, aLinux09 and 17 guests