BorgBackup: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== References == |
== References == |
||
* [https://github.com/borgbackup/borg Borg on GitHub] |
* [https://github.com/borgbackup/borg Borg on GitHub] |
||
== To Do == |
|||
To do list. |
|||
== Install on Ubuntu 16.04 == |
== Install on Ubuntu 16.04 == |
Revision as of 15:42, 7 May 2017
References
To Do
To do list.
Install on Ubuntu 16.04
- https://borgbackup.readthedocs.io/en/stable/installation.html
- https://github.com/borgbackup/borg/releases
sudo apt install python3 python3-dev python3-pip python-virtualenv libssl-dev openssl libacl1-dev libacl1 liblz4-dev liblz4-1 build-essential
sudo apt install libfuse-dev fuse pkg-config # optional, for FUSE support
sudo pip3 install "borgbackup==1.1.0b5"
Tips
Multiple client
- Implements #916, and Borgception.