I've created a cron job that will automatically backup your config every night(or whenever you want).
Here's how I did it: (the name of my zpool is tank, yours may vary so you will need to adjust the following accordingly)
I created a file on my zpool at /mnt/tank/bkpconfig.sh. It has one line:
cp /data/freenas-v1.db /mnt/tank/`date +%Y%m%d`.db
Note that the ` is the top left key on the keyboard, not the typical apostrophe symbol. You can change the location of the db to anything you...
Backup config file every night automatically!
Here's how I did it: (the name of my zpool is tank, yours may vary so you will need to adjust the following accordingly)
I created a file on my zpool at /mnt/tank/bkpconfig.sh. It has one line:
cp /data/freenas-v1.db /mnt/tank/`date +%Y%m%d`.db
Note that the ` is the top left key on the keyboard, not the typical apostrophe symbol. You can change the location of the db to anything you...
Backup config file every night automatically!