Skip to content
Sebastian Döll edited this page Nov 10, 2023 · 4 revisions

csync is a tool to backup your settings using common cloud storage solutions like iCloud Drive, Dropbox, Google Drive or any other file system based sync solution.

Installation is super easy. You can initialize a config via csync init your home directory.

# .csync.yml
version: 1
provider:
  name: icloud

See Reference to learn about additional features and the specficiation for the .csync.yml configuration file.

Clone this wiki locally