Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djeshkov/bareos-fd
Bareos FileDaemon
https://github.com/djeshkov/bareos-fd
Last synced: 4 days ago
JSON representation
Bareos FileDaemon
- Host: GitHub
- URL: https://github.com/djeshkov/bareos-fd
- Owner: djeshkov
- Created: 2016-08-17T21:05:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T15:22:37.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:50:53.466Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - djeshkov/bareos-fd - Bareos FileDaemon (others)
README
# Bareos File Daemon
* Port: `9102`
* Config: `/data/etc/bareos-fd.con````
docker run \
--rm \
--name bareos-fd \
-v /:/mnt \
-p 9102:9102 \
-v /data/etc:/etc/bareos \
--hostname bareos-fd \
djeshkov/bareos-fd```
@ Docker composer
```
curl -L https://raw.githubusercontent.com/djeshkov/bareos-fd/master/docker-compose.yaml > /tmp/docker-compose.yaml
docker-compose up```