Aspera Sync FAQ

(1) What does Aspera Sync actually do?

Simply put, it synchronizes new and modified files and directories between remote endpoints. It moves, deletes, renames, and transfers new file contents as needed. For example:

For additional details on Aspera Sync's core features, see the Introduction.

(2) How does Aspera Sync differ from rsync?

Aspera Sync is a high-speed replacement for rsync in uni-directional mode, and is designed to be a drop-in replacement with similar command-line options (async Command-Line Options). Aspera Sync also supports bi-directional and multi-directional synchronization. The following key capabilities distinguish it from rsync:

To view an example of async options versus rsync options, see rsync vs. async Uni-directional Example.

(3) How is one-time mode different from continuous mode?

As described in Synchronization and Direction Modes, Aspera Sync offers two modes of operation: one-time ("on-demand") synchronization and continuous synchronization. When running in one-time mode, it synchronizes once and exits. In continuous mode, on the other hand, it offers constant synchronization between file systems. Note that continuous mode can only be used where file system change notification (that is, inotify, which monitors file system events) is available on the systems that are running async. NFS-mounted file systems do not support inotify change notification for updates made by remote NFS clients, so in these scenarios, async should be run in one-time mode (which can be scheduled through cron). Note that the scan mode used is designed for maximum speed and is fully pipelined with transfer, so as to allow for maximum performance even in one-time mode.

(4) What directions does Aspera Sync work in?

It works in multiple directions: push, pull, and bi-directional.

(5) How are conflicts handled in bi-directional mode?

A conflict situation can arise in bi-directional mode when a file or directory changes content; an entity is renamed before synchronization has completed; or the change occurs on both endpoints concurrently such that the "newer" version cannot be reliably determined. Aspera Sync reports such conflicts and does not modify either file system, leaving the file systems in conflict. To resolve this type of conflict, delete the file on one side and run async again.

(6) How much space is required for an Aspera Sync snapshot?

The largest amount of space you will need is approximately 200 MB.