mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
Use Oracle documentation link
This commit is contained in:
parent
99cd7e2de4
commit
14cfad7bd2
1 changed files with 2 additions and 2 deletions
|
|
@ -489,7 +489,7 @@ reflink
|
|||
~~~~~~~
|
||||
|
||||
Either ``yes``, ``no``, or ``auto``, indicating whether to use copy-on-write
|
||||
file clones (a.k.a. "reflinks") instead of copying or moving files.
|
||||
`file clones`_ (a.k.a. "reflinks") instead of copying or moving files.
|
||||
The ``auto`` option uses reflinks when possible and falls back to plain
|
||||
copying when necessary.
|
||||
Defaults to ``no``.
|
||||
|
|
@ -501,7 +501,7 @@ documentation.
|
|||
The option is ignored if ``move`` is enabled (i.e., beets can move or
|
||||
copy files but it doesn't make sense to do both).
|
||||
|
||||
.. _reflink clone: https://blogs.oracle.com/otn/save-disk-space-on-linux-by-cloning-files-on-btrfs-and-ocfs2
|
||||
.. _file clones: https://blogs.oracle.com/otn/save-disk-space-on-linux-by-cloning-files-on-btrfs-and-ocfs2
|
||||
.. _pyreflink: https://reflink.readthedocs.io/en/latest/
|
||||
|
||||
resume
|
||||
|
|
|
|||
Loading…
Reference in a new issue