1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 17:57:59 +00:00
borg/docs
Thomas Waldmann 9b3a0023c3
repo-list: add hostname/username/comment to default format, reorder, adjust
borg 1.x encouraged users to put everything into the archive name:
- name of the dataset
- timestamp (usually used to make the archive name unique)
- maybe also hostname (when backing up to same repo from multiple hosts)
- maybe also username (when backing up to same repo from multiple users)

borg2 now discourages users from putting the timestamp into the name,
because we rather want same name within a series of archives - thus,
the field width for the name can be narrower.

the ID of the archive is now the only unique identifier, thus it is
moved to the leftmost place.
256bits (64 hex digits) was a bit much and as borg can also deal with
abbreviated IDs, we only show 32bits (8 hex digits) by default.

the ID is followed by the timestamp (also quite "interesting", because
it usually differs for different archives).

then following are: archive name, user name, host name - these might be
always the same if there is only one series of archives in a repo.

use 2 blanks separating the fields for better readability.
2024-09-26 15:53:36 +02:00
..
3rd_party
_static
_templates
binaries add docs/binaries/00_README.txt 2024-07-19 14:43:30 +02:00
borg_theme/css recreate: remove experimental status 2024-05-29 16:42:58 +02:00
deployment docs: update about archive series 2024-09-18 14:05:12 +02:00
internals files cache improvements, fixes #8385, fixes #5658 2024-09-20 00:40:49 +02:00
man build_usage build_man 2024-09-09 16:58:06 +02:00
misc
usage repo-list: add hostname/username/comment to default format, reorder, adjust 2024-09-26 15:53:36 +02:00
authors.rst
book.rst
changes.rst fix markup error in change log 2024-09-25 23:53:15 +02:00
changes_0.x.rst
changes_1.x.rst remove LocalCache 2024-09-07 22:00:31 +02:00
conf.py
deployment.rst add non-root deployment strategy 2024-02-24 21:17:01 +01:00
development.rst scripts: update docs about make.py 2024-02-09 17:37:44 +01:00
faq.rst FAQ: Why is backing up an unmodified FAT filesystem slow on Linux? 2024-09-23 10:36:56 +02:00
global.rst.inc github CI: misc updates 2024-03-15 18:19:15 +01:00
index.rst
installation.rst msys2: disable SETUPTOOLS_USE_DISTUTILS=stdlib hack 2024-09-19 12:36:18 +02:00
internals.rst
introduction.rst
Makefile
man_intro.rst src: fix man page names 2024-09-08 18:11:41 +02:00
quickstart.rst add support for rclone:// repositories (via borgstore) 2024-09-22 22:26:07 +02:00
quickstart_example.rst.inc docs: update about archive series 2024-09-18 14:05:12 +02:00
support.rst
usage.rst remove "borg config" docs 2024-09-09 13:42:31 +02:00
usage_general.rst.inc