Backup config to Gmail v1.7

Flash drives have a limited number of writes, so that’s the logic. But a couple files once a day, isn’t going to kill you IMO.

DarkNate isn’t wrong, but I think the idea is here is it’s simple. Nothing stop someone adding a ramdisk at start IF they know they have V7.7+, and adapting the backup filenames to use the ramdisk in path.

Are you new to computer science in general? Do you not know flash memory has limited write capacity?

Do you also not know all MikroTik hardware dating back to the first models that supports ROSv7, supports tmpfs? Are you new to MikroTik?

@DarkNate, you could offer a “better” script that made use of ramdisk/tmpfs, if you wanted to offer something useful… Not sure attacking comments helps anyone.

I guess I have worked more with computers then you, but that is not important.
I do now what ramdisk are. But have you ever had a MikroTik that has a worn out flash memory?
You are not needed to use my scripts, I am only here to help out.
Script are made to work with most RouterOS, not only 7.7+

From 2007, I never have one device wit ruined NAND / flash for the writes…
I still have some RB1200 on service with user-manager inside…

Probably the generational change takes the device out of use sooner than the reads/writes to NAND or Flash

But that doesn’t mean it isn’t better to use a temporary file system.
Since RouterOS v6, units with /flash use RAM instead of Flash.
On drives that have /flash just ignore that folder and work in the root to basically work on the temporary file system.

Thanks a lot for your script, sir!

Hello friends.
If I remember correctly, Google stopped supporting insecure connections and now you can send mail through gmail, it does not pass authentication. Or am I doing something wrong?

Use app password
See security section of your Gmail account.

Love this! Many thanks to you guys !

Thanks for info. Do you know from what version? 7.13.x still shows CHR

My quote was from 7.15rc topic

Thanks. Tested and fixed:

Changed from:
($board=“CHR”)

To:
($board~“CHR”)

  • another minor fix.