Shell script to atuomate backups in Linux.
In the Archive management section you can set up archives and automate backups of your files and folders using cron jobs. You need to have basic knowledge of setting up cron jobs to use this program.
A detailed user guide is available within the script file at the beginning of the script. Go through it if something seems confusing.
The script depends on some linux packages which you need to install before you run the script. Use your system package manager to install the following packages:
- zenity
- libnotify-bin
For Debian based distros with apt, use the following command:
sudo apt-get install zenity libnotify-bin
After all dependencies are installed, to run the script simply clone this repo using the commend below in your Linux terminal.
https://github.com/iamsubingyawali/arcron.git
Navigate to the script directory and run the file using commands below. You may need to change the permissions for the file to run, use chmod accordingly.
cd arcron
./run.sh
Note: I am not responsible for any damange caused to your system with incorrect use of this script. Do not proceed with any options in the script unless you know what you are doing. Distributing your own copy of this script is not allowed. Read the license file carefully before proceeding.
Bugs are expected. Open issues or pull requests if you found some.