Search Documentation
Entire data and configuration pertaining to NirvaShare can be securely and effortlessly restored from the the backed up zip file with a simple command line utility. The following procedure can guide you through the same.
sudo su root
curl -s https://raw.githubusercontent.com/nirvashare/nirvashare/main/linux/restore.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh
The above commands will restore the entire database dump along with the configurations in the preferred location.
In order to learn about the backup procedure, please refer to the following document