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
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