1AA.CONF(5)                        AutoArchive                       AA.CONF(5)
2
3
4

NAME

6       aa.conf - AutoArchive Configuration File
7

SYNOPSIS

9       ~/.config/aa/aa.conf
10       /etc/aa/aa.conf
11
12

FILE FORMAT

14       There are two configuration files for AutoArchive -- system- and user-.
15       System configuration file's location is: "/etc/aa/aa.conf".  User  con‐
16       figuration  file's  location  is  by  default:  "~/.config/aa/aa.conf".
17       Options in the user file have higher priority.  Note that some  options
18       can  only  be specified in the system file (see the list of the options
19       below).
20
21       Structure is similar to the archive specification file --  options  are
22       divided into sections.  A section begins with the section name enclosed
23       in square brackets.  Sections contains variables which  represents  the
24       options.
25
26       Variables are written in the option-name = value form, one variable per
27       line.  Boolean values are written as yes  and  no.   For  path  values,
28       tilde  (~)  is  expanded to the user's home.  Form option-name = can be
29       used to specify a variable with undefined value.
30
31       Lines beginning with # or ; are ignored and may be used for comments.
32
33       Two sections are valid: [General] and  [Archive].   Both  are  optional
34       although  a configuration file without any section at all is considered
35       invalid.
36
37   Section [General]
38       Contains configuration options for the program  itself,  which  do  not
39       alter the backup creation.
40
41       Options valid in the [General] section:
42
43          · verbose
44
45          · quiet
46
47          · archive-specs-dir
48
49          · user-config-file
50
51            This option can not be specified in the user configuration file.
52
53          · user-config-dir
54
55            This option can not be specified in the user configuration file.
56
57       See aa(1) for their description.
58
59   Section [Archive]
60       This  section  contains configuration options which are specific to the
61       backup creation.
62
63       Options valid in the [Archive] section:
64
65          · archiver
66
67          · compression-level
68
69          · dest-dir
70
71          · overwrite-at-start
72
73          · incremental
74
75          · restarting
76
77          · restart-after-level
78
79          · restart-after-age
80
81          · full-restart-after-count
82
83          · full-restart-after-age
84
85          · max-restart-level-size
86
87          · remove-obsolete-backups
88
89          · keep-old-backups
90
91          · number-of-old-backups
92
93          · command-before-all-backups
94
95          · command-after-all-backups
96
97          · command-before-backup
98
99          · command-after-backup
100
101          · force-archiver
102
103          · force-incremental
104
105          · force-restarting
106
107          · force-compression-level
108
109          · force-dest-dir
110
111          · force-overwrite-at-start
112
113       See aa(1) for their description.
114

LICENSE

116       This program is free software: you can redistribute it and/or modify it
117       under  the  terms  of  the GNU General Public License version 3 as pub‐
118       lished by the Free Software Foundation.
119
120       This program is distributed in the hope that it  will  be  useful,  but
121       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
122       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
123       Public License for more details.
124
125       You should have received a copy of the GNU General Public License along
126       with this program.  If not, see <http://www.gnu.org/licenses/>.
127

SEE ALSO

129       aa(1), aa_arch_spec(5)
130
132       2003 - 2017, Robert Cernansky
133
134
135
136
1371.4.1                            Sep 22, 2017                       AA.CONF(5)
Impressum