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, 2 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,12 @@ 1 - sudomkdir /var/docker_data1 += About FileSync = 2 2 3 -cd /var/docker_data/ 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. 4 4 5 - sudoaptinstallocker docker-compose6 += [[image:attach:FileSyncSlide.jpg]]nc = 6 6 8 + 9 +(% class="code" style="white-space: pre;" %) 10 +((( 7 7 12 +)))
- FileSyncSlide.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.brinkhaus - Size
-
... ... @@ -1,0 +1,1 @@ 1 +641.3 KB - Content
- docker-compose.yml
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.brinkhaus - Size
-
... ... @@ -1,0 +1,1 @@ 1 +236 bytes - Content
-
... ... @@ -1,0 +1,15 @@ 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 +