-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
51 lines (30 loc) · 1.11 KB
/
README
File metadata and controls
51 lines (30 loc) · 1.11 KB
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
bdsync-manager
==============
bdsync-manager maintains and executes your synchronization tasks of local or remote blockdevices with the help of bdsync (https://github.com/TargetHolding/bdsync). It simplifies the setup of regular synchronization operations.
bdsync-manager is written in Python and licensed under the GPL v3 or later (http://www.gnu.org/licenses/gpl.txt).
See the website (http://www.nongnu.org/bdsync-manager/) for more details.
Dependencies
------------
* Python 3
* Python module 'plumbum' (http://plumbum.readthedocs.org/en/latest/)
Usage / Installation
--------------------
There are three options for installing and/or using bdsync-manager.
Python's package manager 'pip'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Installation:
pip install bdsync-manager
Usage:
bdsync-manager
Release archive
^^^^^^^^^^^^^^^
Download and extract the latest release:
http://download.savannah.gnu.org/releases/bdsync-manager/
Usage:
./bdsync-manager
Git checkout
^^^^^^^^^^^^
Checkout the latest state of the development repository:
git clone git://git.savannah.nongnu.org/bdsync-manager.git
Usage:
./bdsync-manager