]> arthur.barton.de Git - bup.git/blob - Documentation/bup-features.md
Update base_version to 0.34~ for 0.34 development
[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, which version of the Python interpreter is used, whether command
17 line editing is supported by `bup ftp`, or POSIX ACLs can be saved and
18 restored.
19
20 # EXAMPLES
21
22     $ bup features
23     bup 0.31~a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1
24     source a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1 2020-07-05 14:54:06 -0500
25         Python: 3.7.3
26         Command line editing (e.g. bup ftp): yes
27         Saving and restoring POSIX ACLs: yes
28     ....
29
30 # SEE ALSO
31
32 `bup-version`(1)
33
34 # BUP
35
36 Part of the `bup`(1) suite.