Version: 0.11.0, Package name: restic-0.11.0 |
Maintained by: Aaron Bieber |
Master sites: |
Description Restic is a program that does backups right and was designed with the following principles in mind: - Easy - Fast - Verifiable - Secure - Efficient It supports the following backends: - Local directory - sftp server (via SSH) - HTTP REST server (protocol rest-server) - AWS S3 (either from Amazon or using the Minio server) - OpenStack Swift - BackBlaze B2 - Microsoft Azure Blob Storage - Google Cloud Storage |
Filesize: 23518.54 KB |
Version History (View Complete History) |
|
2020-11-19 16:22:22 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update to v0.11.0 OK bket@ |
2020-09-23 17:02:55 by Aaron Bieber | Files touched by this commit (3) |
Log message: Update to restic 0.10.0. - enable aarch64 - switch to MODGO_* OK solene@ |
2020-04-17 17:59:50 by Stuart Henderson | Files touched by this commit (8) |
Log message: add a comment next to BROKEN-aarch64 to suggest trying removing it with the next update, hopefully vendored libs will be updated by then |
2020-04-14 15:38:00 by Stuart Henderson | Files touched by this commit (8) |
Log message: disable some golang ports on aarch64, failing builds mostly due to golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which suggests they have old vendored copies that don't include aarch64 support) |