-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contradicting statements about use of hardlinks in documentation #5518
Comments
Need to have a look at the code for this. In general, you should only use |
Where exactly is the contradiction? Did you see the Unless? |
First just from a linguistical level: Also interpreting the content, it makes sense to me that the explanation of how hardlinks are being used in the second statement refers to the case without inplace, because the creation of a backup copy is omitted when using the option. |
Ah, right, so first needs to be rephrased to: "Hardlinks are needed for borg upgrade (if --inplace is not given)." |
Yes, that's what I thought (but I don't have the code insight to actually argue about it)! |
In the documentation (stable and master) under Usage/General/File Systems, it is stated that
However, in the borg-upgrade documentation it says that
which contradicts the above. From my experience when trying to use a WebDAV mount, using
borg upgrade
without--inplace
fails due to the lack of hard linking capability.Except for the mentioned issue of the repository not being recoverable in case of an error during a new snapshot process, is it generally safe to perform a (secondary of course) borg backup on a file system that does not support hard links (e.g. a WebDAV mount) by always using the
--inplace
option? Does this even work with create? On my mount it fails.The text was updated successfully, but these errors were encountered: