https://github.com/m4tx/homeserver
My home server setup, config files, and utility scripts.
https://github.com/m4tx/homeserver
Last synced: 10 months ago
JSON representation
My home server setup, config files, and utility scripts.
- Host: GitHub
- URL: https://github.com/m4tx/homeserver
- Owner: m4tx
- License: mit
- Created: 2023-02-22T00:24:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:48:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T20:50:02.595Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HomeServer
==========
My home server setup, config files, and utility scripts.
## Install the backup service
First, install `curl`, `git`, and [`restic`](https://restic.net/) if you don't have them yet. Then execute:
```bash
curl https://raw.githubusercontent.com/m4tx/homeserver/master/download.sh | sudo bash
```
## Initializing the backup repository on the server
```
sudo -u restic restic init
```
Remember to edit `/etc/backup.conf` (after installing the backup service) first.