-
Notifications
You must be signed in to change notification settings - Fork 1
/
butterrc.5
82 lines (70 loc) · 1.58 KB
/
butterrc.5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.\" Text automatically generated by txt2man
.TH butter 5 "06 January 2016" "" ""
.SH NAME
\fBbutterrc \fP- butter configuration
\fB
.SH SYNOPSIS
.nf
.fam C
\fBSet\fP \fIsome\fP \fIglobal\fP \fIvariables\fP \fIfor\fP butter.
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
butterrc is a bash shell script that will be sourced after butter sets its
built-in \fIglobal\fP \fIvariables\fP.
.SH PATHS
butter_root
.PP
.nf
.fam C
This is where your btrfs root should be mounted.
default value is /mnt/butter.
.fam T
.fi
butter_host
.PP
.nf
.fam C
This will identify your host in the $butter_root folder.
default value is either:
o The value of /etc/machine-id; should the file exist
o The output of `uname -n`
.fam T
.fi
.SH PROPERTIES
butter_prop_prefix
.PP
.nf
.fam C
This will be used for all properties used by butter. It must begin with
"^user." (see xattr(7)).
default value is "user.be.popho.butter"
.fam T
.fi
default_max_snapshots
.PP
.nf
.fam C
This number is the default number of snapshots to keep for any given
subvolume. If there are no specific instructions given to butter(8)
while snapshotting, this number will be used.
default value is "5"
.fam T
.fi
default_rm_snapshots
.PP
.nf
.fam C
This number is the default number of snapshots to remove when using
`butter snapremove`, if no specific instructions are given.
default value is "1"
.fam T
.fi
butter_prop_array
.PP
.nf
.fam C
This array contains a list of allowed properties to set on the different
subvolumes that butter will handle.