# unison

Published articles for unison.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building a Unix-Based System for Encrypted, Two-Way File Synchronization

DevFeed: [Building a Unix-Based System for Encrypted, Two-Way File Synchronization](<https://devfeed.tech/articles/sync-a-unix-way-35469.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/sync-a-unix-way/>)

Author: Graham King

Published: 2014-05-24T04:49:59Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Unix](<https://devfeed.tech/topics/unix.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [encfs](<https://devfeed.tech/tags/encfs.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [filesystems](<https://devfeed.tech/tags/filesystems.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [software](<https://devfeed.tech/tags/software.md>), [sshfs](<https://devfeed.tech/tags/sshfs.md>), [sync](<https://devfeed.tech/tags/sync.md>), [unison](<https://devfeed.tech/tags/unison.md>), [unix](<https://devfeed.tech/tags/unix.md>)

### AI overview

This tutorial describes a modular, Unix-based approach to synchronizing and backing up files across machines. It combines sshfs for remote storage exposed as a local filesystem, encfs for encryption, Unison for two-way synchronization, and a Bash script to simplify setup after reboot.

### Source excerpt

"Unlock the power of Unix-style modular syncing and encryption."