https://github.com/fraction/fix-flumelog-offset
https://github.com/fraction/fix-flumelog-offset
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fraction/fix-flumelog-offset
- Owner: fraction
- Created: 2019-09-18T20:23:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T19:46:07.000Z (about 3 years ago)
- Last Synced: 2025-09-22T01:56:39.221Z (9 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fix-flumelog-offset
> repair flumelog offset to remove corrupt entries
This should be your last resort for fixing your flumelog, and *does not* delete
your flumeviews. It works by copying all valid flumelog entries to a temporary
file and then replacing your flumelog with the contents of that file.
## Usage
```console
$ fix-flumelog-offset --help
Usage: fix-flumelog-offset [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--path database path
[string] [default: "/home/alice/.ssb/flume/log.offset"]
```
## Installation
With [npm](https://npmjs.org/):
```shell
npm install -g fix-flumelog-offset
```
With [yarn](https://yarnpkg.com/en/):
```shell
yarn global add fix-flumelog-offset
```
## License
AGPL