Bup: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Install on Lacie-Cloudbox == <source lang="bash"> git clone https://github.com/bup/bup ipkg install attr libacl ipkg install python27 py27-tornado py27-pip which python whi...") |
No edit summary |
||
Line 1: | Line 1: | ||
== References == |
|||
* [https://github.com/bup/bup Bup on GitHub] |
|||
* [https://bup.github.io/ Bup website] |
|||
Bup reviews: |
|||
* [http://blog.wrouesnel.com/articles/bup%20-%20towards%20the%20perfect%20backup/ Bup - towards the perfect backup]. |
|||
: Also details how to setup snapshot on Windows using <code>vscsc</code> to make consistent backups. |
|||
* [https://lwn.net/Articles/380983/ Git-based backup with bup] |
|||
: Someone commented that par2 should be replaced by [https://github.com/tahoe-lafs/zfec zfec]. |
|||
== Install on Lacie-Cloudbox == |
== Install on Lacie-Cloudbox == |
||
<source lang="bash"> |
<source lang="bash"> |
Revision as of 06:51, 27 April 2017
References
Bup reviews:
- Also details how to setup snapshot on Windows using
vscsc
to make consistent backups.
- Someone commented that par2 should be replaced by zfec.
Install on Lacie-Cloudbox
git clone https://github.com/bup/bup
ipkg install attr libacl
ipkg install python27 py27-tornado py27-pip
which python
which python2
# optware python only available as "python2", and pip as "pip2.7"
pip2.7 install fuse
pip2.7 install xattr libacl
# error: /opt/local/lib/python2.5/site-packages (in --site-dirs) is not on sys.path
export PYTHONPATH=/opt/local/lib/python2.5/site-packages
# see https://forum.qnap.com/viewtopic.php?t=73608
pip2.7 install xattr
# TODO:
pip2.7 install pyxattr pylibacl