Changes for page FileSync
Last modified by Jan Brinkhaus on 2023/02/03 13:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +1,7 @@ 1 - = AboutFileSync=1 +sudo mkdir /var/docker_data 2 2 3 -(% class="wikigeneratedid" %) 4 -File sync is a server-side backup software for files from embedded devices. It was from scratch developed to the needs of automatic backups of production data. 3 +cd /var/docker_data/ 5 5 6 - =[[image:attach:FileSyncSlide.jpg]]nc=5 +sudo apt install docker docker-compose 7 7 8 - 9 -(% class="code" style="white-space: pre;" %) 10 -((( 11 11 12 -)))
- FileSyncSlide.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.brinkhaus - Size
-
... ... @@ -1,1 +1,0 @@ 1 -641.3 KB - Content
- docker-compose.yml
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.brinkhaus - Size
-
... ... @@ -1,1 +1,0 @@ 1 -236 bytes - Content
-
... ... @@ -1,15 +1,0 @@ 1 -version: "3" 2 - 3 -services: 4 - 5 - filesync: 6 - image: registry.gitlab.com/b3935/ftpmodule/filesync:latest 7 - container_name: filesync 8 - restart: unless-stopped 9 - 10 - volumes: 11 - - ./data:/app/data 12 - 13 - ports: 14 - - 80:80 15 -