Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2021-02-20 11:22:09
Size: 778
Comment:
Revision 7 as of 2021-02-20 11:25:00
Size: 909
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
=== GlusterFS === == Filesystem ==
Line 13: Line 13:
start by configuring the system as a glusterFS client 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
}}}

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

References

* https://theselfhostingblog.com/posts/how-to-set-up-a-headless-syncthing-network/

None: Syncthing (last edited 2022-02-12 09:39:51 by Kristian Kallenberg)