1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

Merge pull request #5595 from ThomasWaldmann/docs-hardlinks-master

Docs hardlinks master (fwd port)
This commit is contained in:
TW 2020-12-26 00:31:15 +01:00 committed by GitHub
commit 5abc4eb5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,4 +26,6 @@ and readable after one of the failures mentioned above occurred, run
it should be a move (not a copy) operation, and in case of a directory
it should fail if the destination exists and is not an empty directory,
since this is used for locking.
- Hardlinks are needed for :ref:`borg_upgrade` ``--inplace``
- Hardlinks are needed for :ref:`borg_upgrade` (if ``--inplace`` option is not used).
Also hardlinks are used for more safe and secure file updating (e.g. of the repo
config file), but the code tries to work also if hardlinks are not supported.