Child pages
  • csync

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents

Introduction

csync is a lightweight utility to synchronize files between two directories on a system or between multiple systems.

It synchronizes bidirectionally and allows the user to keep two copies of files and directories in sync. csync uses widely adopted protocols, such as smb or sftp, so that there is no need for a server component. It is a user-level program which means you don’t need to be a superuser or administrator.

Install

Ubuntu 12.04

add the repository:

Code Block
cat > /etc/apt/sources.list
deb http://ppa.launchpad.net/markhannon/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/markhannon/ppa/ubuntu precise main 

then:

Code Block
add-apt-repository ppa:markhannon/ppa
apt-get update
apt-get install csync