Skip to content

Releases: restic/restic

restic 0.2.0

30 Jul 09:48
@fd0 fd0
v0.2.0
Compare
Choose a tag to compare

This is the second public release of restic.

v0.2.0 (2016-07-30)

Full Changelog

Implemented enhancements:

  • Allow reading exclude patterns from a file #416
  • Archiver: Use directio to avoid caching data #401

Fixed bugs:

  • Building fails: import cycle not allowed #534
  • restic -r check / error for tree #528
  • minio update broke compatibility with Google Cloud Storage #520
  • building restic on raspbian jessie with golang 1.3.3 fails #501
  • --exclude seems confused by leading & trailing slashes #499
  • minor: gb test leaves temporary mount behind #494
  • restic backup into existing repository fails with error "encoding/hex: invalid byte: U+002E '.'" #474
  • Repository broken after optimize #434

Closed issues:

  • Backend: Amazon Glacier #541
  • Error during first backup #538
  • AWS Access Keys #521
  • Feature Request: Storage Backend "Amazon Cloud Drive" #508
  • sftp on windows #505
  • syncany could be a good inspiration software: plugins! #492
  • Compilation on Fedora 23 fails #491
  • Ignore index files with invalid names #475
  • documentation: integrate manual into main repo #452
  • Feature: Backup data read from stdin #255
  • Add documentation to explain terminology #42

Merged pull requests:

  • Fix fuse panic with empty files #554 (fd0)
  • Update minio-go #553 (fd0)
  • Explicitly Close() obj after ReadFull() #552 (benagricola)
  • idset.go: micro-optimise away redundant scan #548 (mappu)
  • Don't report valid types as invalid #545 (fd0)
  • Updates for build.go #543 (mappu)
  • Fix typo in Manual.md #537 (xet7)
  • Update minio-go #531 (fd0)
  • Added Minio.io configuration steps to run as backend for restic. #525 (koolhead17)
  • Fix flaky worker cancel test #516 (fd0)
  • Traverse paths in the same order as parent snapshot #515 (viric)
  • Better backup parent snapshot search. Part of #513 #514 (viric)
  • Cleanups and test functions #511 (fd0)
  • Allow reading data from stdin #509 (fd0)
  • Update minio-go #507 (fd0)
  • Add option to restore latest snapshot with optional path and source filters #503 (gerdus)
  • Update crypto library #502 (fd0)
  • Fix exclude filters with trailing slash #500 (fd0)
  • Fix CI tests #498 (fd0)
  • Expand environment-variables in exclude-files #497 (Thor77)
  • doc: point to correct gb arg for go get #496 (jzacsh)
  • Umount fuse in tests #495 (fd0)
  • add debian stable help #489 (xmaka)
  • Purge read and written data from OS cache #487 (fd0)
  • Change ErrNoKeyFound message #484 (mholt)
  • Update chunker #482 (fd0)
  • Use tempfiles for not-yet-uploaded pack files #481 (fd0)
  • rest backend: Remove indirection on http.Client #477 (fd0)
  • Ignore invalid index files #476 (fd0)
  • Fix coveralls.io service #473 (fd0)
  • Update chunker #472 (fd0)
  • Refactor src/restic/cmd to src/cmds #471 (fawick)
  • Added missing handle to the s3.Stat log message output #468 (ckemper67)
  • Merging restic-server #467 (fawick)
  • Add REST backend #464 (fd0)
  • doc: Reduce text in README, add to Manual #462 (fd0)
  • Debug issue #434 #459 (fd0)

restic 0.1.0

14 Sep 17:58
@fd0 fd0
v0.1.0
Compare
Choose a tag to compare

This is the first public release of restic.