https://github.com/mikmuellerdev/etherpadbackup
Archive Ethepad Documents on a nightly schedule.
https://github.com/mikmuellerdev/etherpadbackup
Last synced: about 1 month ago
JSON representation
Archive Ethepad Documents on a nightly schedule.
- Host: GitHub
- URL: https://github.com/mikmuellerdev/etherpadbackup
- Owner: MikMuellerDev
- Created: 2021-11-11T09:04:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T23:03:43.000Z (over 4 years ago)
- Last Synced: 2025-02-24T12:18:32.431Z (over 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
First install all dependencies.
```
npm i
```
Rename the sample config file to represent the real one.
```
mv config.json.sample config.json
```
Use a text editor to customize this file
```
vim config.json
```
Run the script
```
node .
```