Alexander Neumann
0e1045301a
Optimize 'cat' and 'snapshots' commands
2014-12-21 17:29:37 +01:00
Alexander Neumann
5eaa427e80
Save UID and GID as integer in Snapshot
2014-12-21 17:20:49 +01:00
Alexander Neumann
2fd29dd5f6
Merge branch 'find-file'
2014-12-07 17:24:20 +01:00
Alexander Neumann
879abd0d12
Add time to command 'find'
2014-12-07 17:23:00 +01:00
Alexander Neumann
28bb061ad3
Refactor commands
2014-12-07 16:32:23 +01:00
Alexander Neumann
b3deca33a9
Add command 'find'
2014-12-07 14:44:01 +01:00
Alexander Neumann
988d18bb1d
Improve output
2014-12-07 14:26:32 +01:00
Alexander Neumann
202984a93f
Rename snapshot.Content -> snapshot.Tree
2014-12-07 14:14:50 +01:00
Alexander Neumann
73be0d5b18
Redude workers in tests to 20
2014-12-07 14:14:50 +01:00
Alexander Neumann
3336f2b8e7
Check number of bytes saved for each file
2014-12-07 13:34:56 +01:00
Alexander Neumann
a9077725ab
Merge branch 'fix-umlauts'
2014-12-07 13:07:07 +01:00
Alexander Neumann
45e40eb27a
Correctly encode non utf8 node names
2014-12-07 13:06:35 +01:00
Alexander Neumann
fa94d408f3
Remove old khepri binary
2014-12-06 17:59:21 +01:00
Alexander Neumann
ddb8e4abdd
Update README.md buttons
2014-12-05 21:58:42 +01:00
Alexander Neumann
4b390155b2
Update README
2014-12-05 21:53:26 +01:00
Alexander Neumann
29cafc08ef
Add logo
2014-12-05 21:46:50 +01:00
Alexander Neumann
e2fea0d088
Rename khepri -> restic
2014-12-05 21:45:49 +01:00
Alexander Neumann
9dc0bf6378
Fix reusing chunker
2014-12-03 23:20:45 +01:00
Alexander Neumann
4b6c7f1584
Reduce dir depth for trees and data by one
2014-12-01 00:52:12 +01:00
Alexander Neumann
bd4a5ca687
Merge branch 'check-timestamps'
2014-12-01 00:09:19 +01:00
Alexander Neumann
13fc9fe604
Add additional check
2014-12-01 00:06:29 +01:00
Alexander Neumann
d2cda159e1
Test incremental backup
2014-11-30 23:18:58 +01:00
Alexander Neumann
caf00f6087
Save blobs from parent snapshot to new snapshot
2014-11-30 23:12:47 +01:00
Alexander Neumann
0ac1716463
Fix error message for invalid snapshot id in fsck
2014-11-30 22:49:41 +01:00
Alexander Neumann
f5e76a0044
Add safety check: count chunks and compare to blobs
2014-11-30 22:49:14 +01:00
Alexander Neumann
87c36b2cfb
Add 'fsck' to tests
2014-11-30 22:43:34 +01:00
Alexander Neumann
172b7bf123
Move command init into cmd_* files
2014-11-30 22:39:58 +01:00
Alexander Neumann
bb8c52a974
Add 'fsck' command
2014-11-30 22:35:42 +01:00
Alexander Neumann
3325fa07ea
Check timestamps for files
2014-11-30 22:34:21 +01:00
Alexander Neumann
4246e7602f
Store empty list of blobs for empty files
2014-11-30 22:16:34 +01:00
Alexander Neumann
c0b3021494
Correctly deal with empty files
2014-11-30 16:24:27 +01:00
Alexander Neumann
6d56d7d4c6
Optimize repository layout
...
Use subdirectoriers for Data and Tree objects, e.g. store blob
`aec070645fe53ee3b3763059376134f058cc337247c978add178b6ccdfb0019f`
at
```
ac/c0/aec070645fe53ee3b3763059376134f058cc337247c978add178b6ccdfb0019f
```
Issue #58
2014-11-30 16:24:09 +01:00
Alexander Neumann
bbaba349b2
Panic on error saving blobs
2014-11-29 10:52:06 +01:00
Alexander Neumann
b320106198
Add 'key change' to test
2014-11-28 21:59:15 +01:00
Alexander Neumann
b27b8ba4ac
Add test-case for key management
2014-11-28 00:34:56 +01:00
Alexander Neumann
65c9a78e95
Remove extra linefeed from table header in 'snapshots'
2014-11-28 00:01:56 +01:00
Alexander Neumann
3e2c9dc267
Show currently used key in 'key list'
2014-11-27 23:26:19 +01:00
Alexander Neumann
3b243ed1dd
Add command "key change" to change repository password
2014-11-25 23:23:09 +01:00
Alexander Neumann
43ccee3b08
Add command "key rm"
2014-11-25 23:18:02 +01:00
Alexander Neumann
f7fcd7c04c
Add command "key add"
2014-11-25 23:07:00 +01:00
Alexander Neumann
d0a63cd49f
Add command "key list"
2014-11-25 22:52:53 +01:00
Alexander Neumann
ad7e1d043f
Add simple ascii table implementation
2014-11-25 22:39:35 +01:00
Alexander Neumann
553053afd9
Remove race detector from tests
2014-11-24 22:19:48 +01:00
Alexander Neumann
08690b99bf
Merge branch 'list-snapshots'
2014-11-24 22:18:16 +01:00
Alexander Neumann
0a44664d4e
Fix test, do not depend on snapshots command
2014-11-24 22:17:49 +01:00
Alexander Neumann
4ab3d51996
Add more checks befor decrypting data
2014-11-24 22:11:09 +01:00
Alexander Neumann
bb62218743
Add functions to compute unique prefix length
2014-11-24 22:09:22 +01:00
Alexander Neumann
2c5d07a571
List snapshots, accept snapshot id prefix
...
Example:
$ ./khepri snapshots
ID Date Source Directory
--------------------------------------------------------------------------------
fa31d65b 2014-11-24 19:45:11 kasimir /home/user/testdata
20bdc140 2014-11-24 20:00:47 kasimir /home/user/testdata
326cb59d 2014-11-24 20:01:40 kasimir /home/user/testdata
20ff988b 2014-11-24 20:35:35 kasimir /home/user
2014-11-24 21:12:32 +01:00
Alexander Neumann
26cd6c5372
Add maps directory to sftp backend
2014-11-23 23:37:40 +01:00
Alexander Neumann
923a9fa49b
Check maps directory when opening repository
2014-11-23 23:34:34 +01:00