diff --git a/README.rst b/README.rst index c0eed00ce..2417b24d5 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ Now doing another backup, just to show off the great deduplication:: ----------------------------------------------------------------------------- -For a graphical frontend refer to our complementary project `BorgWeb `_. +For a graphical frontend refer to our complementary project `BorgWeb `_. Links ===== diff --git a/Vagrantfile b/Vagrantfile index 8ce3d3548..7a26c26f1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,14 +54,15 @@ def packages_darwin # install all the (security and other) updates sudo softwareupdate --install --all # get osxfuse 3.0.x pre-release code from github: - curl -s -L https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.0.9/osxfuse-3.0.9.dmg >osxfuse.dmg + curl -s -L https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.2.0/osxfuse-3.2.0.dmg >osxfuse.dmg MOUNTDIR=$(echo `hdiutil mount osxfuse.dmg | tail -1 | awk '{$1="" ; print $0}'` | xargs -0 echo) \ - && sudo installer -pkg "${MOUNTDIR}/Extras/FUSE for OS X 3.0.9.pkg" -target / + && sudo installer -pkg "${MOUNTDIR}/Extras/FUSE for OS X 3.2.0.pkg" -target / sudo chown -R vagrant /usr/local # brew must be able to create stuff here ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update brew install openssl brew install lz4 + brew install xz # required for python lzma module brew install fakeroot brew install git brew install pkgconfig diff --git a/docs/resources.rst b/docs/resources.rst index 4113c11d4..59fa0310a 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -36,6 +36,6 @@ Some of them refer to attic, but you can do the same stuff (and more) with borgb Software -------- -- `BorgWeb - a very simple web UI for BorgBackup `_ +- `BorgWeb - a very simple web UI for BorgBackup `_ - some other stuff found at the `BorgBackup Github organisation `_ - `atticmatic `_ (includes borgmatic) diff --git a/docs/usage.rst b/docs/usage.rst index 5d91656e5..64ee75076 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -645,6 +645,9 @@ Examples ... +.. include:: usage/break-lock.rst.inc + + Miscellaneous Help ------------------ diff --git a/setup.py b/setup.py index 30e8466ed..7223a0eb5 100644 --- a/setup.py +++ b/setup.py @@ -298,7 +298,7 @@ setup( }, author='The Borg Collective (see AUTHORS file)', author_email='borgbackup@python.org', - url='https://borgbackup.readthedocs.org/', + url='https://borgbackup.readthedocs.io/', description='Deduplicated, encrypted, authenticated and compressed backups', long_description=long_description, license='BSD',