Skip to content

A simple wrapper application around restic and rclone

License

Notifications You must be signed in to change notification settings

th3noname/backup-and-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup-and-sync

backup-and-sync is a simple wrapper application around restic and rclone. I wrote it to automate backups on my NAS.

At the moment the wrapper only includes the functionality needed for my use case.

Installation

To install backup-and-sync from source run the following commands

git clone https://github.com/th3noname/backup-and-sync.git

cd backup-and-sync

go run build.go

The application is automatically cross-compiled for windows and linux (386 and amd64). The binaries are stored in the bin directory.

If you're building outside of the GOPATH and have module support enabled the application should build without a problem. If you're building without module support you have to fetch the dependencies manually:

# fetch all dependencies
go get -u ./src/...

About

A simple wrapper application around restic and rclone

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages