Age | Commit message (Expand) | Author |
2017-11-01 | Merge pull request #3240 from Anakonda/updateWindowswindows | TW |
2017-10-31 | Appveyor build number. | Antti Aalto |
2017-10-31 | Minor Windows fixes. | Antti Aalto |
2017-10-30 | Fix windows deployment. | Antti Aalto |
2017-10-30 | Appveyor: Set proper version. | Antti Aalto |
2017-10-30 | Fix windows absolute paths. | Antti Aalto |
2017-10-30 | Fix building standalone windows exe. | Antti Aalto |
2017-10-30 | Fix windows build after merge with master. | Antti Aalto |
2017-10-30 | Merge windows branch with master | Antti Aalto |
2017-10-30 | Merge pull request #3236 from narendravardi/borg_config_dir_documentation | TW |
2017-10-29 | Added documentation for BORG_CONFIG_DIR | narendravardi |
2017-10-29 | Merge pull request #3231 from ThomasWaldmann/flake8-fix | TW |
2017-10-29 | flake8: add some ignores | Thomas Waldmann |
2017-10-28 | Merge pull request #3212 from ThomasWaldmann/stat-after-match | TW |
2017-10-27 | Merge pull request #3217 from narendravardi/add_borg_config_dir | TW |
2017-10-26 | Merge pull request #3219 from milkey-mouse/keyfile-docs | TW |
2017-10-25 | Clarify using a blank passphrase in keyfile mode | Milkey Mouse |
2017-10-25 | added unittest for get_config_dir function | Narendra Vardi |
2017-10-24 | add BORG_CONFIG_DIR env (#3083) | Narendra Vardi |
2017-10-24 | mention "!" (exclude-norecurse) type in patterns help | Thomas Waldmann |
2017-10-24 | don't do stat() when not recursing into excluded dir, fixes #3209 | Thomas Waldmann |
2017-10-23 | Merge pull request #3208 from ThomasWaldmann/fix-3205-master | TW |
2017-10-22 | arg parsing: fix fallback function, refactor, fixes #3205 | Thomas Waldmann |
2017-10-22 | Merge pull request #3193 from ThomasWaldmann/fix-4args-open | TW |
2017-10-20 | Merge pull request #3198 from ThomasWaldmann/keyfile-abspath | TW |
2017-10-20 | Merge pull request #3190 from ThomasWaldmann/show-excluded-dirs | TW |
2017-10-20 | fix crash with relative BORG_KEY_FILE, fixes #3197 | Thomas Waldmann |
2017-10-20 | Merge pull request #3194 from Baughn/patch-1 | TW |
2017-10-20 | Add Nix/NixOS install command | Svein Ove Aas |
2017-10-20 | fix server-side IndexError for 4-arg open() of old clients, fixes #3192 | Thomas Waldmann |
2017-10-20 | show excluded dir with "x" for tagged dirs / caches, fixes #3189 | Thomas Waldmann |
2017-10-17 | Merge pull request #3181 from ThomasWaldmann/hardlinked-symlink-warning | TW |
2017-10-17 | Merge pull request #3164 from ThomasWaldmann/no-bsdflags | TW |
2017-10-17 | implement --nobsdflags and --exclude-nodump, fixes #3160 | Thomas Waldmann |
2017-10-17 | remove hardlinked symlinks warning, update docs, fixes #3175 | Thomas Waldmann |
2017-10-15 | Merge pull request #3167 from ThomasWaldmann/security-use-savefile | TW |
2017-10-15 | cache: use SaveFile for more safety, fixes #3158 | Thomas Waldmann |
2017-10-14 | Merge pull request #3163 from ThomasWaldmann/fix-recreate-part-size | TW |
2017-10-14 | borg recreate: correctly compute part file sizes, fixes #3157 | Thomas Waldmann |
2017-10-13 | Merge pull request #3137 from ThomasWaldmann/dont-open-special | TW |
2017-10-13 | bsdflags support: do not open BLK/CHR/LNK files, fixes #3130 | Thomas Waldmann |
2017-10-13 | move files-cache related options to borg create, fixes #3146 (#3147) | TW |
2017-10-12 | Merge pull request #3148 from ThomasWaldmann/maincommand-help | TW |
2017-10-12 | Merge pull request #3145 from ThomasWaldmann/no-brew-update | TW |
2017-10-12 | Merge pull request #3150 from ThomasWaldmann/readme-encryption-options | TW |
2017-10-12 | readme: -e is required in borg 1.1 | Thomas Waldmann |
2017-10-12 | add example showing --show-version --show-rc | Thomas Waldmann |
2017-10-12 | don't crash if only a global option is given, show help, fixes #3142 | Thomas Waldmann |
2017-10-12 | don't brew update, hopefully fixes #2532 | Thomas Waldmann |
2017-10-11 | Merge pull request #3122 from ThomasWaldmann/logging-config-fix | TW |