Skip to content

Sync files generated by a docker job with Synology CloudSync.

License

Notifications You must be signed in to change notification settings

itenium-be/synology-cloud-sync-vs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synology CloudSync vs Docker

Sync files generated by a docker job with Synology CloudSync.

Blog post on itenium.be

Configure .env

# Configure with https://crontab.guru
CRON="* * * * *"

# The synology dir that is being synced with CloudSync
# And where you want save the generated files
SYNC_DIR=/volume1/sync-dir/shared-with-3rd-party

Configure Synology

  • Control Panel > File Services > NFS > Enable
  • Control Panel > Shared Folder > Right Click "sync-dir" > Edit > NFS Permissions
    • Create > Hostname or IP: 127.0.0.1 > Save

Or see steps for the image-version.

And start

Make create-file.sh do something.

docker-compose up -d --build

About

Sync files generated by a docker job with Synology CloudSync.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published