changes.rst 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160
  1. Changelog
  2. =========
  3. Version 1.1.0 (not released yet)
  4. --------------------------------
  5. New features:
  6. - borg check: will not produce the "Checking segments" output unless
  7. new --progress option is passed, #824.
  8. - options that imply output (--show-rc, --show-version, --list, --stats,
  9. --progress) don't need -v/--info to have that output displayed, #865
  10. - borg recreate: re-create existing archives, #787 #686 #630 #70, also see
  11. #757, #770.
  12. - selectively remove files/dirs from old archives
  13. - re-compress data
  14. - re-chunkify data, e.g. to have upgraded Attic / Borg 0.xx archives
  15. deduplicate with Borg 1.x archives or to experiment with chunker-params.
  16. - create: visit files in inode order (better speed, esp. for large directories
  17. and rotating disks)
  18. - borg diff: show differences between archives
  19. - borg list improved:
  20. - removed {formatkeys}, see "borg list --help"
  21. - --list-format is deprecated, use --format instead
  22. - now supports the usual [PATH [PATHS…]] syntax and excludes
  23. - new keys: csize, num_chunks, unique_chunks, NUL
  24. - supports guaranteed_available hashlib hashes
  25. (to avoid varying functionality depending on environment)
  26. - prune:
  27. - to better visualize the "thinning out", we now list all archives in
  28. reverse time order. rephrase and reorder help text.
  29. - implement --keep-last N via --keep-secondly N, also --keep-minutely.
  30. assuming that there is not more than 1 backup archive made in 1s,
  31. --keep-last N and --keep-secondly N are equivalent, #537
  32. - borg comment: add archive comments, #842
  33. - provide "borgfs" wrapper for borg mount, enables usage via fstab, #743
  34. - create: add 'x' status for excluded paths, #814
  35. - --show-version: shows/logs the borg version, #725
  36. - borg list/prune/delete: also output archive id, #731
  37. Bug fixes:
  38. - init: clean up partial repo if passphrase input is aborted, #850
  39. - info: quote cmdline arguments that have spaces in them
  40. - failing hashindex tests on netbsd, #804
  41. - fix links failing for extracting subtrees, #761
  42. Other changes:
  43. - replace stdlib hmac with OpenSSL, zero-copy decrypt (10-15% increase in
  44. performance of hash-lists and extract).
  45. - Source:
  46. - pass meta-data around, #765
  47. - move some constants to new constants module
  48. - better readability and less errors with namedtuples, #823
  49. - Docs:
  50. - better help texts and sphinx reproduction of usage help:
  51. - Group options
  52. - Nicer list of options in Sphinx
  53. - Deduplicate 'Common options' (including --help)
  54. - chunker: added some insights by "Voltara", #903
  55. - clarify what "deduplicated size" means
  56. - fix / update / add package list entries
  57. - new contributors in AUTHORS!
  58. - Tests:
  59. - vagrant: add ubuntu/xenial 64bit - this box has still some issues
  60. - ChunkBuffer: add test for leaving partial chunk in buffer, fixes #945
  61. Version 1.0.3 (not released yet)
  62. --------------------------------
  63. Bug fixes:
  64. - prune: ignore checkpoints, #997
  65. - prune: fix bad validator, #942
  66. - fix capabilities extraction on Linux (set xattrs last, after chown())
  67. Other changes:
  68. - update readthedocs URLs, #991
  69. - add missing docs for "borg break-lock", #992
  70. - borg create help: add some words to about the archive name
  71. - borg create help: document format tags, #894
  72. - Vagrantfile: OS X: update osxfuse / install lzma package, #933
  73. Version 1.0.2
  74. -------------
  75. Bug fixes:
  76. - fix malfunction and potential corruption on (nowadays rather rare) big-endian
  77. architectures or bi-endian archs in (rare) BE mode. #886, #889
  78. cache resync / index merge was malfunctioning due to this, potentially
  79. leading to data loss. borg info had cosmetic issues (displayed wrong values).
  80. note: all (widespread) little-endian archs (like x86/x64) or bi-endian archs
  81. in (widespread) LE mode (like ARMEL, MIPSEL, ...) were NOT affected.
  82. - add overflow and range checks for 1st (special) uint32 of the hashindex
  83. values, switch from int32 to uint32.
  84. - fix so that refcount will never overflow, but just stick to max. value after
  85. a overflow would have occured.
  86. - borg delete: fix --cache-only for broken caches, #874
  87. Makes --cache-only idempotent: it won't fail if the cache is already deleted.
  88. - fixed borg create --one-file-system erroneously traversing into other
  89. filesystems (if starting fs device number was 0), #873
  90. - workround a bug in Linux fadvise FADV_DONTNEED, #907
  91. Other changes:
  92. - better test coverage for hashindex, incl. overflow testing, checking correct
  93. computations so endianness issues would be discovered.
  94. - reproducible doc for ProgressIndicator*, make the build reproducible.
  95. - use latest llfuse for vagrant machines
  96. - docs:
  97. - use /path/to/repo in examples, fixes #901
  98. - fix confusing usage of "repo" as archive name (use "arch")
  99. Version 1.0.1
  100. -------------
  101. New features:
  102. Usually there are no new features in a bugfix release, but these were added
  103. due to their high impact on security/safety/speed or because they are fixes
  104. also:
  105. - append-only mode for repositories, #809, #36 (see docs)
  106. - borg create: add --ignore-inode option to make borg detect unmodified files
  107. even if your filesystem does not have stable inode numbers (like sshfs and
  108. possibly CIFS).
  109. - add options --warning, --error, --critical for missing log levels, #826.
  110. it's not recommended to suppress warnings or errors, but the user may decide
  111. this on his own.
  112. note: --warning is not given to borg serve so a <= 1.0.0 borg will still
  113. work as server (it is not needed as it is the default).
  114. do not use --error or --critical when using a <= 1.0.0 borg server.
  115. Bug fixes:
  116. - fix silently skipping EIO, #748
  117. - add context manager for Repository (avoid orphan repository locks), #285
  118. - do not sleep for >60s while waiting for lock, #773
  119. - unpack file stats before passing to FUSE
  120. - fix build on illumos
  121. - don't try to backup doors or event ports (Solaris and derivates)
  122. - remove useless/misleading libc version display, #738
  123. - test suite: reset exit code of persistent archiver, #844
  124. - RemoteRepository: clean up pipe if remote open() fails
  125. - Remote: don't print tracebacks for Error exceptions handled downstream, #792
  126. - if BORG_PASSPHRASE is present but wrong, don't prompt for password, but fail
  127. instead, #791
  128. - ArchiveChecker: move "orphaned objects check skipped" to INFO log level, #826
  129. - fix capitalization, add ellipses, change log level to debug for 2 messages,
  130. #798
  131. Other changes:
  132. - update llfuse requirement, llfuse 1.0 works
  133. - update OS / dist packages on build machines, #717
  134. - prefer showing --info over -v in usage help, #859
  135. - docs:
  136. - fix cygwin requirements (gcc-g++)
  137. - document how to debug / file filesystem issues, #664
  138. - fix reproducible build of api docs
  139. - RTD theme: CSS !important overwrite, #727
  140. - Document logo font. Recreate logo png. Remove GIMP logo file.
  141. Version 1.0.0
  142. -------------
  143. The major release number change (0.x -> 1.x) indicates bigger incompatible
  144. changes, please read the compatibility notes, adapt / test your scripts and
  145. check your backup logs.
  146. Compatibility notes:
  147. - drop support for python 3.2 and 3.3, require 3.4 or 3.5, #221 #65 #490
  148. note: we provide binaries that include python 3.5.1 and everything else
  149. needed. they are an option in case you are stuck with < 3.4 otherwise.
  150. - change encryption to be on by default (using "repokey" mode)
  151. - moved keyfile keys from ~/.borg/keys to ~/.config/borg/keys,
  152. you can either move them manually or run "borg upgrade <REPO>"
  153. - remove support for --encryption=passphrase,
  154. use borg migrate-to-repokey to switch to repokey mode, #97
  155. - remove deprecated --compression <number>,
  156. use --compression zlib,<number> instead
  157. in case of 0, you could also use --compression none
  158. - remove deprecated --hourly/daily/weekly/monthly/yearly
  159. use --keep-hourly/daily/weekly/monthly/yearly instead
  160. - remove deprecated --do-not-cross-mountpoints,
  161. use --one-file-system instead
  162. - disambiguate -p option, #563:
  163. - -p now is same as --progress
  164. - -P now is same as --prefix
  165. - remove deprecated "borg verify",
  166. use "borg extract --dry-run" instead
  167. - cleanup environment variable semantics, #355
  168. the environment variables used to be "yes sayers" when set, this was
  169. conceptually generalized to "automatic answerers" and they just give their
  170. value as answer (as if you typed in that value when being asked).
  171. See the "usage" / "Environment Variables" section of the docs for details.
  172. - change the builtin default for --chunker-params, create 2MiB chunks, #343
  173. --chunker-params new default: 19,23,21,4095 - old default: 10,23,16,4095
  174. one of the biggest issues with borg < 1.0 (and also attic) was that it had a
  175. default target chunk size of 64kiB, thus it created a lot of chunks and thus
  176. also a huge chunk management overhead (high RAM and disk usage).
  177. please note that the new default won't change the chunks that you already
  178. have in your repository. the new big chunks do not deduplicate with the old
  179. small chunks, so expect your repo to grow at least by the size of every
  180. changed file and in the worst case (e.g. if your files cache was lost / is
  181. not used) by the size of every file (minus any compression you might use).
  182. in case you want to immediately see a much lower resource usage (RAM / disk)
  183. for chunks management, it might be better to start with a new repo than
  184. continuing in the existing repo (with an existing repo, you'ld have to wait
  185. until all archives with small chunks got pruned to see a lower resource
  186. usage).
  187. if you used the old --chunker-params default value (or if you did not use
  188. --chunker-params option at all) and you'ld like to continue using small
  189. chunks (and you accept the huge resource usage that comes with that), just
  190. explicitly use borg create --chunker-params=10,23,16,4095.
  191. - archive timestamps: the 'time' timestamp now refers to archive creation
  192. start time (was: end time), the new 'time_end' timestamp refers to archive
  193. creation end time. This might affect prune if your backups take rather long.
  194. if you give a timestamp via cli this is stored into 'time', therefore it now
  195. needs to mean archive creation start time.
  196. New features:
  197. - implement password roundtrip, #695
  198. Bug fixes:
  199. - remote end does not need cache nor keys directories, do not create them, #701
  200. - added retry counter for passwords, #703
  201. Other changes:
  202. - fix compiler warnings, #697
  203. - docs:
  204. - update README.rst to new changelog location in docs/changes.rst
  205. - add Teemu to AUTHORS
  206. - changes.rst: fix old chunker params, #698
  207. - FAQ: how to limit bandwidth
  208. Version 1.0.0rc2
  209. ----------------
  210. New features:
  211. - format options for location: user, pid, fqdn, hostname, now, utcnow, user
  212. - borg list --list-format
  213. - borg prune -v --list enables the keep/prune list output, #658
  214. Bug fixes:
  215. - fix _open_rb noatime handling, #657
  216. - add a simple archivename validator, #680
  217. - borg create --stats: show timestamps in localtime, use same labels/formatting
  218. as borg info, #651
  219. - llfuse compatibility fixes (now compatible with: 0.40, 0.41, 0.42)
  220. Other changes:
  221. - it is now possible to use "pip install borgbackup[fuse]" to automatically
  222. install the llfuse dependency using the correct version requirement
  223. for it. you still need to care about having installed the FUSE / build
  224. related OS package first, though, so that building llfuse can succeed.
  225. - Vagrant: drop Ubuntu Precise (12.04) - does not have Python >= 3.4
  226. - Vagrant: use pyinstaller v3.1.1 to build binaries
  227. - docs:
  228. - borg upgrade: add to docs that only LOCAL repos are supported
  229. - borg upgrade also handles borg 0.xx -> 1.0
  230. - use pip extras or requirements file to install llfuse
  231. - fix order in release process
  232. - updated usage docs and other minor / cosmetic fixes
  233. - verified borg examples in docs, #644
  234. - freebsd dependency installation and fuse configuration, #649
  235. - add example how to restore a raw device, #671
  236. - add a hint about the dev headers needed when installing from source
  237. - add examples for delete (and handle delete after list, before prune), #656
  238. - update example for borg create -v --stats (use iso datetime format), #663
  239. - added example to BORG_RSH docs
  240. - "connection closed by remote": add FAQ entry and point to issue #636
  241. Version 1.0.0rc1
  242. ----------------
  243. New features:
  244. - borg migrate-to-repokey ("passphrase" -> "repokey" encryption key mode)
  245. - implement --short for borg list REPO, #611
  246. - implement --list for borg extract (consistency with borg create)
  247. - borg serve: overwrite client's --restrict-to-path with ssh forced command's
  248. option value (but keep everything else from the client commandline), #544
  249. - use $XDG_CONFIG_HOME/keys for keyfile keys (~/.config/borg/keys), #515
  250. - "borg upgrade" moves the keyfile keys to the new location
  251. - display both archive creation start and end time in "borg info", #627
  252. Bug fixes:
  253. - normalize trailing slashes for the repository path, #606
  254. - Cache: fix exception handling in __init__, release lock, #610
  255. Other changes:
  256. - suppress unneeded exception context (PEP 409), simpler tracebacks
  257. - removed special code needed to deal with imperfections / incompatibilities /
  258. missing stuff in py 3.2/3.3, simplify code that can be done simpler in 3.4
  259. - removed some version requirements that were kept on old versions because
  260. newer did not support py 3.2 any more
  261. - use some py 3.4+ stdlib code instead of own/openssl/pypi code:
  262. - use os.urandom instead of own cython openssl RAND_bytes wrapper, #493
  263. - use hashlib.pbkdf2_hmac from py stdlib instead of own openssl wrapper
  264. - use hmac.compare_digest instead of == operator (constant time comparison)
  265. - use stat.filemode instead of homegrown code
  266. - use "mock" library from stdlib, #145
  267. - remove borg.support (with non-broken argparse copy), it is ok in 3.4+, #358
  268. - Vagrant: copy CHANGES.rst as symlink, #592
  269. - cosmetic code cleanups, add flake8 to tox/travis, #4
  270. - docs / help:
  271. - make "borg -h" output prettier, #591
  272. - slightly rephrase prune help
  273. - add missing example for --list option of borg create
  274. - quote exclude line that includes an asterisk to prevent shell expansion
  275. - fix dead link to license
  276. - delete Ubuntu Vivid, it is not supported anymore (EOL)
  277. - OS X binary does not work for older OS X releases, #629
  278. - borg serve's special support for forced/original ssh commands, #544
  279. - misc. updates and fixes
  280. Version 0.30.0
  281. --------------
  282. Compatibility notes:
  283. - you may need to use -v (or --info) more often to actually see output emitted
  284. at INFO log level (because it is suppressed at the default WARNING log level).
  285. See the "general" section in the usage docs.
  286. - for borg create, you need --list (additionally to -v) to see the long file
  287. list (was needed so you can have e.g. --stats alone without the long list)
  288. - see below about BORG_DELETE_I_KNOW_WHAT_I_AM_DOING (was:
  289. BORG_CHECK_I_KNOW_WHAT_I_AM_DOING)
  290. Bug fixes:
  291. - fix crash when using borg create --dry-run --keep-tag-files, #570
  292. - make sure teardown with cleanup happens for Cache and RepositoryCache,
  293. avoiding leftover locks and TEMP dir contents, #285 (partially), #548
  294. - fix locking KeyError, partial fix for #502
  295. - log stats consistently, #526
  296. - add abbreviated weekday to timestamp format, fixes #496
  297. - strip whitespace when loading exclusions from file
  298. - unset LD_LIBRARY_PATH before invoking ssh, fixes strange OpenSSL library
  299. version warning when using the borg binary, #514
  300. - add some error handling/fallback for C library loading, #494
  301. - added BORG_DELETE_I_KNOW_WHAT_I_AM_DOING for check in "borg delete", #503
  302. - remove unused "repair" rpc method name
  303. New features:
  304. - borg create: implement exclusions using regular expression patterns.
  305. - borg create: implement inclusions using patterns.
  306. - borg extract: support patterns, #361
  307. - support different styles for patterns:
  308. - fnmatch (`fm:` prefix, default when omitted), like borg <= 0.29.
  309. - shell (`sh:` prefix) with `*` not matching directory separators and
  310. `**/` matching 0..n directories
  311. - path prefix (`pp:` prefix, for unifying borg create pp1 pp2 into the
  312. patterns system), semantics like in borg <= 0.29
  313. - regular expression (`re:`), new!
  314. - --progress option for borg upgrade (#291) and borg delete <archive>
  315. - update progress indication more often (e.g. for borg create within big
  316. files or for borg check repo), #500
  317. - finer chunker granularity for items metadata stream, #547, #487
  318. - borg create --list now used (additionally to -v) to enable the verbose
  319. file list output
  320. - display borg version below tracebacks, #532
  321. Other changes:
  322. - hashtable size (and thus: RAM and disk consumption) follows a growth policy:
  323. grows fast while small, grows slower when getting bigger, #527
  324. - Vagrantfile: use pyinstaller 3.1 to build binaries, freebsd sqlite3 fix,
  325. fixes #569
  326. - no separate binaries for centos6 any more because the generic linux binaries
  327. also work on centos6 (or in general: on systems with a slightly older glibc
  328. than debian7
  329. - dev environment: require virtualenv<14.0 so we get a py32 compatible pip
  330. - docs:
  331. - add space-saving chunks.archive.d trick to FAQ
  332. - important: clarify -v and log levels in usage -> general, please read!
  333. - sphinx configuration: create a simple man page from usage docs
  334. - add a repo server setup example
  335. - disable unneeded SSH features in authorized_keys examples for security.
  336. - borg prune only knows "--keep-within" and not "--within"
  337. - add gource video to resources docs, #507
  338. - add netbsd install instructions
  339. - authors: make it more clear what refers to borg and what to attic
  340. - document standalone binary requirements, #499
  341. - rephrase the mailing list section
  342. - development docs: run build_api and build_usage before tagging release
  343. - internals docs: hash table max. load factor is 0.75 now
  344. - markup, typo, grammar, phrasing, clarifications and other fixes.
  345. - add gcc gcc-c++ to redhat/fedora/corora install docs, fixes #583
  346. Version 0.29.0
  347. --------------
  348. Compatibility notes:
  349. - when upgrading to 0.29.0 you need to upgrade client as well as server
  350. installations due to the locking and commandline interface changes otherwise
  351. you'll get an error msg about a RPC protocol mismatch or a wrong commandline
  352. option.
  353. if you run a server that needs to support both old and new clients, it is
  354. suggested that you have a "borg-0.28.2" and a "borg-0.29.0" command.
  355. clients then can choose via e.g. "borg --remote-path=borg-0.29.0 ...".
  356. - the default waiting time for a lock changed from infinity to 1 second for a
  357. better interactive user experience. if the repo you want to access is
  358. currently locked, borg will now terminate after 1s with an error message.
  359. if you have scripts that shall wait for the lock for a longer time, use
  360. --lock-wait N (with N being the maximum wait time in seconds).
  361. Bug fixes:
  362. - hash table tuning (better chosen hashtable load factor 0.75 and prime initial
  363. size of 1031 gave ~1000x speedup in some scenarios)
  364. - avoid creation of an orphan lock for one case, #285
  365. - --keep-tag-files: fix file mode and multiple tag files in one directory, #432
  366. - fixes for "borg upgrade" (attic repo converter), #466
  367. - remove --progress isatty magic (and also --no-progress option) again, #476
  368. - borg init: display proper repo URL
  369. - fix format of umask in help pages, #463
  370. New features:
  371. - implement --lock-wait, support timeout for UpgradableLock, #210
  372. - implement borg break-lock command, #157
  373. - include system info below traceback, #324
  374. - sane remote logging, remote stderr, #461:
  375. - remote log output: intercept it and log it via local logging system,
  376. with "Remote: " prefixed to message. log remote tracebacks.
  377. - remote stderr: output it to local stderr with "Remote: " prefixed.
  378. - add --debug and --info (same as --verbose) to set the log level of the
  379. builtin logging configuration (which otherwise defaults to warning), #426
  380. note: there are few messages emitted at DEBUG level currently.
  381. - optionally configure logging via env var BORG_LOGGING_CONF
  382. - add --filter option for status characters: e.g. to show only the added
  383. or modified files (and also errors), use "borg create -v --filter=AME ...".
  384. - more progress indicators, #394
  385. - use ISO-8601 date and time format, #375
  386. - "borg check --prefix" to restrict archive checking to that name prefix, #206
  387. Other changes:
  388. - hashindex_add C implementation (speed up cache re-sync for new archives)
  389. - increase FUSE read_size to 1024 (speed up metadata operations)
  390. - check/delete/prune --save-space: free unused segments quickly, #239
  391. - increase rpc protocol version to 2 (see also Compatibility notes), #458
  392. - silence borg by default (via default log level WARNING)
  393. - get rid of C compiler warnings, #391
  394. - upgrade OS X FUSE to 3.0.9 on the OS X binary build system
  395. - use python 3.5.1 to build binaries
  396. - docs:
  397. - new mailing list borgbackup@python.org, #468
  398. - readthedocs: color and logo improvements
  399. - load coverage icons over SSL (avoids mixed content)
  400. - more precise binary installation steps
  401. - update release procedure docs about OS X FUSE
  402. - FAQ entry about unexpected 'A' status for unchanged file(s), #403
  403. - add docs about 'E' file status
  404. - add "borg upgrade" docs, #464
  405. - add developer docs about output and logging
  406. - clarify encryption, add note about client-side encryption
  407. - add resources section, with videos, talks, presentations, #149
  408. - Borg moved to Arch Linux [community]
  409. - fix wrong installation instructions for archlinux
  410. Version 0.28.2
  411. --------------
  412. New features:
  413. - borg create --exclude-if-present TAGFILE - exclude directories that have the
  414. given file from the backup. You can additionally give --keep-tag-files to
  415. preserve just the directory roots and the tag-files (but not backup other
  416. directory contents), #395, attic #128, attic #142
  417. Other changes:
  418. - do not create docs sources at build time (just have them in the repo),
  419. completely remove have_cython() hack, do not use the "mock" library at build
  420. time, #384
  421. - avoid hidden import, make it easier for PyInstaller, easier fix for #218
  422. - docs:
  423. - add description of item flags / status output, fixes #402
  424. - explain how to regenerate usage and API files (build_api or
  425. build_usage) and when to commit usage files directly into git, #384
  426. - minor install docs improvements
  427. Version 0.28.1
  428. --------------
  429. Bug fixes:
  430. - do not try to build api / usage docs for production install,
  431. fixes unexpected "mock" build dependency, #384
  432. Other changes:
  433. - avoid using msgpack.packb at import time
  434. - fix formatting issue in changes.rst
  435. - fix build on readthedocs
  436. Version 0.28.0
  437. --------------
  438. Compatibility notes:
  439. - changed return codes (exit codes), see docs. in short:
  440. old: 0 = ok, 1 = error. now: 0 = ok, 1 = warning, 2 = error
  441. New features:
  442. - refactor return codes (exit codes), fixes #61
  443. - add --show-rc option enable "terminating with X status, rc N" output, fixes 58, #351
  444. - borg create backups atime and ctime additionally to mtime, fixes #317
  445. - extract: support atime additionally to mtime
  446. - FUSE: support ctime and atime additionally to mtime
  447. - support borg --version
  448. - emit a warning if we have a slow msgpack installed
  449. - borg list --prefix=thishostname- REPO, fixes #205
  450. - Debug commands (do not use except if you know what you do: debug-get-obj,
  451. debug-put-obj, debug-delete-obj, debug-dump-archive-items.
  452. Bug fixes:
  453. - setup.py: fix bug related to BORG_LZ4_PREFIX processing
  454. - fix "check" for repos that have incomplete chunks, fixes #364
  455. - borg mount: fix unlocking of repository at umount time, fixes #331
  456. - fix reading files without touching their atime, #334
  457. - non-ascii ACL fixes for Linux, FreeBSD and OS X, #277
  458. - fix acl_use_local_uid_gid() and add a test for it, attic #359
  459. - borg upgrade: do not upgrade repositories in place by default, #299
  460. - fix cascading failure with the index conversion code, #269
  461. - borg check: implement 'cmdline' archive metadata value decoding, #311
  462. - fix RobustUnpacker, it missed some metadata keys (new atime and ctime keys
  463. were missing, but also bsdflags). add check for unknown metadata keys.
  464. - create from stdin: also save atime, ctime (cosmetic)
  465. - use default_notty=False for confirmations, fixes #345
  466. - vagrant: fix msgpack installation on centos, fixes #342
  467. - deal with unicode errors for symlinks in same way as for regular files and
  468. have a helpful warning message about how to fix wrong locale setup, fixes #382
  469. - add ACL keys the RobustUnpacker must know about
  470. Other changes:
  471. - improve file size displays, more flexible size formatters
  472. - explicitly commit to the units standard, #289
  473. - archiver: add E status (means that an error occurred when processing this
  474. (single) item
  475. - do binary releases via "github releases", closes #214
  476. - create: use -x and --one-file-system (was: --do-not-cross-mountpoints), #296
  477. - a lot of changes related to using "logging" module and screen output, #233
  478. - show progress display if on a tty, output more progress information, #303
  479. - factor out status output so it is consistent, fix surrogates removal,
  480. maybe fixes #309
  481. - move away from RawConfigParser to ConfigParser
  482. - archive checker: better error logging, give chunk_id and sequence numbers
  483. (can be used together with borg debug-dump-archive-items).
  484. - do not mention the deprecated passphrase mode
  485. - emit a deprecation warning for --compression N (giving a just a number)
  486. - misc .coverragerc fixes (and coverage measurement improvements), fixes #319
  487. - refactor confirmation code, reduce code duplication, add tests
  488. - prettier error messages, fixes #307, #57
  489. - tests:
  490. - add a test to find disk-full issues, #327
  491. - travis: also run tests on Python 3.5
  492. - travis: use tox -r so it rebuilds the tox environments
  493. - test the generated pyinstaller-based binary by archiver unit tests, #215
  494. - vagrant: tests: announce whether fakeroot is used or not
  495. - vagrant: add vagrant user to fuse group for debianoid systems also
  496. - vagrant: llfuse install on darwin needs pkgconfig installed
  497. - vagrant: use pyinstaller from develop branch, fixes #336
  498. - benchmarks: test create, extract, list, delete, info, check, help, fixes #146
  499. - benchmarks: test with both the binary and the python code
  500. - archiver tests: test with both the binary and the python code, fixes #215
  501. - make basic test more robust
  502. - docs:
  503. - moved docs to borgbackup.readthedocs.org, #155
  504. - a lot of fixes and improvements, use mobile-friendly RTD standard theme
  505. - use zlib,6 compression in some examples, fixes #275
  506. - add missing rename usage to docs, closes #279
  507. - include the help offered by borg help <topic> in the usage docs, fixes #293
  508. - include a list of major changes compared to attic into README, fixes #224
  509. - add OS X install instructions, #197
  510. - more details about the release process, #260
  511. - fix linux glibc requirement (binaries built on debian7 now)
  512. - build: move usage and API generation to setup.py
  513. - update docs about return codes, #61
  514. - remove api docs (too much breakage on rtd)
  515. - borgbackup install + basics presentation (asciinema)
  516. - describe the current style guide in documentation
  517. - add section about debug commands
  518. - warn about not running out of space
  519. - add example for rename
  520. - improve chunker params docs, fixes #362
  521. - minor development docs update
  522. Version 0.27.0
  523. --------------
  524. New features:
  525. - "borg upgrade" command - attic -> borg one time converter / migration, #21
  526. - temporary hack to avoid using lots of disk space for chunks.archive.d, #235:
  527. To use it: rm -rf chunks.archive.d ; touch chunks.archive.d
  528. - respect XDG_CACHE_HOME, attic #181
  529. - add support for arbitrary SSH commands, attic #99
  530. - borg delete --cache-only REPO (only delete cache, not REPO), attic #123
  531. Bug fixes:
  532. - use Debian 7 (wheezy) to build pyinstaller borgbackup binaries, fixes slow
  533. down observed when running the Centos6-built binary on Ubuntu, #222
  534. - do not crash on empty lock.roster, fixes #232
  535. - fix multiple issues with the cache config version check, #234
  536. - fix segment entry header size check, attic #352
  537. plus other error handling improvements / code deduplication there.
  538. - always give segment and offset in repo IntegrityErrors
  539. Other changes:
  540. - stop producing binary wheels, remove docs about it, #147
  541. - docs:
  542. - add warning about prune
  543. - generate usage include files only as needed
  544. - development docs: add Vagrant section
  545. - update / improve / reformat FAQ
  546. - hint to single-file pyinstaller binaries from README
  547. Version 0.26.1
  548. --------------
  549. This is a minor update, just docs and new pyinstaller binaries.
  550. - docs update about python and binary requirements
  551. - better docs for --read-special, fix #220
  552. - re-built the binaries, fix #218 and #213 (glibc version issue)
  553. - update web site about single-file pyinstaller binaries
  554. Note: if you did a python-based installation, there is no need to upgrade.
  555. Version 0.26.0
  556. --------------
  557. New features:
  558. - Faster cache sync (do all in one pass, remove tar/compression stuff), #163
  559. - BORG_REPO env var to specify the default repo, #168
  560. - read special files as if they were regular files, #79
  561. - implement borg create --dry-run, attic issue #267
  562. - Normalize paths before pattern matching on OS X, #143
  563. - support OpenBSD and NetBSD (except xattrs/ACLs)
  564. - support / run tests on Python 3.5
  565. Bug fixes:
  566. - borg mount repo: use absolute path, attic #200, attic #137
  567. - chunker: use off_t to get 64bit on 32bit platform, #178
  568. - initialize chunker fd to -1, so it's not equal to STDIN_FILENO (0)
  569. - fix reaction to "no" answer at delete repo prompt, #182
  570. - setup.py: detect lz4.h header file location
  571. - to support python < 3.2.4, add less buggy argparse lib from 3.2.6 (#194)
  572. - fix for obtaining ``char *`` from temporary Python value (old code causes
  573. a compile error on Mint 17.2)
  574. - llfuse 0.41 install troubles on some platforms, require < 0.41
  575. (UnicodeDecodeError exception due to non-ascii llfuse setup.py)
  576. - cython code: add some int types to get rid of unspecific python add /
  577. subtract operations (avoid ``undefined symbol FPE_``... error on some platforms)
  578. - fix verbose mode display of stdin backup
  579. - extract: warn if a include pattern never matched, fixes #209,
  580. implement counters for Include/ExcludePatterns
  581. - archive names with slashes are invalid, attic issue #180
  582. - chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined -
  583. fixes building on OpenBSD.
  584. Other changes:
  585. - detect inconsistency / corruption / hash collision, #170
  586. - replace versioneer with setuptools_scm, #106
  587. - docs:
  588. - pkg-config is needed for llfuse installation
  589. - be more clear about pruning, attic issue #132
  590. - unit tests:
  591. - xattr: ignore security.selinux attribute showing up
  592. - ext3 seems to need a bit more space for a sparse file
  593. - do not test lzma level 9 compression (avoid MemoryError)
  594. - work around strange mtime granularity issue on netbsd, fixes #204
  595. - ignore st_rdev if file is not a block/char device, fixes #203
  596. - stay away from the setgid and sticky mode bits
  597. - use Vagrant to do easy cross-platform testing (#196), currently:
  598. - Debian 7 "wheezy" 32bit, Debian 8 "jessie" 64bit
  599. - Ubuntu 12.04 32bit, Ubuntu 14.04 64bit
  600. - Centos 7 64bit
  601. - FreeBSD 10.2 64bit
  602. - OpenBSD 5.7 64bit
  603. - NetBSD 6.1.5 64bit
  604. - Darwin (OS X Yosemite)
  605. Version 0.25.0
  606. --------------
  607. Compatibility notes:
  608. - lz4 compression library (liblz4) is a new requirement (#156)
  609. - the new compression code is very compatible: as long as you stay with zlib
  610. compression, older borg releases will still be able to read data from a
  611. repo/archive made with the new code (note: this is not the case for the
  612. default "none" compression, use "zlib,0" if you want a "no compression" mode
  613. that can be read by older borg). Also the new code is able to read repos and
  614. archives made with older borg versions (for all zlib levels 0..9).
  615. Deprecations:
  616. - --compression N (with N being a number, as in 0.24) is deprecated.
  617. We keep the --compression 0..9 for now to not break scripts, but it is
  618. deprecated and will be removed later, so better fix your scripts now:
  619. --compression 0 (as in 0.24) is the same as --compression zlib,0 (now).
  620. BUT: if you do not want compression, you rather want --compression none
  621. (which is the default).
  622. --compression 1 (in 0.24) is the same as --compression zlib,1 (now)
  623. --compression 9 (in 0.24) is the same as --compression zlib,9 (now)
  624. New features:
  625. - create --compression none (default, means: do not compress, just pass through
  626. data "as is". this is more efficient than zlib level 0 as used in borg 0.24)
  627. - create --compression lz4 (super-fast, but not very high compression)
  628. - create --compression zlib,N (slower, higher compression, default for N is 6)
  629. - create --compression lzma,N (slowest, highest compression, default N is 6)
  630. - honor the nodump flag (UF_NODUMP) and do not backup such items
  631. - list --short just outputs a simple list of the files/directories in an archive
  632. Bug fixes:
  633. - fixed --chunker-params parameter order confusion / malfunction, fixes #154
  634. - close fds of segments we delete (during compaction)
  635. - close files which fell out the lrucache
  636. - fadvise DONTNEED now is only called for the byte range actually read, not for
  637. the whole file, fixes #158.
  638. - fix issue with negative "all archives" size, fixes #165
  639. - restore_xattrs: ignore if setxattr fails with EACCES, fixes #162
  640. Other changes:
  641. - remove fakeroot requirement for tests, tests run faster without fakeroot
  642. (test setup does not fail any more without fakeroot, so you can run with or
  643. without fakeroot), fixes #151 and #91.
  644. - more tests for archiver
  645. - recover_segment(): don't assume we have an fd for segment
  646. - lrucache refactoring / cleanup, add dispose function, py.test tests
  647. - generalize hashindex code for any key length (less hardcoding)
  648. - lock roster: catch file not found in remove() method and ignore it
  649. - travis CI: use requirements file
  650. - improved docs:
  651. - replace hack for llfuse with proper solution (install libfuse-dev)
  652. - update docs about compression
  653. - update development docs about fakeroot
  654. - internals: add some words about lock files / locking system
  655. - support: mention BountySource and for what it can be used
  656. - theme: use a lighter green
  657. - add pypi, wheel, dist package based install docs
  658. - split install docs into system-specific preparations and generic instructions
  659. Version 0.24.0
  660. --------------
  661. Incompatible changes (compared to 0.23):
  662. - borg now always issues --umask NNN option when invoking another borg via ssh
  663. on the repository server. By that, it's making sure it uses the same umask
  664. for remote repos as for local ones. Because of this, you must upgrade both
  665. server and client(s) to 0.24.
  666. - the default umask is 077 now (if you do not specify via --umask) which might
  667. be a different one as you used previously. The default umask avoids that
  668. you accidentally give access permissions for group and/or others to files
  669. created by borg (e.g. the repository).
  670. Deprecations:
  671. - "--encryption passphrase" mode is deprecated, see #85 and #97.
  672. See the new "--encryption repokey" mode for a replacement.
  673. New features:
  674. - borg create --chunker-params ... to configure the chunker, fixes #16
  675. (attic #302, attic #300, and somehow also #41).
  676. This can be used to reduce memory usage caused by chunk management overhead,
  677. so borg does not create a huge chunks index/repo index and eats all your RAM
  678. if you back up lots of data in huge files (like VM disk images).
  679. See docs/misc/create_chunker-params.txt for more information.
  680. - borg info now reports chunk counts in the chunk index.
  681. - borg create --compression 0..9 to select zlib compression level, fixes #66
  682. (attic #295).
  683. - borg init --encryption repokey (to store the encryption key into the repo),
  684. fixes #85
  685. - improve at-end error logging, always log exceptions and set exit_code=1
  686. - LoggedIO: better error checks / exceptions / exception handling
  687. - implement --remote-path to allow non-default-path borg locations, #125
  688. - implement --umask M and use 077 as default umask for better security, #117
  689. - borg check: give a named single archive to it, fixes #139
  690. - cache sync: show progress indication
  691. - cache sync: reimplement the chunk index merging in C
  692. Bug fixes:
  693. - fix segfault that happened for unreadable files (chunker: n needs to be a
  694. signed size_t), #116
  695. - fix the repair mode, #144
  696. - repo delete: add destroy to allowed rpc methods, fixes issue #114
  697. - more compatible repository locking code (based on mkdir), maybe fixes #92
  698. (attic #317, attic #201).
  699. - better Exception msg if no Borg is installed on the remote repo server, #56
  700. - create a RepositoryCache implementation that can cope with >2GiB,
  701. fixes attic #326.
  702. - fix Traceback when running check --repair, attic #232
  703. - clarify help text, fixes #73.
  704. - add help string for --no-files-cache, fixes #140
  705. Other changes:
  706. - improved docs:
  707. - added docs/misc directory for misc. writeups that won't be included
  708. "as is" into the html docs.
  709. - document environment variables and return codes (attic #324, attic #52)
  710. - web site: add related projects, fix web site url, IRC #borgbackup
  711. - Fedora/Fedora-based install instructions added to docs
  712. - Cygwin-based install instructions added to docs
  713. - updated AUTHORS
  714. - add FAQ entries about redundancy / integrity
  715. - clarify that borg extract uses the cwd as extraction target
  716. - update internals doc about chunker params, memory usage and compression
  717. - added docs about development
  718. - add some words about resource usage in general
  719. - document how to backup a raw disk
  720. - add note about how to run borg from virtual env
  721. - add solutions for (ll)fuse installation problems
  722. - document what borg check does, fixes #138
  723. - reorganize borgbackup.github.io sidebar, prev/next at top
  724. - deduplicate and refactor the docs / README.rst
  725. - use borg-tmp as prefix for temporary files / directories
  726. - short prune options without "keep-" are deprecated, do not suggest them
  727. - improved tox configuration
  728. - remove usage of unittest.mock, always use mock from pypi
  729. - use entrypoints instead of scripts, for better use of the wheel format and
  730. modern installs
  731. - add requirements.d/development.txt and modify tox.ini
  732. - use travis-ci for testing based on Linux and (new) OS X
  733. - use coverage.py, pytest-cov and codecov.io for test coverage support
  734. I forgot to list some stuff already implemented in 0.23.0, here they are:
  735. New features:
  736. - efficient archive list from manifest, meaning a big speedup for slow
  737. repo connections and "list <repo>", "delete <repo>", "prune" (attic #242,
  738. attic #167)
  739. - big speedup for chunks cache sync (esp. for slow repo connections), fixes #18
  740. - hashindex: improve error messages
  741. Other changes:
  742. - explicitly specify binary mode to open binary files
  743. - some easy micro optimizations
  744. Version 0.23.0
  745. --------------
  746. Incompatible changes (compared to attic, fork related):
  747. - changed sw name and cli command to "borg", updated docs
  748. - package name (and name in urls) uses "borgbackup" to have less collisions
  749. - changed repo / cache internal magic strings from ATTIC* to BORG*,
  750. changed cache location to .cache/borg/ - this means that it currently won't
  751. accept attic repos (see issue #21 about improving that)
  752. Bug fixes:
  753. - avoid defect python-msgpack releases, fixes attic #171, fixes attic #185
  754. - fix traceback when trying to do unsupported passphrase change, fixes attic #189
  755. - datetime does not like the year 10.000, fixes attic #139
  756. - fix "info" all archives stats, fixes attic #183
  757. - fix parsing with missing microseconds, fixes attic #282
  758. - fix misleading hint the fuse ImportError handler gave, fixes attic #237
  759. - check unpacked data from RPC for tuple type and correct length, fixes attic #127
  760. - fix Repository._active_txn state when lock upgrade fails
  761. - give specific path to xattr.is_enabled(), disable symlink setattr call that
  762. always fails
  763. - fix test setup for 32bit platforms, partial fix for attic #196
  764. - upgraded versioneer, PEP440 compliance, fixes attic #257
  765. New features:
  766. - less memory usage: add global option --no-cache-files
  767. - check --last N (only check the last N archives)
  768. - check: sort archives in reverse time order
  769. - rename repo::oldname newname (rename repository)
  770. - create -v output more informative
  771. - create --progress (backup progress indicator)
  772. - create --timestamp (utc string or reference file/dir)
  773. - create: if "-" is given as path, read binary from stdin
  774. - extract: if --stdout is given, write all extracted binary data to stdout
  775. - extract --sparse (simple sparse file support)
  776. - extra debug information for 'fread failed'
  777. - delete <repo> (deletes whole repo + local cache)
  778. - FUSE: reflect deduplication in allocated blocks
  779. - only allow whitelisted RPC calls in server mode
  780. - normalize source/exclude paths before matching
  781. - use posix_fadvise to not spoil the OS cache, fixes attic #252
  782. - toplevel error handler: show tracebacks for better error analysis
  783. - sigusr1 / sigint handler to print current file infos - attic PR #286
  784. - RPCError: include the exception args we get from remote
  785. Other changes:
  786. - source: misc. cleanups, pep8, style
  787. - docs and faq improvements, fixes, updates
  788. - cleanup crypto.pyx, make it easier to adapt to other AES modes
  789. - do os.fsync like recommended in the python docs
  790. - source: Let chunker optionally work with os-level file descriptor.
  791. - source: Linux: remove duplicate os.fsencode calls
  792. - source: refactor _open_rb code a bit, so it is more consistent / regular
  793. - source: refactor indicator (status) and item processing
  794. - source: use py.test for better testing, flake8 for code style checks
  795. - source: fix tox >=2.0 compatibility (test runner)
  796. - pypi package: add python version classifiers, add FreeBSD to platforms
  797. Attic Changelog
  798. ---------------
  799. Here you can see the full list of changes between each Attic release until Borg
  800. forked from Attic:
  801. Version 0.17
  802. ~~~~~~~~~~~~
  803. (bugfix release, released on X)
  804. - Fix hashindex ARM memory alignment issue (#309)
  805. - Improve hashindex error messages (#298)
  806. Version 0.16
  807. ~~~~~~~~~~~~
  808. (bugfix release, released on May 16, 2015)
  809. - Fix typo preventing the security confirmation prompt from working (#303)
  810. - Improve handling of systems with improperly configured file system encoding (#289)
  811. - Fix "All archives" output for attic info. (#183)
  812. - More user friendly error message when repository key file is not found (#236)
  813. - Fix parsing of iso 8601 timestamps with zero microseconds (#282)
  814. Version 0.15
  815. ~~~~~~~~~~~~
  816. (bugfix release, released on Apr 15, 2015)
  817. - xattr: Be less strict about unknown/unsupported platforms (#239)
  818. - Reduce repository listing memory usage (#163).
  819. - Fix BrokenPipeError for remote repositories (#233)
  820. - Fix incorrect behavior with two character directory names (#265, #268)
  821. - Require approval before accessing relocated/moved repository (#271)
  822. - Require approval before accessing previously unknown unencrypted repositories (#271)
  823. - Fix issue with hash index files larger than 2GB.
  824. - Fix Python 3.2 compatibility issue with noatime open() (#164)
  825. - Include missing pyx files in dist files (#168)
  826. Version 0.14
  827. ~~~~~~~~~~~~
  828. (feature release, released on Dec 17, 2014)
  829. - Added support for stripping leading path segments (#95)
  830. "attic extract --strip-segments X"
  831. - Add workaround for old Linux systems without acl_extended_file_no_follow (#96)
  832. - Add MacPorts' path to the default openssl search path (#101)
  833. - HashIndex improvements, eliminates unnecessary IO on low memory systems.
  834. - Fix "Number of files" output for attic info. (#124)
  835. - limit create file permissions so files aren't read while restoring
  836. - Fix issue with empty xattr values (#106)
  837. Version 0.13
  838. ~~~~~~~~~~~~
  839. (feature release, released on Jun 29, 2014)
  840. - Fix sporadic "Resource temporarily unavailable" when using remote repositories
  841. - Reduce file cache memory usage (#90)
  842. - Faster AES encryption (utilizing AES-NI when available)
  843. - Experimental Linux, OS X and FreeBSD ACL support (#66)
  844. - Added support for backup and restore of BSDFlags (OSX, FreeBSD) (#56)
  845. - Fix bug where xattrs on symlinks were not correctly restored
  846. - Added cachedir support. CACHEDIR.TAG compatible cache directories
  847. can now be excluded using ``--exclude-caches`` (#74)
  848. - Fix crash on extreme mtime timestamps (year 2400+) (#81)
  849. - Fix Python 3.2 specific lockf issue (EDEADLK)
  850. Version 0.12
  851. ~~~~~~~~~~~~
  852. (feature release, released on April 7, 2014)
  853. - Python 3.4 support (#62)
  854. - Various documentation improvements a new style
  855. - ``attic mount`` now supports mounting an entire repository not only
  856. individual archives (#59)
  857. - Added option to restrict remote repository access to specific path(s):
  858. ``attic serve --restrict-to-path X`` (#51)
  859. - Include "all archives" size information in "--stats" output. (#54)
  860. - Added ``--stats`` option to ``attic delete`` and ``attic prune``
  861. - Fixed bug where ``attic prune`` used UTC instead of the local time zone
  862. when determining which archives to keep.
  863. - Switch to SI units (Power of 1000 instead 1024) when printing file sizes
  864. Version 0.11
  865. ~~~~~~~~~~~~
  866. (feature release, released on March 7, 2014)
  867. - New "check" command for repository consistency checking (#24)
  868. - Documentation improvements
  869. - Fix exception during "attic create" with repeated files (#39)
  870. - New "--exclude-from" option for attic create/extract/verify.
  871. - Improved archive metadata deduplication.
  872. - "attic verify" has been deprecated. Use "attic extract --dry-run" instead.
  873. - "attic prune --hourly|daily|..." has been deprecated.
  874. Use "attic prune --keep-hourly|daily|..." instead.
  875. - Ignore xattr errors during "extract" if not supported by the filesystem. (#46)
  876. Version 0.10
  877. ~~~~~~~~~~~~
  878. (bugfix release, released on Jan 30, 2014)
  879. - Fix deadlock when extracting 0 sized files from remote repositories
  880. - "--exclude" wildcard patterns are now properly applied to the full path
  881. not just the file name part (#5).
  882. - Make source code endianness agnostic (#1)
  883. Version 0.9
  884. ~~~~~~~~~~~
  885. (feature release, released on Jan 23, 2014)
  886. - Remote repository speed and reliability improvements.
  887. - Fix sorting of segment names to ignore NFS left over files. (#17)
  888. - Fix incorrect display of time (#13)
  889. - Improved error handling / reporting. (#12)
  890. - Use fcntl() instead of flock() when locking repository/cache. (#15)
  891. - Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
  892. - Improved libcrypto path detection (#23).
  893. Version 0.8.1
  894. ~~~~~~~~~~~~~
  895. (bugfix release, released on Oct 4, 2013)
  896. - Fix segmentation fault issue.
  897. Version 0.8
  898. ~~~~~~~~~~~
  899. (feature release, released on Oct 3, 2013)
  900. - Fix xattr issue when backing up sshfs filesystems (#4)
  901. - Fix issue with excessive index file size (#6)
  902. - Support access of read only repositories.
  903. - New syntax to enable repository encryption:
  904. attic init --encryption="none|passphrase|keyfile".
  905. - Detect and abort if repository is older than the cache.
  906. Version 0.7
  907. ~~~~~~~~~~~
  908. (feature release, released on Aug 5, 2013)
  909. - Ported to FreeBSD
  910. - Improved documentation
  911. - Experimental: Archives mountable as fuse filesystems.
  912. - The "user." prefix is no longer stripped from xattrs on Linux
  913. Version 0.6.1
  914. ~~~~~~~~~~~~~
  915. (bugfix release, released on July 19, 2013)
  916. - Fixed an issue where mtime was not always correctly restored.
  917. Version 0.6
  918. ~~~~~~~~~~~
  919. First public release on July 9, 2013