Commit Graph

255 Commits

Author SHA1 Message Date
Felicitas Pojtinger
b78e577ed0 feat: Implement basic remove command which modifies the index 2021-11-21 14:02:21 +01:00
Felicitas Pojtinger
aefbe4bbce refactor: Merge stbak and stcache commands 2021-11-21 13:39:14 +01:00
Felicitas Pojtinger
57f524cc21 feat: Enable overwriting index with -o flag 2021-11-21 13:29:51 +01:00
Felicitas Pojtinger
4ad796bb17 feat: Implement stcache list command 2021-11-21 01:44:08 +01:00
Felicitas Pojtinger
43053d83b9 fix: Prevent int64 casts from corrupting record and block values 2021-11-21 01:22:40 +01:00
Felicitas Pojtinger
a413ba8fa5 feat: Add generic persister for metadata 2021-11-21 00:50:11 +01:00
Felicitas Pojtinger
ddadeace61 feat: Start implementation of SQLite index backend 2021-11-21 00:28:25 +01:00
Felicitas Pojtinger
988b6f5060 fix: Truncate file if -o is specified before writing for tar backend 2021-11-20 17:00:25 +01:00
Felicitas Pojtinger
93adb5da13 fix: Enable seeking through filemarks (tar ivf) for tar backend 2021-11-20 16:57:11 +01:00
Felicitas Pojtinger
1f603821aa refactor: Make tape flag global 2021-11-20 16:34:06 +01:00
Felicitas Pojtinger
fd3606ae4b feat: Port to more UNIXes 2021-11-20 14:55:58 +01:00
Felicitas Pojtinger
7e28ec0aaf feat: Start implementation of stcache index cmd 2021-11-19 16:41:23 +01:00
Felicitas Pojtinger
be65e19d89 feat: Allow seeking to specific location in tape before starting count in list command 2021-11-19 16:41:07 +01:00
Felicitas Pojtinger
8e822c39f8 feat: Add eject cmd 2021-11-19 14:42:13 +01:00
Felicitas Pojtinger
63fa4c3669 feat: Add Cobra commands for all functionality 2021-11-19 02:46:49 +01:00
Felicitas Pojtinger
6976438bb4 feat: Add structured CSV output to archive, list and restore commands 2021-11-19 01:46:12 +01:00
Felicitas Pojtinger
0594076323 refactor: Use standard CLI flags and cmd naming scheme 2021-11-19 01:17:19 +01:00
Felicitas Pojtinger
f208c09004 feat: Add stfs-restore command 2021-11-19 00:56:56 +01:00
Felicitas Pojtinger
f426874cbd refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00
Felicitas Pojtinger
f41c96b59e refactor: Use PAX headers directly instead of protobuf for encoding action info 2021-11-19 00:26:58 +01:00
Felicitas Pojtinger
f00532db6a refactor: Make reading optional in stfs-seek 2021-11-19 00:17:10 +01:00
Felicitas Pojtinger
f8ba6ce6c7 refactor: Decompose tell syscall 2021-11-19 00:16:42 +01:00
Felicitas Pojtinger
621cc0b055 feat: Make seek command universal 2021-11-19 00:10:13 +01:00
Felicitas Pojtinger
38819a06d2 feat: Enable moving over file marks on tape 2021-11-18 22:46:26 +01:00
Felicitas Pojtinger
10168d6130 feat: Add EOD handling 2021-11-18 03:17:22 +01:00
Felicitas Pojtinger
a38e7bd710 feat: Add counter-based iterator 2021-11-18 02:41:52 +01:00
Felicitas Pojtinger
b759a56a7b feat: Add re-implementation of tar tvf for tape 2021-11-18 01:50:22 +01:00
Felicitas Pojtinger
43606874be feat: Add PAX header record & block sensing to stfs-tvf 2021-11-18 00:17:34 +01:00
Felicitas Pojtinger
c0687fb390 feat: Add block-scoped seeking to stfs-seek-tape 2021-11-18 00:07:12 +01:00
Felicitas Pojtinger
9337962b04 feat: Add flag to write from current position to stfs-uvf 2021-11-17 23:36:31 +01:00
Felicitas Pojtinger
57446132be feat: Start implementation of universal seek cmd 2021-11-17 22:32:29 +01:00
Felicitas Pojtinger
09b7bccc4c feat: Start normalization of seeking behaviour in file and tape 2021-11-17 21:38:01 +01:00
Felicitas Pojtinger
7a633bfa06 feat: Merge tape and file tar tvf implementations 2021-11-17 21:31:59 +01:00
Felicitas Pojtinger
2e1af673a2 feat: Add tape-compatible implementation of tar tvf 2021-11-17 21:15:32 +01:00
Felicitas Pojtinger
61ff62153b feat: Add support for tape in stfs-uvf 2021-11-16 12:25:23 +01:00
Felicitas Pojtinger
8e9b874304 feat: Use tar i compatible archive format 2021-11-16 11:21:36 +01:00
Felicitas Pojtinger
e272a464b8 feat: Add basic seek example 2021-11-16 03:15:04 +01:00
Felicitas Pojtinger
7a9caae5a8 feat: Allow reading & writing appended tar archives 2021-11-16 02:16:51 +01:00
Felicitas Pojtinger
562e733236 feat: Start implementation of PAX header based metadata 2021-11-16 01:15:46 +01:00
Felicitas Pojtinger
deec1feb42 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felicitas Pojtinger
0adfde5e1f feat: Add support for UNIX-specific tar info 2021-11-14 20:24:17 +01:00
Felicitas Pojtinger
3cfb784b4e feat: Add basic write support 2021-11-14 19:57:59 +01:00
Felicitas Pojtinger
9761244d95 feat: Add command which moves to EOD 2021-11-14 16:48:08 +01:00
Felicitas Pojtinger
9014286405 feat: Add command which writes a tar file's headers into a SQLite database index 2021-11-14 15:01:16 +01:00
Felicitas Pojtinger
d5577a5398 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00
Felicitas Pojtinger
181c26b785 feat: Add seek implementation for file backend 2021-11-14 12:46:21 +01:00
Felicitas Pojtinger
bad36b5751 feat: Add cmd to seek to specific block 2021-11-14 12:04:28 +01:00
Felicitas Pojtinger
1fd2203f66 feat: Add cmd that seeks to specific location in tape 2021-11-14 11:52:36 +01:00
Felicitas Pojtinger
9e3ac69e0d fix: Stop iterating over headers on EOF 2021-11-13 22:11:42 +01:00
Felicitas Pojtinger
69cdc06f67 feat: Enable indexing record and block numbers by iterating over all files in drive/archive 2021-11-13 22:07:15 +01:00