]> arthur.barton.de Git - bup.git/blob - Documentation/bup-features.md
959905e78e750941ffd2eca1601ab89ccc873734
[bup.git] / Documentation / bup-features.md
1 % bup-features(1) Bup %BUP_VERSION%
2 % Rob Browning <rlb@defaultvalue.org>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-features - report the current status and capabilities of bup itself
8
9 # SYNOPSIS
10
11 bup features
12
13 # DESCRIPTION
14
15 `bup features` reports information about the current bup installation,
16 for example, whether command line editing is supported by `bup ftp`,
17 or POSIX ACLs can be saved and restored.
18
19 # EXAMPLES
20
21     $ bup features
22     bup 0.31~a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1
23     source a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1 2020-07-05 14:54:06 -0500
24     Command line editing (e.g. bup ftp): yes
25     Saving and restoring POSIX ACLs: yes
26     ....
27
28 # SEE ALSO
29
30 `bup-version`(1)
31
32 # BUP
33
34 Part of the `bup`(1) suite.