summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* mathjaxFreexian Packaging Team2023-03-01
| | | | Gbp-Pq: Topic privacy Gbp-Pq: Name mathjax.patch
* installation_badgeFreexian Packaging Team2023-03-01
| | | | Gbp-Pq: Topic privacy Gbp-Pq: Name installation_badge.patch
* New upstream version 2.0.0b5Helmut Grohne2023-02-28
|
* New upstream version 2.0.0b4Helmut Grohne2023-01-14
|
* build_manThomas Waldmann2022-12-24
|
* build_usageThomas Waldmann2022-12-24
|
* update CHANGESThomas Waldmann2022-12-24
|
* remove deprecated --prefix from docs, fixes #7109Thomas Waldmann2022-12-24
| | | | | | | also: - rather mention --glob-archives - rather test --glob-archives
* update CHANGESThomas Waldmann2022-12-17
|
* update automating backups script (#7039)Emmanuel Tanimowo2022-09-21
| | | | update "automating backups" script: remove last backslash, use --glob-archives
* update CHANGESThomas Waldmann2022-08-20
|
* build_usage ; build_manThomas Waldmann2022-08-20
|
* fix sphinx warningsThomas Waldmann2022-08-20
|
* update CHANGESThomas Waldmann2022-08-06
|
* Merge pull request #6914 from ThomasWaldmann/update-changes-1.2TW2022-07-30
|\ | | | | update CHANGES
| * update CHANGESThomas Waldmann2022-07-30
| |
* | Merge pull request #6911 from horazont/docs/internal-details-1.2TW2022-07-30
|\ \ | |/ |/| docs(1.2): provide more details on object layout
| * docs: provide more details on object layoutJonas Schäfer2022-07-30
| | | | | | | | | | | | | | | | | | | | | | While writing my own out-of-band decoder, I had a hard time figuring out how to unpack the manifest. From the description, I was only able to read that the manifest is msgpack'd, but I had not been able to figure out that it's also going through the same encryption+compression logic as all other things do. This should make it a little clearer and provide the necessary information to understand how the compression works.
* | update CHANGESThomas Waldmann2022-07-29
|/
* docs: add info on man page installation (#6894)remyabel22022-07-27
|
* docs: update archive_progress json description about "finished", see #6570Thomas Waldmann2022-07-25
|
* Merge pull request #6197 from hexagonrecursion/expectTW2022-07-07
| | | Automate asciinema screencasts
* docs: json progress_percent: some values are optional, fixes #4074Thomas Waldmann2022-07-01
| | | | | | | | | | | | | in the finished == true message, these are missing: - message - current / total - info This is to be somewhat consistent with #6683 by only providing a minimal set of values for the finished case. The finished messages is primarily intended for cleanup purposes, e.g. clearing the progress display.
* [DOCS] #5960 - FAQ: Full quota / full diskThalian2022-06-29
| | | | Backport from master.
* Commit shell syntax for installation using gittarghs2022-06-12
|
* build_manThomas Waldmann2022-06-05
|
* build_usageThomas Waldmann2022-06-05
|
* update CHANGESThomas Waldmann2022-06-05
|
* Merge pull request #6751 from ThomasWaldmann/update-changes-1.2TW2022-06-05
|\ | | | | update CHANGES (1.2)
| * update CHANGESThomas Waldmann2022-06-05
| |
* | Merge pull request #6749 from fantasya-pbem/docs/4776_FAQ_swapped-targets_mainTW2022-06-05
|\ \ | |/ |/| [DOCS] #4776 - FAQ: How to swap backup media
| * [DOCS] #4776 - FAQ: How to swap backup mediaThalian2022-06-05
| | | | | | | | Backport from master.
* | update CHANGES with 1.1.18 changelogThomas Waldmann2022-06-05
|/
* update CHANGESThomas Waldmann2022-05-27
|
* #6407 - Document Borg 1.2 pattern behavior changeThalian2022-05-27
| | | | 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.
* Fix typos (#6688)Andrea Gelmini2022-05-15
| | | | | | fix typos Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
* docs: authentication primitives: improved security and performance infos ↵Christopher Klooz2022-05-14
| | | | | (1.2) (#6692) docs: authentication primitives: improved security and performance infos
* docs: mention BORG_FILES_CACHE_SUFFIX as alternative to ↵Thomas Waldmann2022-05-07
| | | | BORG_FILES_CACHE_TTL, fixes #5602
* Add a troubleshooting note to the FAQAndrey Bienkowski2022-04-24
|
* FAQ: add a hint about --debug-topic=files_cacheThomas Waldmann2022-04-20
|
* Merge pull request #6589 from ThomasWaldmann/docs-virt-1.2TW2022-04-13
|\ | | | | virtualisation speed tips
| * virtualisation speed tipsThomas Waldmann2022-04-13
| |
* | docs: fix values of TAG bytes, fixes #6515Thomas Waldmann2022-04-12
|/
* (docs) Recommend umask for passphrase file permsJonathan Rascher2022-04-09
| | | | | The previous sample for creating a ~/.borg-passphrase file creates it first and then chmod's it to 400 permissions. That's probably fine in practice, but means there's a tiny window where the passphrase file is sitting with default permissions (likely world readable, depending on the system umask). It seems safer to first change the umask to remove all group & world bits (0077) _before_ creating the file. To be polite and avoid messing with the user's previous umask, we do this in a subshell. (Note that umask 0077 leads to a mode of 600 rather than the previous 400, because removing the owner write bit doesn't seem to buy much since the owner can just chmod the file anyway.)
* docs: update link to ubuntu packages, fixes #6485Thomas Waldmann2022-03-26
|
* use --numeric-ids in pull docMichael Bauer2022-03-10
| | | replace flag --numeric-owner with --numeric-ids
* pyupgrade --py38-plus ./**/*.pyThomas Waldmann2022-02-27
|
* remove blake2 docs, blake2 code not bundled any more, fixes #6371Thomas Waldmann2022-02-27
|
* docs: Clarify on-disk order and size of log entry fields (#6357)Julian Picht2022-02-25
| | | | | | | | docs: clarify on-disk order and size of log entry fields The order of the fields of a log entry on disk is CRC32 first, the docs had the size first. I tried to make this list similar to the HashIndex struct description.
* docs: do not transform --/--- to unicode dashesThomas Waldmann2022-02-23
|