This could help with:
- accidental deletes that could now be restored;
- added/removed/default settings which can be preserved with an update;
- using profiles such as 'low cpu' and 'high cpu'.



sander@R540:~$ ll ~/.sabnzbd/sabnzbd.ini*
-rw-rw-r-- 1 sander sander 6192 2012-04-14 11:17 /home/sander/.sabnzbd/sabnzbd.ini
-rw-rw-r-- 1 sander sander 6192 2012-04-14 21:19 /home/sander/.sabnzbd/sabnzbd.ini-2012-04-14-21:19cp ~/.sabnzbd/sabnzbd.ini ~/.sabnzbd/sabnzbd.ini-`date +'%F-%R'`
sabnzbdplus
if # test file date and version here
cp ~/.sabnzbd/sabnzbd.ini ~/.sabnzbd/backup/sabnzbd.ini-`head -n1 ~/.sabnzbd/sabnzbd.ini|cut -c3-11`
fi
# v0.7.14
# This sabnzbd.ini was automatically generated. To change, start SABnzbd, or make a copy first and select 'use backup' from the CONFIG menu.
#
-rw-r--r-- 1 sabuser staff 11 14 Apr 23:33 sabnzbd.ini-v0.7.14





