This a backup/restore utility for linux. A single command backup the listed directory and a deamon in background check for change in files and send them accordingly to the server.
- Run the restoreserver script(python3 restoreserver.py) and backupserver script (python3 backupserver.py) simultaneously in different windows.
- Run 'make' command in a new window.
- Run ./backup
- Make changes in any file (The changes will be detected and the changed files will be sent to the server).
- Run ./restore (enter the full path of the file to be restored).
- The config file contains the directory path which we want to backup.