1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-20 21:27:32 +00:00
Commit graph

72 commits

Author SHA1 Message Date
Jonas Borgström
c4ec578090 Rename store -> repository 2013-06-20 12:44:58 +02:00
Jonas Borgström
ad08664b65 Switch to st_mtime_ns when available 2013-06-18 14:00:47 +02:00
Jonas Borgström
1fdc5eabc6 Port to Python 3.2+ 2013-06-18 13:39:46 +02: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
491c560c3e Fix tyop 2012-12-06 23:26:52 +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
46c6793979 Improved remote store request pipelining. 2012-11-28 00:03:35 +01:00
Jonas Borgström
8b054a17c3 Remote store rewrite. No more paramiko. 2012-10-17 11:40:23 +02:00
Jonas Borgström
d58784d738 Fix device node restore issues 2012-03-03 14:02:22 +01:00
Jonas Borgström
f7e499ceaa Make specifying paths when running create optional. 2012-03-03 13:56:51 +01:00
Jonas Borgström
78ab5bd868 Add support for character and block device files 2012-03-01 22:35:43 +01:00
Jonas Borgström
4ddbf0d02a Implemented --numeric-owner 2012-02-29 23:59:17 +01:00
Jonas Borgström
c4e022a7fc Added new option "--do-not-cross-mountpoints" 2012-02-04 17:32:46 +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
fbdc11e166 change-password improvements 2011-11-01 21:00:21 +01:00
Jonas Borgström
ddc1d02e90 Make change-password accept both store and key file paths 2011-10-31 21:14:16 +01:00
Jonas Borgström
4c98c5e9da Various pylint fixes 2011-10-29 17:01:07 +02:00
Jonas Borgström
f282fd6930 Added "change-password" subcommand 2011-10-27 22:17:47 +02:00
Jonas Borgström
217da798ab Added generic callback support 2011-09-12 21:34:09 +02:00
Jonas Borgström
0165e4a09f Some argsparse reorganization 2011-09-10 17:32:05 +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
c791bf574b Fix typo 2011-08-16 22:17:27 +02:00
Jonas Borgström
143a393750 Make purge selection more stable and logic 2011-08-16 22:02:42 +02:00
Jonas Borgström
bb6e4fbd93 Rework store design to use a single namespace 2011-08-15 22:32:26 +02:00
Jonas Borgström
1c207d5686 More purge improvements 2011-08-12 08:49:01 +02:00
Jonas Borgström
86a4353d32 Improved purging algorithm 2011-08-11 21:18:13 +02:00
Jonas Borgström
996fd10f8f Added fingerprint and number of files to sats/info output 2011-08-07 20:00:18 +02:00
Jonas Borgström
2c328be1b1 Ignore unix sockets 2011-08-07 19:44:13 +02:00
Jonas Borgström
8616df7f32 Added creation time stats output using the --stats flag 2011-08-07 17:10:21 +02:00
Jonas Borgström
9feef66d4e Purge improvements: New options yearly and prefix 2011-08-07 14:04:14 +02:00
Jonas Borgström
e0615df187 Defer directory attr restoration to avoid permission problems 2011-08-07 12:38:43 +02:00
Jonas Borgström
ddade8384c Improved utf-8 support on non darwin platforms 2011-08-07 12:37:17 +02:00
Jonas Borgström
66885c3986 Do datetime to date conversion using the local time zone 2011-08-06 23:37:44 +02:00
Jonas Borgström
5443441e3f Initial implementation of subcommand "purge" 2011-08-06 23:33:06 +02:00
Jonas Borgström
1d0914177d Bring function tests back to life 2011-08-06 13:01:58 +02:00
Jonas Borgström
64a318501d More user friendly key file handling 2011-08-04 15:27:52 +02:00
Jonas Borgström
2d47afe368 Optimize list and verify for remote stores 2011-07-31 18:37:27 +02:00
Jonas Borgström
6c77ce53d9 Improved stats and delete performace on remote stores 2011-07-30 22:50:59 +02:00
Jonas Borgström
b294ceba67 Switch to pure AES256 encryption and improved metadata storage 2011-07-30 21:13:48 +02:00
Jonas Borgström
3f20f8ed7d Asynchronous extract and verify mode 2011-07-17 23:53:23 +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
e8ed99f300 Added --include/--exclude options to verify sub command 2011-07-02 19:25:29 +02:00
Jonas Borgström
5f75b41fc4 Process files in alphabetical order 2011-07-01 22:01:24 +02:00
Jonas Borgström
3eb211b442 Default to 'utf-8' as stderr and stdout encoding 2011-07-01 21:53:38 +02:00
Jonas Borgström
af95b7c996 Store stat data even for hard links to make file listing prettier 2011-06-19 20:34:46 +02:00