Welcome to Aspera async, a new software application providing high-speed and highly scalable multi-directional, file-based replication and synchronization. async is designed to fill the performance gap of uni-directional file synchronization tools like rsync, which are often very slow for synchronization of large files and large sets of files over the WAN. Additionally, async extends the capability of uni-directional file synchronization tools with full bi-directional and multi-directional synchronization support. The key differences in async and traditional file synchronization tools, like rsync, include the following:

async is a command line program that, like rsync, uses an SSH connection to establish connectivity with its remote peer(s), and is spawned as an SSH sub-system binary on the remote system. The program can be run one time or periodically (through a cron tab scheduled job) on file systems that do not provide asynchronous change notification, or in a continuous mode on file systems that do support asynchronous change notification. async is designed to process files and transfer new data in a continuous pipeline for maximum speed, even when running in scan-only mode (when no file system change notification is available).