borg-hive 0.0.2

Automated backups using Borg Backup
1
2
3
4
5
error_chain!{
    foreign_links {
        Io(::std::io::Error);
    }
}