When manually updating Scriptcase, or making any changes that affect Scriptcase, the user must save certain files through a Backup.
There are 3 ways to Backup:
Method 1: Through Scriptcase Settings - Recommended
Method 2: Making a copy of the file "nm_scriptcase.db"
Method 3: Making a copy of the file "nm_scriptcase.db" through the terminal
In this method, we need to use the file manager of your system.
1 - Open your file manager and go to the directory where your Scriptcase main folder is located:
Note:
The example below uses Linux. In this example, the Scriptcase's main folder is located in the web environment at: /var/www/html/scriptcase/
2 - Now, inside the folder, access the following directory: devel> conf> scriptcase, inside this directory is located a file called "nm_scriptcase.db".
3 - Finally, copy this file and save it to use later.
In this method, we will use the Linux Terminal.
Note:
The example below uses the Ubuntu distribution.
1 - First, we need to open the Terminal, you can open it with the keyboard shortcut: CTRL-ALT-T.
2 - In the Terminal, type the following command:
cd /'YourDirectory'/.../scriptcase/devel/conf/scriptcase/
Example of the command above with a directory:
cd /var/www/html/scriptcase/devel/conf/scriptcase/
3 - Now type the following command:
cp nm_scriptcase.db /'destination directory'/.../
Example of the command above with a directory:
cp nm_scriptcase.db /home/netmake/Downloads/
4 - Once this is done, the file will appear in the directory used.