Skip to content

arstevens/goback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Goback

A backup program written in go that will automatically backup up a folder whenever the backup drive has been mounted

Installation

Use the make command to install the gobackd daemon as well as the goback command line utility

sudo make build

If a different build destination is desired simply edit the makefile it is very short and manageable

Usage

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 gobackd

For creating and removing new backups use the goback tool

goback -o="directory/to/backup" -c="location/to/backup"

License

MIT

About

A backup and recovery program written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published