diff --git a/README.md b/README.md index b072bc5..b771123 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,27 @@ https://hub.docker.com/r/uroni/urbackup-server https://github.com/barcus/bareos +https://github.com/barcus/bareos/blob/master/docker-compose-alpine-pgsql.yml + +gui should be available at +http://odroid.fritz.box:8080/ + +odroid@odroid:~/git/swagup-server/bareus$ docker logs -f bareus-php-fpm-1 +standard_init_linux.go:228: exec user process caused: exec format error + +php-fpm image not compatible with aarch architecture +https://github.com/barcus/docker-php-fpm-alpine + + +login with: +admin + UI pw from .env file + + +TODO: + - grafik erstellen urbackup + - + + Bareus ATB requirements: + - test linux backup with odroid server + - test backup of individual windows folders via laptop/desktop + diff --git a/docker-compose-urbackup.yml b/urBackup/docker-compose-urbackup.yml similarity index 100% rename from docker-compose-urbackup.yml rename to urBackup/docker-compose-urbackup.yml diff --git a/urBackup/urBackup-infrastructure.drawio b/urBackup/urBackup-infrastructure.drawio new file mode 100644 index 0000000..98bc4d7 --- /dev/null +++ b/urBackup/urBackup-infrastructure.drawio @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/urBackup/urBackup-infrastructure.drawio.png b/urBackup/urBackup-infrastructure.drawio.png new file mode 100644 index 0000000..958cb30 Binary files /dev/null and b/urBackup/urBackup-infrastructure.drawio.png differ