Skip to content

Real time file syncing daemon using rclone and inotify written in Bash

License

Notifications You must be signed in to change notification settings

bobbintb/backup-bash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backup-bash

Real time file syncing daemon using Rsync and Inotify written in Bash

Change the below variables in the backup file as per your requirement

Directory or file to watch or backup : backup_dir="/data"

Path to the server to copy changes: server_backup_dir="user@yourserver.com:/path/to/storebackup"

Path to directory to log errors and events: log_dir="backuperrors.txt"

Your email id, you will receive an email if the backup succeeded or failed: email="you@youremail.com"

In case you want to use the init script move the initscript.bash to /etc/init.d/ directory

and change the exec="/path/to/executable" to your executable directory

Tutorial on how original author built it is at http://techarena51.com/index.php/inotify-tools-example/

About

Real time file syncing daemon using rclone and inotify written in Bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%