Thomas Waldmann
c3370a5f07
improve docs about what is preserved and what not
...
UNIX domain sockets: explain why not, see attic issue #259
Symlinks: say that they are backed up as is and not followed, replacement for attic PR #294
Sparse files: explain what the "simple" in simple sparse file support means.
Plus some other explanations / mentions that were missing.
2015-05-14 18:48:14 +02:00
TW
f392ed6a25
Merge pull request #7 from ThomasWaldmann/improve-docs
...
Documentation for 'attic serve'
2015-05-14 17:56:04 +02:00
Thomas Waldmann
7cbff6925f
Documentation for 'attic serve'
...
Thanks to @lfam (attic PR #277 )!
Note: As I already had refactored a lot of these pathes you changed, it was easier
to just cherry pick the hunks with the other changes and apply them manually.
2015-05-14 17:36:53 +02:00
TW
b007916592
Merge pull request #6 from ThomasWaldmann/master
...
merged attic PR #286 - sigusr1 / sigint handler to print current file infos
2015-05-14 17:18:00 +02:00
Thomas Waldmann
4ce754178c
merged attic PR #286 - sigusr1 / sigint handler to print current file infos
2015-05-14 16:46:44 +02:00
Thomas Waldmann
7fee5dbbbf
add python version classifiers
2015-05-14 12:04:38 +02:00
Thomas Waldmann
5f4e928eff
add FreeBSD to platforms list in setup.py
...
it already was present in the classifiers.
2015-05-14 11:44:58 +02:00
Thomas Waldmann
3d5b1cfc23
updated CHANGES about the name change
2015-05-14 02:12:36 +02:00
Thomas Waldmann
e939172c77
prefix issues numbers referring to attic issue tracker with "attic #"
2015-05-14 02:03:42 +02:00
Thomas Waldmann
673fda39c1
upgrade versioneer to 0.14, makes PEP440 compliant version numbers now
2015-05-14 01:25:18 +02:00
Thomas Waldmann
c32f4b64b1
integrate CHANGES-borg.txt into CHANGES and README.rst
2015-05-14 00:37:09 +02:00
Thomas Waldmann
247677dd3d
updated CHANGES-borg.txt
2015-05-13 18:51:01 +02:00
Thomas Waldmann
a962c19a09
renamed CHANGES-merge.txt to -borg
2015-05-13 18:45:25 +02:00
Thomas Waldmann
31fce54f67
rename cli level test method
2015-05-13 15:15:08 +02:00
Thomas Waldmann
d84bbb72ec
rename fuse base class
2015-05-13 15:15:08 +02:00
Thomas Waldmann
0b3710be22
rename test base class
2015-05-13 15:15:08 +02:00
Thomas Waldmann
159315ef5d
use BORG_* as file MAGIC, adapt tests
2015-05-13 15:10:06 +02:00
Thomas Waldmann
35d06afd6b
get rid of some .borg, be consistent with the backup repo name and path
...
it's pretty useless to have .borg as a directory extension, especially
since there is a README in there stating that this is a borg repo.
conistency:
"backup" is always used as relative backup repository path
"/mnt/backup" is always used as absolute repository path
2015-05-13 15:02:33 +02:00
Thomas Waldmann
cb5c9b63b3
fork: s/attic/borg/g, fix URLs, add new section to AUTHORS
...
use borg instead attic except at the places where it was used:
- as toplevel package name, directory name, file name
- to refer to original attic
remove sphinx upload make command, will be replaced by github.io site later
remove references to binary downloads and linux packages for now
remove some software name references, fix grammar
use borgbackup rather than borg-backup (or borg) in URLs,
less name collision issues, better search results, no validity issues with "-"
2015-05-13 15:02:33 +02:00
Thomas Waldmann
f9d90482c4
merged master
2015-05-10 16:36:10 +02:00
Jonas Borgström
a24d0f4cba
Fix typo preventing the security confirmation prompt from working
...
Closes #303
2015-05-08 17:41:50 +02:00
Jonas Borgström
c79b5357f8
Improve installatoin instructions.
...
Specifically refer to pip3 instead of pip to avoid potential
confusion.
Also mention virtualenv
2015-04-27 22:35:06 +02:00
Thomas Waldmann
ca385e5e7a
Merge branch 'sparse_files' into merge
2015-04-27 00:48:28 +02:00
Thomas Waldmann
5fcaac1b6f
do not test for sparse file on Mac OS X
2015-04-27 00:48:09 +02:00
Jonas Borgström
64e8ea72ac
Improve handling of systems with improperly configured file system encoding
...
Closes #289
2015-04-21 22:29:10 +02:00
Thomas Waldmann
354b3d34e3
Merge branch 'master' into merge
2015-04-21 21:02:42 +02:00
Thomas Waldmann
a44eecb05e
Merge branch 'issue_183' into merge
2015-04-21 20:51:17 +02:00
Thomas Waldmann
38dd086e30
Revert "fix "attic info" all archives stats, fixes #183 "
...
Fixed by jborg in master in a different way.
This reverts commit 212777d716
.
2015-04-21 20:50:19 +02:00
Thomas Waldmann
bbe200f41b
fix incomplete merge of delete_repo branch
2015-04-21 11:34:13 +02:00
Jonas Borgström
ed9475d7cd
Fix cache object reference
2015-04-20 00:07:26 +02:00
Jonas Borgström
29646a646d
Merge pull request #258 from ThomasWaldmann/platform_linux_optimize
...
linux: remove duplicate os.fsencode calls
2015-04-20 00:05:12 +02:00
Jonas Borgström
35458ff5d6
Merge pull request #288 from ThomasWaldmann/no_os.uname
...
use sys.platform everywhere, fixes #188
2015-04-20 00:01:02 +02:00
Thomas Waldmann
80dad2df61
use sys.platform everywhere, fixes #188
...
os.uname is UNIX-only, sys.platform is portable.
note:
- this doesn't implicate attic will now work on windows.
- windows is untested / unsupported and there might be a lot of other issues left.
- attic's xattr module already used sys.platform, so this is better for internal consistency also.
2015-04-19 23:54:44 +02:00
Jonas Borgström
dd0c69ac32
Fix "All archives" output for attic info
...
Closes #183
2015-04-19 23:45:05 +02:00
Jonas Borgström
04d50c7141
Removed some unused imports
2015-04-19 23:24:14 +02:00
Jonas Borgström
b7e6efbfc5
Added missing import of parse_timestamp
2015-04-19 23:21:46 +02:00
Jonas Borgström
b61ba51c0d
More user friendly error message when repository key file is not found
...
Closes #236
2015-04-19 23:09:36 +02:00
Jonas Borgström
af9f1c24c4
Fix parsing of iso8601 timestamps with zero microseconds
...
Closes #282
2015-04-19 22:42:52 +02:00
Thomas Waldmann
b2147c14d6
updated CHANGES-merge.txt
2015-04-19 19:56:48 +02:00
Thomas Waldmann
82681d6ecb
PR #287 - Merge branch 'issue_183' into merge
2015-04-19 18:54:19 +02:00
Thomas Waldmann
212777d716
fix "attic info" all archives stats, fixes #183
...
the problem was that calc_stats() dirties cache.chunks by decrementing
the chunk reference counters (so it can compute the deduplicated size
of the archive correctly).
the fix is to create a local Cache instance inside calc_stats, so the dirty cache
instance can not be used elsewhere.
also:
fix internal consistency of calc_stats function: always use "cache" (not "self.cache").
minor cosmetic pep8 fixes
2015-04-19 18:50:10 +02:00
Thomas Waldmann
310f9b7412
PR #285 - Merge branch 'archive_timestamp' into merge
2015-04-18 21:43:47 +02:00
Thomas Waldmann
0ffee1f1ee
implement --timestamp, iso8601-like utc timestamp string or reference file/dir
...
note: this needs bug #282 to be fixed first, because it will create timestamps with microseconds==0.
2015-04-18 21:36:10 +02:00
Thomas Waldmann
99d15157d2
PR #284 updated - Merge branch 'sparse_files' into merge
2015-04-18 01:16:26 +02:00
Thomas Waldmann
ee80db4eb2
add commandline argument --sparse
...
default is to not create sparse files.
if you give --sparse, it will create a hole in the sparse output file when a all-zero chunk is extracted.
2015-04-17 22:28:40 +02:00
Thomas Waldmann
fc97099924
Merge branch 'master' into merge
2015-04-15 23:04:34 +02:00
Jonas Borgström
e815d6da8e
acl/xattr: Be less strict about unknown platforms
...
Closes #239
2015-04-15 21:49:03 +02:00
Jonas Borgström
848666e7cb
cache: Treat EOFError as a negative _confirm answer
2015-04-15 21:35:56 +02:00
Thomas Waldmann
118fb1a55c
PR #226 - Merge branch 'delete_repo' into merge
2015-04-15 19:05:58 +02:00
Thomas Waldmann
b6ed1c742b
PR #284 - Merge branch 'sparse_files' into merge
2015-04-15 16:43:07 +02:00