Size: 315
Comment:
|
Size: 909
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Syncthing is a modern file synchronization tool. It synchronizes files between various devices and operating systems. It is a great tool for automatic backup of personal files and smartphones. | Syncthing is a modern file synchronization tool. It synchronizes files between various devices and operating systems. It is a great tool for automatic backup of personal files and smartphones. It has several usefull features: |
Line 4: | Line 4: |
"" References == | * Easy easy and simple configuration * File versioning For this setup we will use [[GlusterFS|GlusterFS]] as the file store backend. == Software == == Filesystem == Configure your system as a [[GlusterFS Client|GlusterFS client]], so you have the following in your fstab. {{{ /etc/glusterfs/home.vol /srv/home glusterfs defaults,_netdev,rw 0 0 }}} == Configuration == == Instances == * Kalle https://syncthing:8384/ * Sanne https://syncthing:8385/ * Family https://syncthing:8386/ * Viktor https://syncthing:8387/ * Karla == References == |
Syncthing
Syncthing is a modern file synchronization tool. It synchronizes files between various devices and operating systems. It is a great tool for automatic backup of personal files and smartphones. It has several usefull features:
- Easy easy and simple configuration
- File versioning
For this setup we will use GlusterFS as the file store backend.
Software
Filesystem
Configure your system as a GlusterFS client, so you have the following in your fstab.
/etc/glusterfs/home.vol /srv/home glusterfs defaults,_netdev,rw 0 0
Configuration
Instances
Kalle https://syncthing:8384/
Sanne https://syncthing:8385/
Family https://syncthing:8386/
Viktor https://syncthing:8387/
- Karla
References
* https://theselfhostingblog.com/posts/how-to-set-up-a-headless-syncthing-network/