BorgBackup: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "== References == * [https://github.com/borgbackup/borg Borg on GitHub] == Install on Ubuntu 16.04 == * https://borgbackup.readthedocs.io/en/stable/installation.html * https:/...")
 
Line 11: Line 11:
sudo pip3 install "borgbackup==1.1.0b5"
sudo pip3 install "borgbackup==1.1.0b5"
</source>
</source>

== Tips ==
=== Multiple client ===
* [https://github.com/borgbackup/borg/issues/2313 borg create without syncing cache]
: Implements [https://github.com/borgbackup/borg/issues/916 #916], and [https://github.com/borgbackup/borg/issues/474 Borgception].

Revision as of 15:39, 7 May 2017

References

Install on Ubuntu 16.04

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.