A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pojntfx/stfs/commit/a3ece61cd14e9dc73e66041778e43df5b72491e5 below:

Add overview · pojntfx/stfs@a3ece61 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+9

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+9

-2

lines changed Original file line number Diff line number Diff line change

@@ -12,7 +12,15 @@ Simple Tape File System (STFS), a file system for tapes and tar files.

12 12 13 13

## Overview

14 14 15 -

🚧 This project is a work-in-progress! Instructions will be added as soon as it is usable. 🚧

15 +

STFS is a filesystem that brings tapes and tar files into the 21st century.

16 + 17 +

It enables you too ...

18 + 19 +

- **Use a tape or tar file like a regular disk**: STFS uses the robust `tar` format and tape technology to provide a fully features filesystem. This makes such storage solutions much for accessible and manageable, while also significantly increasing the performance of everyday operations such as listing and searching for files by using a SQLite-based on-disk index.

20 +

- **Archive data securely**: The integrated transparent, asymmetrical encryption and signature support makes it possible to use almost any tape as a regulations compliant storage medium, while still being able to take advantage of all the benefits of tapes like reduced cost and increased reliability.

21 +

- **Compress data efficiently**: By leveraging the embedded compression functionality, it is possible to store even more data on tapes without sacrificing the user experience.

22 +

- **Recover data in unexpected scenarios**: Even if sudden power drops happen, the drive fails, the index gets corrupted or STFS stops being maintained, your data is secure. Because it is based on open standards such as `tar`, SQLite, `zstandard`, PGP and others, it is possible to extract your data even if STFS's integrated recovery tools don't suffice.

23 +

- **Build your own storage solution**: In addition to its own, optimized APIs, STFS provides a [`afero.FS implementation`](https://github.com/spf13/afero). This makes embedding STFS and accessing files on a tape or in a tar file through Go easy.

16 24 17 25

## Installation

18 26

@@ -23,7 +31,6 @@ On Linux, you can install them like so:

23 31

```shell

24 32

$ curl -L -o /tmp/stfs "https://github.com/pojntfx/stfs/releases/latest/download/stfs.linux-$(uname -m)"

25 33

$ sudo install /tmp/stfs /usr/local/bin

26 -

$ sudo setcap cap_net_admin+ep /usr/local/bin/stfs # This allows rootless execution

27 34

```

28 35 29 36

On macOS, you can use the following:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4