mirror of https://github.com/digint/btrbk
documentation: replace subvolid=0 with subvolid=5
parent
6f38536052
commit
1cf004533c
|
@ -88,7 +88,7 @@ snapshot_dir _btrbk_snap
|
|||
# <volume-directory> Directory of a btrfs volume (or subvolume)
|
||||
# containing the subvolume to be backuped
|
||||
# (usually the mount-point of a btrfs filesystem
|
||||
# mounted with subvolid=0 option)
|
||||
# mounted with subvolid=5 option)
|
||||
#
|
||||
# Subvolume section: "subvolume <subvolume-name>
|
||||
#
|
||||
|
|
|
@ -44,7 +44,7 @@ SECTIONS
|
|||
Directory of a btrfs volume containing the source subvolume(s)
|
||||
to be backed up. '<volume-directory>' must be an absolute path
|
||||
and point to a btrfs volume (or subvolume). Usually the mount
|
||||
point of a btrfs filesystem mounted with the 'subvolid=0'
|
||||
point of a btrfs filesystem mounted with the 'subvolid=5'
|
||||
option.
|
||||
|
||||
*subvolume* <subvolume-name>::
|
||||
|
|
Loading…
Reference in New Issue