Commit Graph

46 Commits

Author SHA1 Message Date
Felix Pojtinger
0cb243a3fb fix: Truncate file if -o is specified before writing for tar backend 2021-11-20 17:00:25 +01:00
Felix Pojtinger
e55ff7fdfe fix: Enable seeking through filemarks (tar ivf) for tar backend 2021-11-20 16:57:11 +01:00
Felix Pojtinger
e3b0f5cbea refactor: Make tape flag global 2021-11-20 16:34:06 +01:00
Felix Pojtinger
c4469a5281 feat: Port to more UNIXes 2021-11-20 14:55:58 +01:00
Felix Pojtinger
7eddcb9400 feat: Start implementation of stcache index cmd 2021-11-19 16:41:23 +01:00
Felix Pojtinger
c2e9e6eeea feat: Allow seeking to specific location in tape before starting count in list command 2021-11-19 16:41:07 +01:00
Felix Pojtinger
db4623d728 feat: Add eject cmd 2021-11-19 14:42:13 +01:00
Felix Pojtinger
9e7d76dabf feat: Add Cobra commands for all functionality 2021-11-19 02:46:49 +01:00
Felix Pojtinger
546e858870 feat: Add structured CSV output to archive, list and restore commands 2021-11-19 01:46:12 +01:00
Felix Pojtinger
c28d8b9630 refactor: Use standard CLI flags and cmd naming scheme 2021-11-19 01:17:19 +01:00
Felix Pojtinger
ce68ab38a1 feat: Add stfs-restore command 2021-11-19 00:56:56 +01:00
Felix Pojtinger
73d92e3b39 refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00
Felix Pojtinger
760d638b62 refactor: Use PAX headers directly instead of protobuf for encoding action info 2021-11-19 00:26:58 +01:00
Felix Pojtinger
754aed6af4 refactor: Make reading optional in stfs-seek 2021-11-19 00:17:10 +01:00
Felix Pojtinger
08fde43223 refactor: Decompose tell syscall 2021-11-19 00:16:42 +01:00
Felix Pojtinger
75f59e3b45 feat: Make seek command universal 2021-11-19 00:10:13 +01:00
Felix Pojtinger
d87db6b04c feat: Enable moving over file marks on tape 2021-11-18 22:46:26 +01:00
Felix Pojtinger
d15efc9294 feat: Add EOD handling 2021-11-18 03:17:22 +01:00
Felix Pojtinger
4bcdb5d305 feat: Add counter-based iterator 2021-11-18 02:41:52 +01:00
Felix Pojtinger
9fac266845 feat: Add re-implementation of tar tvf for tape 2021-11-18 01:50:22 +01:00
Felix Pojtinger
4d250fae99 feat: Add PAX header record & block sensing to stfs-tvf 2021-11-18 00:17:34 +01:00
Felix Pojtinger
f90d063aa6 feat: Add block-scoped seeking to stfs-seek-tape 2021-11-18 00:07:12 +01:00
Felix Pojtinger
011eedd92e feat: Add flag to write from current position to stfs-uvf 2021-11-17 23:36:31 +01:00
Felix Pojtinger
489a8424e6 feat: Start implementation of universal seek cmd 2021-11-17 22:32:29 +01:00
Felix Pojtinger
1a91d15026 feat: Start normalization of seeking behaviour in file and tape 2021-11-17 21:38:01 +01:00
Felix Pojtinger
6c0115e47a feat: Merge tape and file tar tvf implementations 2021-11-17 21:31:59 +01:00
Felix Pojtinger
31581ea398 feat: Add tape-compatible implementation of tar tvf 2021-11-17 21:15:32 +01:00
Felix Pojtinger
d7035dad16 feat: Add support for tape in stfs-uvf 2021-11-16 12:25:23 +01:00
Felix Pojtinger
7631c863f6 feat: Use tar i compatible archive format 2021-11-16 11:21:36 +01:00
Felix Pojtinger
fb905f7a7b feat: Add basic seek example 2021-11-16 03:15:04 +01:00
Felix Pojtinger
d4212390e3 feat: Allow reading & writing appended tar archives 2021-11-16 02:16:51 +01:00
Felix Pojtinger
e72854405e feat: Start implementation of PAX header based metadata 2021-11-16 01:15:46 +01:00
Felix Pojtinger
03087ff783 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felix Pojtinger
e3f038c119 feat: Add support for UNIX-specific tar info 2021-11-14 20:24:17 +01:00
Felix Pojtinger
004ef4ea3d feat: Add basic write support 2021-11-14 19:57:59 +01:00
Felix Pojtinger
725d716eeb feat: Add command which moves to EOD 2021-11-14 16:48:08 +01:00
Felix Pojtinger
69cdef6eb7 feat: Add command which writes a tar file's headers into a SQLite database index 2021-11-14 15:01:16 +01:00
Felix Pojtinger
b7c79d7e91 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00
Felix Pojtinger
4de7240c85 feat: Add seek implementation for file backend 2021-11-14 12:46:21 +01:00
Felix Pojtinger
bfc4f0e80b feat: Add cmd to seek to specific block 2021-11-14 12:04:28 +01:00
Felix Pojtinger
be834c1155 feat: Add cmd that seeks to specific location in tape 2021-11-14 11:52:36 +01:00
Felix Pojtinger
2affeb59ac fix: Stop iterating over headers on EOF 2021-11-13 22:11:42 +01:00
Felix Pojtinger
1bb515a7d4 feat: Enable indexing record and block numbers by iterating over all files in drive/archive 2021-11-13 22:07:15 +01:00
Felix Pojtinger
5c334f3726 feat: Start implementation of manual header parsing and analysis 2021-11-13 21:26:18 +01:00
Felix Pojtinger
091011eee4 feat: Implement example in alternative FUSE library 2021-11-12 23:32:06 +01:00
Felix Pojtinger
c321d52076 feat: Add basic FUSE read-only FS example 2021-11-11 21:45:55 +01:00