Commit Graph

2013 Commits

Author SHA1 Message Date
Thomas Waldmann c42f3d07f4 run build_usage 2016-02-07 14:50:39 +01:00
Thomas Waldmann 2170d6e502 fix order in release process docs
it is important to first do all the changes that modify the release contents,
then tag/sign it, then build the binaries via vagrant.

Only then the binaries will have the correct version number.
2016-02-07 14:44:49 +01:00
TW 46059f0971 Merge pull request #640 from ThomasWaldmann/update-changes
update CHANGES for 1.0.0rc1
2016-02-07 03:04:41 +01:00
TW 04bf8d8bf4 Merge pull request #639 from ThomasWaldmann/fix-missing-time_end
fix missing time_end metadata in old archives, fix updating end time
2016-02-07 03:04:06 +01:00
Thomas Waldmann 8a8f0263c8 update CHANGES for 1.0.0rc1 2016-02-07 03:01:26 +01:00
TW c2e6cc1371 Merge pull request #638 from ThomasWaldmann/better-debug
show cwd, pid, sys.argv, ssh original command below tracebacks, fixes…
2016-02-07 02:37:37 +01:00
Thomas Waldmann 73e15ac4a3 fix missing time_end metadata in old archives, fix updating end time 2016-02-07 02:35:31 +01:00
Thomas Waldmann 67544275fa show cwd, pid, sys.argv, ssh original command below tracebacks, fixes #637 2016-02-07 02:16:48 +01:00
Thomas Waldmann 94451cd2e8 update CHANGES 2016-02-06 20:24:20 +01:00
Teemu Toivanen 1b76c3902f Optimize default listing 2016-02-05 21:07:04 +02:00
Teemu Toivanen 14f0fa6f6a archive file listing output formatting
Coding style fixup
Add --list-format exmaple to usage examples
2016-02-05 21:07:04 +02:00
TW 39c3906238 Merge pull request #634 from ThomasWaldmann/create-starttime-duration
Create starttime duration
2016-02-05 17:04:38 +01:00
TW 1702b53dca Merge pull request #632 from ThomasWaldmann/fix-610
Cache: fix exception handling in __init__, release lock, fixes #610
2016-02-05 17:04:01 +01:00
Thomas Waldmann a9f523e5ce archive metadata: store backup END time into 'time_end', display it in "borg info", fixes #627
... except if a timestamp is given via cli, then store that time into 'time_end'
2016-02-05 02:02:04 +01:00
Thomas Waldmann 38d2237dad archive metadata: store backup START time into 'time'
except if a timestamp is given via cli, then store that time into 'time'
2016-02-05 01:53:58 +01:00
Thomas Waldmann a078d730e1 archive creation start/end timestamp: use utc
the timestamp given via cli is already expected to be utc.

the timestamp which is automatically created when no cli timestamp is given is also utc.

