Commit Graph

2073 Commits

Author SHA1 Message Date
TW 6967a6eb75 Merge pull request #694 from ThomasWaldmann/update-docs
update and improve docs
2016-02-27 18:01:22 +01:00
Thomas Waldmann af2eaaabd4 update and improve docs
use the travis status image as png as svg does not show an image in firefox.
2016-02-27 17:22:56 +01:00
TW 7b5c799440 Merge pull request #693 from ThomasWaldmann/update-changes
Update changes
2016-02-26 14:29:51 +01:00
Thomas Waldmann 6561ad46e2 CHANGES: move compat notes to top 2016-02-26 00:57:50 +01:00
Thomas Waldmann d6fb77f2c6 update CHANGES 2016-02-26 00:56:10 +01:00
TW de644a041f Merge pull request #692 from manwegit/feature/format_archive
Archive name formatting on create
2016-02-25 23:49:03 +01:00
Teemu Toivanen a94471dc0e Usage examples for create format tags 2016-02-25 00:41:24 +02:00
Teemu Toivanen 79f42571ae unit test for archive format
tests formatting with {pid} and not equal results from same
time string. (adds import time to tests)
2016-02-25 00:41:24 +02:00
Teemu Toivanen f7c1632aee Add format options to location.
Add support for python format options for location:
tags:
 pid
 fqdn
 hostname
 now
 utcnow
 user
2016-02-25 00:41:24 +02:00
TW c0ba5da17b Merge pull request #688 from ThomasWaldmann/feature/list-formatting
borg list formatting
2016-02-24 16:18:29 +01:00
Thomas Waldmann dc5467e9bc simplify processing for borg list --short
just use the respective format string.
2016-02-21 21:35:00 +01:00
Thomas Waldmann d14e6f720c --list-format: make it compatible with old archives
they do not have atime and ctime, use mtime instead.
2016-02-21 21:11:56 +01:00
Thomas Waldmann f7666807cc refactored --list-format code a bit
note: LF as line ending is enough, python will translate that to CRLF on the platforms (windows) needing CRLF.
2016-02-21 21:05:30 +01:00
Thomas Waldmann b28f4d886b fix formatkeys so it always has all available formatting keys
- always: no matter whether we use a user-defined format or not
- all: fix bug: it only had the basic keys, not the advanced keys
2016-02-21 19:47:25 +01:00
Thomas Waldmann 08a7ce5cc3 Merge branch 'feature/list-formatting' of https://github.com/manwegit/borg into feature/list-formatting 2016-02-21 19:15:31 +01:00
TW 4c31e7a4bd Merge pull request #687 from ThomasWaldmann/fix-attic-changelog
fix ReST syntax for old attic changelog
2016-02-21 17:25:26 +01:00
Thomas Waldmann 5bfb1df873 fix ReST syntax for old attic changelog 2016-02-21 17:24:34 +01:00
TW bbf8b6e628 Merge pull request #685 from jungle-boogie/patch-2
freebsd dependency installation and fuse configuration, fixes #649
2016-02-21 14:26:42 +01:00
jungle-boogie 1d4f591691 updated freeBSD docs
With the now improved steps, I was able to build Borg on a vagrant image:
% borg -V
borg 1.0.0rc2.dev40+ngfb83f61
2016-02-20 14:12:57 -08:00
jungle-boogie fdf1dd75dd freebsd fuse for mount for #649 2016-02-20 10:24:43 -08:00
TW fb83f619a0 Merge pull request #682 from ThomasWaldmann/validate-newname
add a simple archivename validator, fixes #680
2016-02-20 13:33:43 +01:00
TW 6ff78cfb71 Merge pull request #679 from ThomasWaldmann/prune--list
borg prune -v --list enables the keep/prune list output, fixes #658
2016-02-20 13:30:45 +01:00
TW 3d0e51115c Merge pull request #678 from ThomasWaldmann/fix-open
fix _open_rb noatime handling, fixes #657
2016-02-20 13:29:36 +01:00
Thomas Waldmann 4a60d777d8 add a simple archivename validator, fixes #680 2016-02-19 23:01:20 +01:00
Thomas Waldmann 63ce999229 borg prune -v --list enables the keep/prune list output, fixes #658
so one can also have --stats without that.
2016-02-18 23:44:23 +01:00
Thomas Waldmann e072a52b6c fix _open_rb noatime handling, fixes #657
(not tested by me for the #657 scenario, but at least all our unit tests, including the atime test, worked)
2016-02-18 23:01:55 +01:00
TW a44c1f5092 Merge pull request #676 from ThomasWaldmann/block-dev-restore-docs
docs: add example how to restore a raw device, fixes #671
2016-02-18 22:54:52 +01:00
TW 3151f313e2 Merge pull request #675 from ThomasWaldmann/develop-dependency-docs
docs: add a hint about the dev headers needed when installing …
2016-02-18 22:52:22 +01:00
Thomas Waldmann 347778b749 docs: add example how to restore a raw device
also: do not use /dev/sda in case someone stupidly tries out the examples.
/dev/sdx should be safe for people who do not understand what they do.
2016-02-18 21:38:31 +01:00
Thomas Waldmann 5e5911dd49 docs: add a hint about the dev headers needed when installing from source 2016-02-18 21:30:44 +01:00
TW 8c083c737e Merge pull request #670 from ThomasWaldmann/fuse-compat-fixes
Fuse compat fixes
2016-02-17 02:08:07 +01:00
Thomas Waldmann 44c8a4af80 fix pep8 failures 2016-02-17 01:05:04 +01:00
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
Thomas Waldmann ecdbfcbea2 Merge https://github.com/Nikratio/borg into fuse-compat-fixes 2016-02-17 00:56:19 +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
Nikolaus Rath dbec05ab73 Make python-llfuse 0.42 compatible.
--HG--
extra : amend_source : 6004af01c4ee6f7ddf6f4138bfc9bbdf2a785eb2
2016-02-16 10:28:16 -08: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
Teemu Toivanen 61a40cbeac add test for list --list-format 2016-02-12 09:29:14 +02:00
Teemu Toivanen 4a82d696f5 Fix coding style and whitespaces in code, travis/flake8 2016-02-12 09:29:03 +02: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