wormingdead
f5ea7f5643
Document logo font. Recreate logo png. Remove GIMP logo file.
2016-03-25 22:43:29 -07:00
TW
9068a40e2e
Merge pull request #794 from infectormp/patch-1
...
Installation: Mention Gentoo package
2016-03-25 13:35:13 +01:00
infectormp
7412e30977
Installation: Mention Gentoo package
...
docs/installation.rst: Add Gentoo package to list of distribution packages.
2016-03-25 09:21:18 +03:00
Thomas Waldmann
601313836d
Merge branch 'master' of github.com:borgbackup/borg
2016-03-21 16:14:24 +01:00
Thomas Waldmann
de7582a9d7
Merge branch '1.0-maint'
2016-03-21 16:13:08 +01:00
Thomas Waldmann
40dbb7411c
fix cygwin requirements (gcc-g++)
2016-03-21 16:11:43 +01:00
TW
42beb2dc92
Merge pull request #785 from pyhalov/illumos-build-1.0
...
Fix build on illumos
2016-03-21 16:07:52 +01:00
TW
e435a5ac41
Merge pull request #784 from pyhalov/doors-1.0
...
Don't try to backup doors or event ports (Solaris and derivates).
2016-03-21 16:04:35 +01:00
Alexander Pyhalov
f63be63347
Fix build on illumos
2016-03-21 17:39:55 +03:00
Alexander Pyhalov
e98f823f34
Don't try to backup doors or event ports
2016-03-21 17:35:51 +03:00
TW
2f7d8aaffb
Merge pull request #778 from borgbackup/1.0-maint
...
merge 1.0 maint
2016-03-19 22:02:57 +01:00
Thomas Waldmann
f486a6772c
do not sleep for >60s while waiting for lock, fixes #773
2016-03-19 21:19:30 +01:00
TW
ba68c17ccd
Merge pull request #767 from enkore/feature-diff-docs
...
Update usage docs (diff and list)
2016-03-18 16:28:51 +01:00
Marian Beermann
9cf129935e
borg diff help: clarify: for new archives different chunker params still require content compare
2016-03-18 15:42:32 +01:00
Marian Beermann
e64d91b735
Update borg diff help message regarding --same-chunker-params
2016-03-18 13:30:39 +01:00
Marian Beermann
0e9aea2660
Update borg diff example
2016-03-18 13:30:02 +01:00
Marian Beermann
343d84b427
ItemFormatter: group keys in help output
2016-03-18 13:29:49 +01:00
Marian Beermann
89120a9843
Update usage docs
2016-03-18 12:17:57 +01:00
TW
77dfcbc31d
Merge pull request #763 from enkore/issue-761
...
fix links failing for extracting subtrees, fixes #761
2016-03-18 00:46:39 +01:00
Marian Beermann
9211d0fa18
borg extract: fix links failing for sub-tree extractions
...
fixes #761
2016-03-17 22:39:57 +01:00
TW
15c20dcd37
Merge pull request #759 from nachtgeist/public
...
refactor get_home_dir
2016-03-17 18:11:19 +01:00
TW
61db791f02
Merge pull request #751 from enkore/feature-newlist
...
ItemFormatter for printing items, borg list redo.
2016-03-17 18:10:54 +01:00
Marian Beermann
4151db270c
Redo borg list
...
- This is compatible except for {formatkeys}, which has been replaced
by "borg list --help"
- --list-format is deprecated, use --format instead
(using deprecated arguments will print a warning and an exit code of 1)
- borg list now supports the usual [PATH [PATHS…]] syntax and excludes
- Additional keys: csize, num_chunks, unique_chunks, NUL
- Supports guaranteed_available hashlib hashes
(to avoid varying functionality depending on environment)
(also, the other hashes are really obscure, like MD-4)
2016-03-17 17:32:23 +01:00
Daniel Reichelt
9adf13d8b9
add changes from running build_api and build_usage
2016-03-17 14:35:56 +01:00
Daniel Reichelt
6dd5f6a179
refactor retrieval of a user's home into get_home_dir()
2016-03-17 14:35:56 +01:00
TW
220d44b2b8
Merge pull request #745 from nachtgeist/public
...
provide wrapper for borg mount, fixes #743
2016-03-17 01:58:57 +01:00
Daniel Reichelt
e1f6a34820
provide wrapper for borg mount, fixes #743
...
- add archiver.main_mount()
- provide borgfs behaviour when the monolithic binary is called via a
symlink called borgfs
- docs: update usage of mount subcommand, provide examples for borgfs and
add symlink creation to standalone binary installation
- run build_usage
- add entry point in setup.py
- patch helpers.py:get_keys_dir() to allow mounting fstab entries with
"user" option set
Without this, setuid() called at some point by mount changes the HOME
environment variable to '/root' and os.expanduser('~') would return
'/root' as well, thus the mount would fail with
PermissionError: [Errno 13] Permission denied: '/root/.config'
After setuid(), the HOME variable stays intact, so we still can
explicitly query USER's home.
Also, os.path.expanduser() behaves differently for '~' and '~someuser'
as parameters: when called with an explicit username, the possibly set
environment variable HOME is no longer respected. So we have to check if
it is set and only expand the user's home directory if HOME is unset.
- add myself to AUTHORS
2016-03-17 01:40:17 +01:00
TW
f0cb6379b7
Merge pull request #740 from enkore/feature-diff
...
borg diff: find different files between archives
2016-03-17 00:23:23 +01:00
Marian Beermann
489eb78cbb
Possible fix to silently skipping EIO and the like? #748
2016-03-16 01:32:48 +01:00
TW
b4b3986927
Merge pull request #752 from enkore/feature-ignore-inode
...
Feature --ignore--inode, fixes #628
2016-03-15 20:40:51 +01:00
Marian Beermann
c16ed82285
borg create --ignore-inode: add explanatory text to long help
2016-03-15 19:08:36 +01:00
Marian Beermann
db9515ee7a
borg diff: wording of --numeric-owner help text
2016-03-15 18:23:49 +01:00
Marian Beermann
2f2d88b584
borg diff: use proper validator for archive name (ARCHIVE2)
2016-03-15 18:23:49 +01:00
enkore
26fe2a35cd
borg diff: find different files between archives
2016-03-15 18:23:49 +01:00
Marian Beermann
57c2d03e3e
borg create: add --ignore-inode option
...
This is mainly meant for use with network file systems like sshfs and
possibly CIFS, which don't convey proper inode numbers.
2016-03-15 15:39:12 +01:00
TW
5e5bab3239
Merge pull request #742 from ThomasWaldmann/improve-prune-log
...
format_archive: also output archive id, fixes #731
2016-03-15 15:09:07 +01:00
TW
84370e1b50
Merge pull request #741 from ThomasWaldmann/show_version
...
implement --show-version: shows/logs the borg version, fixes #725
2016-03-15 15:08:12 +01:00
TW
347615b5e1
Merge pull request #749 from enkore/issue-748
...
fix to silently skipping EIO and the like #748
2016-03-15 15:07:19 +01:00
TW
14a64895e8
Merge pull request #746 from dannyedel/reproducible-fix--api-iocharset
...
Build api.html reproducibly for ProgressIndicatorEndless/Percent
2016-03-15 14:38:47 +01:00
Marian Beermann
fbc4c0cee0
Possible fix to silently skipping EIO and the like? #748
2016-03-14 20:26:12 +01:00
Danny Edel
8c574ae43c
reproducible doc for ProgressIndicator*
...
building the API docs captured sys.stderr's IO charset, making the build
unreproducible.
2016-03-14 09:49:28 +01:00
Thomas Waldmann
d5f2fd3a4c
format_archive: also output archive id, fixes #731
...
used by borg list, prune, delete.
before: <name> <datetime>
now: <name> <datetime> [<id>]
it's a bit less pretty now, but better for automation as the id always stays same while the name can be changed.
2016-03-12 23:30:15 +01:00
Thomas Waldmann
a924c22309
implement --show-version: shows/logs the borg version, fixes #725
...
It logs at INFO level, so add -v to see actually see it.
2016-03-12 22:50:32 +01:00
TW
648761fc03
Merge pull request #739 from ThomasWaldmann/remove-libc-display
...
remove useless/misleading libc version display, fixes #738
2016-03-12 02:14:45 +01:00
Thomas Waldmann
3115bb4d1b
remove useless/misleading libc version display, fixes #738
...
platform.libc_ver() is broken, it uses string comparison to compare version numbers.
2016-03-12 01:29:14 +01:00
TW
9be520b64a
Merge pull request #737 from ThomasWaldmann/document-network-fs-issues
...
document how to debug / file filesystem issues, fixes #664
2016-03-12 00:51:14 +01:00
Thomas Waldmann
b6966a56dc
document how to debug / file filesystem issues, fixes #664
...
if the filesystem issue can't be reproduced with a known-good,
local fs like ext4 on linux, the issue is likely not borg's fault.
2016-03-12 00:48:26 +01:00
TW
b2b5ca718c
Merge pull request #736 from ThomasWaldmann/fix-reproducible
...
fix reproducible build of api docs, fixes #399
2016-03-12 00:09:13 +01:00
Thomas Waldmann
7abcaa0d9d
fix reproducible build of api docs
2016-03-11 23:37:37 +01:00
TW
95f928699b
Merge pull request #733 from ipha/master
...
Unpack file stats before passing to fuse
2016-03-10 22:35:25 +01:00