A backup program written in go that will automatically backup up a folder whenever the backup drive has been mounted
Use the make command to install the gobackd daemon as well as the goback command line utility
sudo make buildIf a different build destination is desired simply edit the makefile it is very short and manageable
The gobackd daemon is setup using systemd so to start, stop or look at debug messages just use systemctl
systemctl start gobackd
systemctl enable gobackd
systemctl status gobackdFor creating and removing new backups use the goback tool
goback -o="directory/to/backup" -c="location/to/backup"