thus, also use utc for .start and .end.
2016-02-05 01:53:58 +01:00
Thomas Waldmann 4843719f72 Cache: fix exception handling in __init__, release lock, fixes #610 2016-02-04 23:19:35 +01:00
Thomas Waldmann 4355150efa docs: OS X binary does not work for older OS X releases, fixes #629 2016-02-04 20:48:43 +01:00
Thomas Waldmann 435d30d61b docs: updates and fixes 2016-02-01 03:22:02 +01:00
Thomas Waldmann 0a0f483daa docs about borg serve's special support for forced/original ssh commands, fixes #544 2016-02-01 01:18:37 +01:00
TW 9278550cd2 Merge pull request #619 from ypid/docs-fixes-2
Docs fixes.
2016-01-31 21:40:15 +01:00
Robin Schneider a7ed461394
Use `--one-file-system` instead of `--do-not-cross-mountpoints` in docs.
Related to #296 in which support for `--do-not-cross-mountpoints` has
been deprecated.
2016-01-31 11:54:01 +01:00
Robin Schneider 57b0ab7475
Fixed spelling in deployment docs. 2016-01-31 11:50:06 +01:00
TW d522cd66b8 Merge pull request #617 from ThomasWaldmann/update-changes
updates CHANGES
2016-01-30 23:22:22 +01:00
Thomas Waldmann a65b7ec339 updates CHANGES 2016-01-30 23:05:40 +01:00
TW ae63f3c686 Merge pull request #616 from ThomasWaldmann/cleanup
cleanup, flake8, fixes #4
2016-01-30 22:33:10 +01:00
Thomas Waldmann 47e6304711 add flake8 tox env to travis config 2016-01-30 22:03:09 +01:00
Thomas Waldmann 2a2362fc2f add flake8 style checking 2016-01-30 22:01:27 +01:00
Thomas Waldmann 4b339f5d69 cosmetic source cleanup (flake8) 2016-01-30 21:32:45 +01:00
TW 49cf25fce7 Merge pull request #615 from ThomasWaldmann/fix-trailing-slashes
use os.path.normpath on repository paths, fixes #606
2016-01-30 20:07:57 +01:00
TW 9797ab0130 Merge pull request #612 from ThomasWaldmann/fix-544
borg serve: overwrite client's --restrict-to-path with forced command's …
2016-01-30 20:04:09 +01:00
TW 5d93b6cda9 Merge pull request #613 from ThomasWaldmann/xdg-base-dir-keys
use xdg base dir for keys
2016-01-30 20:02:38 +01:00
Thomas Waldmann 8ec62d5e2e use os.path.normpath on repository paths, fixes #606
this does NOT fix absolute vs. relative path usage,
but as this also deals with remote paths, this can't be done in general.
2016-01-30 00:39:25 +01:00
Thomas Waldmann d6b43a7346 Merge branch 'master' of github.com:borgbackup/borg 2016-01-30 00:01:44 +01:00
Thomas Waldmann 7773e632db fix some minor cosmetic code/docs issues 2016-01-30 00:01:13 +01:00
TW 68157d63fe Merge pull request #614 from ThomasWaldmann/list-short-repo
implement --short for borg list REPO, fixes #611
2016-01-29 21:54:19 +01:00
Thomas Waldmann 12fe47fcd2 implement --short for borg list REPO, fixes #611 2016-01-29 01:50:51 +01:00
Thomas Waldmann 695dc68479 slightly rephrase prune help 2016-01-29 01:40:29 +01:00
Thomas Waldmann e7add135a2 add upgrader which moves the keys to new location 2016-01-29 01:23:24 +01:00
Thomas Waldmann e06b7162c2 update docs / docstring about new key location 2016-01-28 23:15:49 +01:00
Thomas Waldmann b8d954e60a use XDG_CONFIG_HOME for borg keys instead of ~/.borg, fixes #515 2016-01-28 22:26:58 +01:00
Thomas Waldmann 7ea2404048 borg serve: overwrite client's --restrict-to-path with forced command's option value, fixes #544
we also make sure the client is not cheating, like giving another subcommand or his own --restrict-to-path.
2016-01-28 21:59:24 +01:00
Thomas Waldmann 824e548b9f add missing example for --list option of borg create 2016-01-28 20:32:30 +01:00
Thomas Waldmann e7c2189a3f implement --list for borg extract
before, borg extract always emitted the full file list at info log level.
now, you need to give --list to get the full file list (consistent with borg create --list).

this is currently only useful if you also use other output-generating options,
e.g. --show-rc - you can now leave away --list to only get that other output.

later, if extract gets more output-generating options, --list will get more useful.
2016-01-28 20:25:55 +01:00
TW 74ac982775 Merge pull request #605 from m3741/fix-604
Fix for Issue #604
2016-01-26 19:12:23 +01:00
Adam Kouse dcffa5c6a2 Single quote exclude line that includes an asterisk to prevent shell expansion 2016-01-26 11:51:38 -05:00
TW fd9f9792cb Merge pull request #601 from trassl/master
Reformat commands list
2016-01-26 13:34:13 +01:00
Christoph Trassl 3061b3048c Reformat commands list. 2016-01-25 18:45:32 +01:00
TW 9f70a4c0e0 Merge pull request #596 from Herover/patch-1
Fix dead link to license
2016-01-25 14:06:05 +01:00
Herover 29b84a1b43 Use https on updated license link 2016-01-25 13:33:48 +01:00