Skip to content

Commit

Permalink
Added the description to changelog/unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Apr 2, 2023
1 parent 855bb60 commit 85d47b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog/unreleased/pull-4276
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Enhancement: Implement web server to browse snapshots

Currently the canonical way of browsing a repository's snapshot to view
or restore files is `mount`. Unfortunately `mount` depends on fuse which
is not available on all operating systems.

The new `restic serve` command presents a web interface to browse a
repository's snapshots. It allows to view and download individual files
or group of files (as an archive) from snapshots.

https://github.com/restic/restic/pull/4276
https://github.com/restic/restic/issues/60

0 comments on commit 85d47b5

Please sign in to comment.