X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=README.md;h=c88116dde26e6ef37ea3afce28549e3b0e996533;hb=15b912f50574433d8e0fad8fcdf4f8dc7f0ffeb9;hp=0e9f4724de55eaa915f74ca0b0ab526420de9844;hpb=6ec85ef2adec7437c6bf97d579eec122191bdbab;p=bup.git diff --git a/README.md b/README.md index 0e9f472..c88116d 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,10 @@ Reasons you might want to avoid bup more likely to eat your data. It's also missing some probably-critical features, though fewer than it used to be. - - It requires python 3.7 or newer (or 2.7 for a bit longer), a C - compiler, and an installed git version >= 1.5.6. It also requires - par2 if you want fsck to be able to generate the information needed - to recover from some types of corruption. While python 2.7 is - still supported, please make plans to upgrade. Python 2 upstream - support ended on 2020-01-01, and we plan to drop support soon too. + - It requires python 3.7 or newer, a C compiler, and an installed git + version >= 1.5.6. It also requires par2 if you want fsck to be + able to generate the information needed to recover from some types + of corruption. - It currently only works on Linux, FreeBSD, NetBSD, OS X >= 10.4, Solaris, or Windows (with Cygwin, and WSL). Patches to support @@ -88,6 +86,7 @@ Reasons you might want to avoid bup - Any items in "Things that are stupid" below. + Notable changes introduced by a release ======================================= @@ -107,11 +106,9 @@ Notable changes introduced by a release Test status =========== -| branch | Debian | FreeBSD | macOS | -|--------|------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------| -| master | [![Debian test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=master&task=debian)](https://cirrus-ci.com/github/bup/bup) | [![FreeBSD test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=master&task=freebsd)](https://cirrus-ci.com/github/bup/bup) | [![macOS test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=master&task=macos)](https://cirrus-ci.com/github/bup/bup) | -| 0.30.x | [![Debian test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.30.x&task=debian)](https://cirrus-ci.com/github/bup/bup) | [![FreeBSD test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.30.x&task=freebsd)](https://cirrus-ci.com/github/bup/bup) | [![macOS test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.30.x&task=macos)](https://cirrus-ci.com/github/bup/bup) | -| 0.29.x | [![Debian test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.29.x&task=debian)](https://cirrus-ci.com/github/bup/bup) | [![FreeBSD test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.29.x&task=freebsd)](https://cirrus-ci.com/github/bup/bup) | [![macOS test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.29.x&task=macos)](https://cirrus-ci.com/github/bup/bup) | +| master | 0.30.x | 0.29.x | +|--------|--------|--------| +| [![master branch test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=master)](https://cirrus-ci.com/github/bup/bup) | [![0.30 branch test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.30.x)](https://cirrus-ci.com/github/bup/bup) | [![0.29 branch test status](https://api.cirrus-ci.com/github/bup/bup.svg?branch=0.29.x)](https://cirrus-ci.com/github/bup/bup) | Getting started =============== @@ -160,33 +157,6 @@ From source apt-get install python3-tornado # optional (bup web) ``` - Or, if you can't yet migrate to Python 3 (please try to soon): - - ```sh - apt-get install python2.7-dev python-fuse - apt-get install python-pyxattr python-pytest - apt-get install pkg-config linux-libc-dev libacl1-dev - apt-get install gcc make acl attr rsync - apt-get isntall python-pytest-xdist # optional (parallel tests) - apt-get install par2 # optional (error correction) - apt-get install libreadline-dev # optional (bup ftp) - apt-get install python-tornado # optional (bup web) - ``` - - On CentOS (for CentOS 6, at least), this should be sufficient (run - as root): - - ```sh - yum groupinstall "Development Tools" - yum install python2 python2-devel libacl-devel pylibacl - yum install fuse-python pyxattr - yum install perl-Time-HiRes - yum install readline-devel # optional (bup ftp) - yum install python-tornado # optional (bup web) - ``` - - In addition to the default CentOS repositories, you may need to add - RPMForge (for fuse-python) and EPEL (for pyxattr). On Cygwin, install python, make, rsync, and gcc4. @@ -600,8 +570,8 @@ mailing list (see below) if you'd like to help. __setitem__, and __setslice__ [3]. [1] http://comments.gmane.org/gmane.comp.sysutils.backup.bup/613 - [2] http://docs.python.org/2/library/mmap.html - [3] http://docs.python.org/2/reference/datamodel.html#emulating-container-types + [2] http://docs.python.org/3/library/mmap.html + [3] http://docs.python.org/3/reference/datamodel.html#emulating-container-types - 'bup index' is slower than it should be. @@ -673,7 +643,7 @@ How you can help bup is a work in progress and there are many ways it can still be improved. If you'd like to contribute patches, ideas, or bug reports, please join the -bup mailing list. +bup mailing list: You can find the mailing list archives here: @@ -683,6 +653,11 @@ and you can subscribe by sending a message to: bup-list+subscribe@googlegroups.com +You can also reach us via the +\#bup IRC channel at ircs://irc.libera.chat:6697/bup +on the [libera.chat](https://libera.chat/) network or via this +[web interface](https://web.libera.chat/?channels=bup). + Please see ./HACKING for additional information, i.e. how to submit patches (hint - no pull requests), how we handle branches, etc.