borgbackup/docs
Thomas Waldmann 9e6d90754e
remove remainders of append-only support
Some features like append-only repositories rely on a server-side component
that enforces them (because that shall only be controllable server-side,
not client-side).

So, that can only work, if such a server-side component exists, which is the
case for borg 1.x ssh: repositories (but not for borg 1.x non-ssh: repositories).

For borg2, we currently have:
- fs repos
- sftp: repos
- rclone: repos (enabling many different cloud providers)
- s3/b3: repos
- ssh: repos using client/server rpc code similar as in borg 1.x

So, only for the last method we have a borg server-side process that could enforce some features, but not for any of the other repo types.

For append-only the current idea is that this should not be done within borg,
but solved by a missing repo object delete permission enforced by the storage.

borg create could then use credentials that miss permission to delete,
while borg compact would use credentials that include permission to delete.
2025-04-28 18:55:15 +02:00
..
3rd_party remove docs of previously bundled blake2 code 2022-02-26 22:22:02 +01:00
_static revert logo colour to #00dd00 (per @TW) 2017-08-16 17:50:59 +02:00
_templates docs: fix template to support search result preview 2025-04-10 21:20:37 +02:00
binaries binary readme: first check faq and existing issues 2025-04-09 17:06:36 +02:00
borg_theme/css recreate: remove experimental status 2024-05-29 16:42:58 +02:00
deployment remove remainders of append-only support 2025-04-28 18:55:15 +02:00
internals remove remainders of quota support 2025-04-28 16:57:30 +02:00
man build_usage / build_man 2025-04-21 21:08:42 +02:00
misc docs: Remove --bypass-lock 2024-10-22 08:44:56 +02:00
usage remove remainders of append-only support 2025-04-28 18:55:15 +02:00
authors.rst fix levels in authors section 2016-11-04 21:14:59 -04:00
book.rst [DOCS] Move content of resources doc page to community project, #2088 2020-04-19 19:13:02 +02:00
changes.rst update CHANGES 2025-04-21 21:08:45 +02:00
changes_0.x.rst 'Want' fixes 2022-12-29 22:26:55 +00:00
changes_1.x.rst remove LocalCache 2024-09-07 22:00:31 +02:00
conf.py docs: add sphinxcontrib.jquery 2025-04-10 19:50:12 +02:00
deployment.rst add non-root deployment strategy 2024-02-24 21:17:01 +01:00
development.rst remove support for / testing on Python 3.9 2025-04-24 22:29:55 +02:00
faq.rst remove remainders of append-only support 2025-04-28 18:55:15 +02:00
global.rst.inc docs: update install docs, fixes #8342. 2024-12-29 18:08:42 +01:00
index.rst update CHANGES, split changelog by major version 2022-06-25 21:58:19 +02:00
installation.rst remove support for / testing on Python 3.9 2025-04-24 22:29:55 +02:00
internals.rst Docs grammar fixes 2022-12-29 22:26:54 +00:00
introduction.rst fix PDF rendering structure 2016-11-04 16:01:18 -04:00
Makefile fix homepage URL in all remaining places 2015-10-09 15:54:04 -04:00
man_intro.rst src: fix man page names 2024-09-08 18:11:41 +02:00
quickstart.rst remove remainders of quota support 2025-04-28 16:57:30 +02:00
quickstart_example.rst.inc docs: update about archive series 2024-09-18 14:05:12 +02:00
support.rst docs: reflow some really long lines 2020-03-11 16:27:57 -07:00
usage.rst add undelete command to index 2024-11-18 02:30:58 +01:00
usage_general.rst.inc [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:22:59 +01:00