1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-19 00:12:55 +00:00
Wrapper to execute a duplicity backup using a configuration file
Go to file
2016-05-23 21:11:02 +02:00
Godeps Send notifications only on some commands 2016-05-23 11:54:45 +02:00
vendor Added missing vendored packages 2016-05-23 12:19:19 +02:00
.gitignore Initial version 2016-05-22 15:04:37 +02:00
.gobuilder.yml Added version writing to install / gobuilder 2016-05-23 13:20:01 +02:00
.travis.yml Do not test on go1.5 (we're using go1.6 vendoring) 2016-05-22 15:20:01 +02:00
bindata.go Support forcing a full backup 2016-05-23 21:11:02 +02:00
bufferedLineWriter.go Fix: Unexported constructor for private struct 2016-05-23 16:04:50 +02:00
config.example.yaml Implemented notifications 2016-05-23 10:41:20 +02:00
configfile_test.go Initial version 2016-05-22 15:04:37 +02:00
configfile.go Support forcing a full backup 2016-05-23 21:11:02 +02:00
duplicity_backup_suite_test.go Initial version 2016-05-22 15:04:37 +02:00
help.txt Support forcing a full backup 2016-05-23 21:11:02 +02:00
History.md Prepared release v0.4.1 2016-05-23 16:05:08 +02:00
LICENSE Added LICENSE and README 2016-05-22 15:16:01 +02:00
main.go Fix: Unexported constructor for private struct 2016-05-23 16:04:50 +02:00
Makefile Fix: Unexported constructor for private struct 2016-05-23 16:04:50 +02:00
notification.go Send notifications only on some commands 2016-05-23 11:54:45 +02:00
README.md Added build-status badge 2016-05-22 15:18:27 +02:00

Download on GoBuilder License: Apache v2.0 Go Report Card Build Status

Luzifer / duplicity-backup

duplicity-backup is a wrapper to execute a duplicity backup using a configuration file. It is designed to simplify handling backups on and restores from remote targets. All information required for the backup is set using the configuration file. Also the wrapper notifies targets (slack / mondash) about successful and failed backups.