1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
Commit graph

35 commits

Author SHA1 Message Date
Jonas Borgström
1fdc5eabc6 Port to Python 3.2+ 2013-06-18 13:39:46 +02:00
Jonas Borgström
bda6bc47d7 Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00
Jonas Borgström
3e5433855c Use Cython for all native code 2013-05-31 14:08:02 +02:00
Jonas Borgström
b994203c01 chmod should be called before chown to avoid SUID and SGRP reset. 2013-05-18 23:03:16 +02:00
Jonas Borgström
5b28d428b7 Switch to a buzhash (cyclic polynomial) chunkify implementation 2012-12-18 20:38:16 +01:00
Jonas Borgström
09744e5114 Improved test coverage and end of year weekly pruning bug fix 2012-12-10 20:48:39 +01:00
Jonas Borgström
da0e3c4ec8 Improved error handling. 2012-12-09 23:06:33 +01:00
Jonas Borgström
8bb522f1f7 Improved handling of already existing destination files 2012-12-06 23:04:01 +01:00
Jonas Borgström
f28933254a Added support for unencrypted and passphrase encrypted stores 2012-12-04 23:02:10 +01:00
Jonas Borgström
177569d87b Fix remote store cache issue 2012-11-30 21:47:35 +01:00
Jonas Borgström
b755a4f2b9 Remove "--really" option from prune. It's was a bit silly 2011-11-22 21:52:31 +01:00
Jonas Borgström
44b3757865 Rename purge command to prune 2011-11-22 21:47:17 +01:00
Jonas Borgström
4c98c5e9da Various pylint fixes 2011-10-29 17:01:07 +02:00
Jonas Borgström
e9ef5de0e8 Run function tests on remote stores as well 2011-09-12 21:33:32 +02:00
Jonas Borgström
55d049c74c Added support for archive checkpoints 2011-09-10 17:19:02 +02:00
Jonas Borgström
ef8c4a0097 Storage rewrite and more compact encryption envelope 2011-09-04 23:02:47 +02:00
Jonas Borgström
3a00547f28 Added "--hourly" option to "purge" subcommand 2011-08-21 22:17:00 +02:00
Jonas Borgström
80cbdcd8f1 Make the manifest format more extensible 2011-08-21 21:35:00 +02:00
Jonas Borgström
4f7f1fdbe0 Store: rename bands to segments 2011-08-18 22:23:05 +02:00
Jonas Borgström
1d0914177d Bring function tests back to life 2011-08-06 13:01:58 +02:00
Jonas Borgström
b608bf71db Remove sub command "init". Stores are now auto-created 2011-07-02 19:46:41 +02:00
Jonas Borgström
fae9433c11 Various fixes to support Python 2.5 2011-06-23 22:47:51 +02:00
Jonas Borgström
af614665ca New hashindex implementation. 2010-12-16 20:23:22 +01:00
Jonas Borgström
f9e63e302a New "bands" store index 2010-12-08 22:58:23 +01:00
Jonas Borgström
a04ad26975 New filesystem based store implementation 2010-12-04 21:03:02 +01:00
Jonas Borgström
198b3f90fc Memory usage improvments 2010-11-23 14:46:53 +01:00
Jonas Borgström
84b4b08309 Fix hardlink bug and added corresponding test case 2010-11-23 12:55:42 +01:00
Jonas Borgström
6fe6812df2 Experimental --include/exclude support 2010-11-02 22:47:39 +01:00
Jonas Borgström
9f6d2284c3 Improved keychain tests 2010-11-02 20:59:57 +01:00
Jonas Borgström
9e35c56adb Fixed linux xattr issue 2010-11-01 23:06:56 +01:00
Jonas Borgström
869f720be4 Various changes 2010-10-31 21:55:09 +01:00
Jonas Borgström
fe663e3232 Added xattr support 2010-10-31 20:31:56 +01:00
Jonas Borgström
68bd3d3e3d Added FIFO support and improved tests 2010-10-31 20:12:32 +01:00
Jonas Borgström
b5275ca526 Remove logging usage 2010-10-31 16:34:03 +01:00
Jonas Borgström
8cdca7aed4 Renamed dedupestore to darc 2010-10-27 20:12:40 +02:00
Renamed from dedupestore/test.py (Browse further)