Thomas Waldmann
3f9ad883cb
manual fixes
...
sometimes the AI got it wrong.
also some other fixes.
2025-08-17 16:05:51 +02:00
Thomas Waldmann
6602cf1679
docs: fix typos and grammar
2025-08-11 15:26:24 +02:00
TW
839434891c
Merge pull request #8643 from httpdev/fix-docs-automated-local-sytemd-wants-1.4
...
docs: modify docs for automated backup to append to SYSTEMD_WANTS
2025-01-22 22:44:05 +01:00
jan
fc0c799dbb
docs: modify docs for automated backup to append to SYSTEMD_WANTS rather than overwrite
...
fixes #8641
In the example, setting SYSTEMD_WANTS instead of appending may prevent
other autostart services attached by earlier udev rules from launching.
This commit changes = to += to fix this behavior.
2025-01-19 14:54:28 +01:00
jan
5634e49fe6
docs: fix udev rule priority in automated-local.rst
...
fixes #8639
The priority of 40 for the udev rules as stated in to documentation
applies the rule too early on some systems, which prevents the rule from
matching. This commit changes the priority to 80.
2025-01-19 14:53:36 +01:00
Eddie Carswell
4f110f8bde
Update repository URLs in docs to use new syntax
...
Fixes #8361
Signed-off-by: Eddie Carswell <eddiecarswell13@yahoo.com>
2024-09-10 18:08:18 -05:00
Ruben Rodriguez
54c902474f
docs: align /etc/backups path in all references
2024-08-04 19:46:34 +02:00
Thomas Waldmann
7e166598d5
docs: remove tabs
2024-02-25 12:19:06 +01:00
Stephan Herbers
3172bda300
add restore considerations paragraph
2024-02-22 11:56:28 +01:00
Stephan Herbers
9abacabf51
Apply suggestions from code review
...
Co-authored-by: NetSysFire <59517351+NetSysFire@users.noreply.github.com>
2024-02-21 13:00:27 +01:00
Stephan Herbers
599514a247
add non-root deployment strategy
2024-02-21 12:25:48 +01:00
zDEFz
2cefe8f53d
Add backup by SERIAL method ( #7934 )
...
docs: create disk/partition sector backup by disk serial number
2023-11-13 22:03:09 +01:00
azrdev
69d71d99bf
automated-local.rst: Partition table UUID match works for MBR too
...
not only GPT
2023-10-27 20:15:05 +02:00
azrdev
b61a565fbc
automated-local.rst: use GPT UUID for consistent udev rule
2023-10-27 20:14:50 +02:00
Thalian
2694652e37
#6407 - Document Borg 1.2 pattern behavior change
...
Backport from master: Make clear that absolute paths always go into the matcher as if they are relative (without leading slash). Adapt all examples accordingly.
2022-05-27 15:14:01 +02:00
Michael Bauer
1345f06f2b
use --numeric-ids in pull doc
...
replace flag --numeric-owner with --numeric-ids
2022-03-10 08:34:27 +03:00
Andrey Bienkowski
dbfef31783
borg serve: improve ssh forced commands docs ( #6083 )
...
borg serve: improve ssh forced commands docs
Co-authored-by: Andrey Bienkowski <hexagon-recursion@posteo.net>
2021-12-10 18:11:25 +01:00
TW
1e7c1414b0
Merge pull request #5902 from ThomasWaldmann/pull-chroot-problematic-1.1
...
docs: pull mode: add some warnings, fixes #5827
2021-07-11 18:07:14 +02:00
Matthew R. Trower
1e01aca301
docs: remove /var/cache exclusion in example commands
...
This is generally a poor idea and shouldn't be promoted through examples.
Fixes #5625
2021-02-12 14:32:33 -06:00
Robin Schneider
fb38ba579f
Use HTTPS everywhere (mechanical edit using util from https-everywhere)
...
Ref: https://github.com/EFForg/https-everywhere/tree/master/utils/rewriter
```Shell
~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
```
A few changes were reset/fixed manually before the commit.
2020-12-22 16:36:40 +01:00
Nehalenniæ Oudin
810d82395d
Complete documentation on append-only remote repos ( #5519 )
...
improve docs/FAQ about append-only remote repos, fixes #5497
2020-12-06 15:53:39 +01:00
Guinness
3278d253c5
Update the documentation on hacked backup client.
...
Fixes #5480 .
2020-11-13 10:31:05 +01:00
Samuel BF
7e60a5e052
Rephrasing doc on deployement with ansible
2020-11-06 14:28:27 +01:00
Samuel-BF
e18649d2d2
Doc / Deployment with ansible: pacman -> package
...
Using "package" ansible module make the ansible playbook able to run
against most unix OSes. Pacman module only works with Arch and derivatives.
Also : changing state from "latest" to "present". Ansible should not be
a way to keep your system up-to-date : it's a configuration management
system and, as such, should not change anything if neither the playbook
nor the machine changed its state (idempotency).
Reference : https://github.com/ansible/ansible-lint/blob/master/lib/ansiblelint/rules/PackageIsNotLatestRule.py#L24
2020-11-06 14:28:01 +01:00
Aleksey Korol
aef5e89126
Add ssh-agent pull backup method to doc ( #5288 )
...
deployment docs: add ssh-agent pull backup method
Co-authored-by: Король Алексей <a.korol@npp-crts.ru> (main work)
Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
2020-09-25 14:20:29 +02:00
nod0n
c8efc4a944
fix typo
2020-09-03 17:12:54 +02:00
Benedikt Seidl
6a1f31bf29
[DOCS] Add socat pull mode ( #5150 )
...
docs: describe socat pull mode, fixes #900
also: fix sphinx deprecation warning
borg/docs/conf.py:114: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead.
2020-06-23 02:09:35 +02:00
Thalian
d0054f4482
[DOC] linked recommended restrictions to ssh public keys on borg servers in faq, #4946
...
fixes #4946
2020-04-08 03:02:50 +02:00
Thalian
08a7661e67
[FEATURE] #4489 – Deprecate --nobsdflags option
...
Replaced by --noflags. In internal data structure the key 'bsdflags' is kept for backwards compatibility.
2020-03-25 06:35:15 +01:00
Thalian
a89539439e
#1552 Deployment Pull Backup ( #4804 )
...
docs: add a pull backup / push restore how-to, fixes #1552
2019-11-02 13:48:32 +01:00
ntova
627ca1376b
Fix various code blocks in the docs ( #4708 )
...
Fix various code blocks in the docs
- rst markup: put codeblock markup on separate line to make it better visible / separate it from normal text colons.
- borg help texts in archiver.py: put codeblock markup instead of colon - that way it looks like a single colon when using the cli help and also works as code block markup.
2019-08-09 23:13:11 +02:00
Thomas Waldmann
061321b668
update requirements and install docs about bundled lz4 and zstd
2017-12-18 22:55:00 +01:00
Milkey Mouse
c0edc60ca6
Move image backup-related FAQ entries to a new page
2017-11-23 12:14:35 -08:00
enkore
36d22ae240
Merge pull request #2732 from rugk/docs-sshrestrict
...
Simplify ssh authorized_keys file
2017-06-23 16:16:34 +02:00
rugk
41248bbab1
Add legacy note & normalize order
2017-06-23 14:50:00 +02:00
rugk
b27b9894d1
Simplify ssh authorized_keys file
...
Just using "restrict"; closes https://github.com/borgbackup/borg/issues/2121
2017-06-23 13:28:49 +02:00
Marian Beermann
5aa865c8d8
docs: double backticks for --options
2017-06-17 12:27:53 +02:00
Marian Beermann
25bee21253
docs: deployment: Automated backups to a local hard drive
2017-06-11 20:46:53 +02:00
Marian Beermann
13fe802713
docs: deployment: hosting repositories
2017-06-09 16:08:47 +02:00
Marian Beermann
c5d2c7c799
docs: split deployment
2017-06-09 16:00:46 +02:00