1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

Merge pull request #525 from dragetd/fix-docs

docs: standalone binary needs exec on temp
This commit is contained in:
TW 2016-01-06 15:11:32 +01:00
commit 19afaa813c

View file

@ -69,6 +69,8 @@ make borg readable and executable for its users and then you can run ``borg``::
sudo chown root:root /usr/local/bin/borg sudo chown root:root /usr/local/bin/borg
sudo chmod 755 /usr/local/bin/borg sudo chmod 755 /usr/local/bin/borg
Note that the binary uses /tmp to unpack |project_name| with all dependencies. It will fail if /tmp has not enough free space or is mounted with the ``noexec`` option. You can change the temporary directory by setting the ``TEMP`` environment variable before running |project_name|.
If a new version is released, you will have to manually download it and replace If a new version is released, you will have to manually download it and replace
the old version using the same steps as shown above. the old version using the same steps as shown above.