README.md

changeset 142
ad1d4a29ec75
parent 140
a70ba964f455
equal deleted inserted replaced
141:a1c97bc1789e 142:ad1d4a29ec75
26 [Borg Backup]: https://www.borgbackup.org/ 26 [Borg Backup]: https://www.borgbackup.org/
27 27
28 ## Installation 28 ## Installation
29 29
30 Borgend naturally requires [Borg Backup][] to be installed as well as a working 30 Borgend naturally requires [Borg Backup][] to be installed as well as a working
31 [Python 3](https://www.python.org/) installation. Install both according to the 31 [Python 3](https://www.python.org/) installation. Install both according to the
32 instructions for your operating system. With this done, located in the top-level 32 instructions for your operating system. With this done, located in the top-level
33 directory of the borgend source tree, you can install borgend 33 directory of the borgend source tree, you can install borgend
34 34
35 pip3 install . 35 pip3 install .
36 36
37 This will also install some additional Python libraries 37 This will also install some additional Python libraries
42 Now you can start borgend with 42 Now you can start borgend with
43 43
44 borgend 44 borgend
45 45
46 Before this, you will probably, however, want to create a configuration file as detailed below. A standalone application, explained below, can be more convenient for access to passwords from the system keyring. 46 Before this, you will probably, however, want to create a configuration file as detailed below. A standalone application, explained below, can be more convenient for access to passwords from the system keyring.
47
48 If you do not wish to install borgend and would rather run it in-place, use
49
50 python3 -m borgend
51
52 in the toplevel directory of the borgend source tree.
53
47 54
48 ## Usage and configuration 55 ## Usage and configuration
49 56
50 ### Configuration file 57 ### Configuration file
51 58

mercurial