2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-10 12:52:21 +00:00
restic/changelog/unreleased
Michael Eischer dbbeac7174 prune: Add unsafe option to recover from no free space
The new option allows prune to operate with nearly no scratch space by only removing
no longer necessary pack files and first deleting the index before
rebuilding it. By first deleting the index it becomes safe to just
delete no longer necessary pack files. However, as a downside there's
now the risk that the repository becomes inaccessible if prune fails.

To recover from that problem a user might have to manually delete the
repository index and then run (a full) `rebuild-index` again.
2022-04-30 19:21:07 +02:00
..
.gitignore Add gitignore to changelog/unreleased 2020-11-05 09:01:32 +01:00
issue-21 Amend changelog 2022-04-30 11:34:10 +02:00
issue-1153 prune: Add unsafe option to recover from no free space 2022-04-30 19:21:07 +02:00
issue-2248 Refactor file handing for self-update. 2022-04-09 21:40:33 +02:00
issue-3428 add changelogs 2022-04-09 12:26:31 +02:00
issue-3432 add changelogs 2022-04-09 12:26:31 +02:00
issue-3465 Simplify and comment TempFile implementation for windows 2022-04-09 23:37:58 +02:00
issue-3685 Fix diff 2022-03-29 21:05:11 +02:00
issue-3692 Fix rclone (scoop shim) and sftp issue due to detached console on Windows 2022-04-03 17:53:17 +08:00
pull-3419 Use config file modes to derive new dir/file modes 2022-04-30 15:59:51 +02:00
pull-3475 Add changelog for local/sftp connection limit 2022-04-30 13:36:47 +02:00
pull-3484 add missing streamPacks changelog 2022-04-23 11:50:19 +02:00
pull-3513 copy: Implement by reusing repack 2022-03-26 20:47:15 +01:00
pull-3680 fix changelog name 2022-04-23 11:37:00 +02:00
pull-3716 Print password error message on stderr 2022-04-20 22:22:09 +02:00