Commit Graph

1935 Commits

Author SHA1 Message Date
TW 89b2421ed4 Merge pull request #667 from ThomasWaldmann/add-delete-docs
docs: add examples for delete (and handle delete after list, …
2016-02-17 01:00:51 +01:00
TW 566c9d4bcf Merge pull request #668 from ThomasWaldmann/create-stats-isodate
docs: update example for borg create -v --stats (use iso datetime …
2016-02-17 00:50:37 +01:00
Thomas Waldmann 91f10e1a29 docs: update example for borg create -v --stats (use iso datetime format), fixes #663
the code already was updated after 1.0.0rc1, but not the quickstart docs.
2016-02-17 00:43:05 +01:00
Thomas Waldmann 0b44944b47 docs: add examples for delete (and handle delete after list, before prune), fixes #656 2016-02-17 00:30:33 +01:00
TW de79ac416a Merge pull request #662 from jhemmje/master
Updated and verified examples in docs/
2016-02-16 00:22:49 +01:00
jhemmje bf31fe3173 docs: Updated examples in usage.rst, fixes #644 2016-02-15 21:38:11 +01:00
jhemmje 7e7c33c3cf docs: Updated examples in quickstart.rst, fixes #644 2016-02-15 21:38:02 +01:00
jhemmje aeec29545e docs: Updated examples in deployment.rst, fixes #644 2016-02-15 21:37:50 +01:00
TW 648aac5b20 Merge pull request #648 from Silvenga/update-documentation
Added example to BORG_RSH documentation.
2016-02-09 14:57:03 +01:00
Mark Lopez 2b8083bb20 Fixed typo. 2016-02-08 19:54:20 -06:00
TW 0845678f5e Merge pull request #652 from ThomasWaldmann/fix-timestamps
borg create --stats: show timestamps in localtime, use same labels/fo…
2016-02-08 23:47:57 +01:00
Thomas Waldmann 824ba53d0c borg create --stats: show timestamps in localtime, use same labels/formatting as borg info, fixes #651
"borg info" also shows these timestamps in localtime.

 Note: in the archive, the timestamps are stored as UTC.
2016-02-08 20:17:35 +01:00
Mark Lopez 99a3bab68d Added example to BORG_RSH documentation. 2016-02-07 22:07:30 -06:00
Thomas Waldmann b1dacd8861 CHANGES minor fixes 2016-02-08 01:11:03 +01:00
Thomas Waldmann 08fe16c176 allow llfuse version 0.41.x, fixes #642 2016-02-07 22:54:53 +01:00
Thomas Waldmann 5ffb0fd7cd borg upgrade: add to docs that only LOCAL repos are supported 2016-02-07 21:08:20 +01:00
Thomas Waldmann 409c06c621 moved TODO to issue #645 on github 2016-02-07 21:05:12 +01:00
Thomas Waldmann 6db6c22cd4 docs: add faq entry and point to issue 636 2016-02-07 21:01:49 +01:00
Thomas Waldmann 50a82e97dd update CHANGES 2016-02-07 19:45:32 +01:00
Thomas Waldmann 6c278e2e85 docs: formatting fixed 2016-02-07 19:33:26 +01:00
Thomas Waldmann 316f5a345f docs: borg upgrade also handles borg 0.xx -> 1.0 2016-02-07 19:23:06 +01:00
Thomas Waldmann 2f95c8ea79 docs: use pip extras or requirements file to install llfuse 2016-02-07 19:15:30 +01:00
Thomas Waldmann c2edfab237 all FUSE related version requirements in 1 place 2016-02-07 19:08:03 +01:00
Thomas Waldmann 69300e473d document and automate llfuse requirement 2016-02-07 19:03:32 +01:00
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
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