![]() |
![]()
| ![]() |
![]()
NAMEssync - minimalistic filesystem sync toolSYNOPSISssync [options]ssyncd [options] DESCRIPTIONSsync is a minimalistic filesystem synchronization utility. Its primary goals are reliability, correctness, and speed in syncing extremely large filesystems over fast, local network connections. Ssync does not implement encryption, compression, differencing algorithms, or remote synchronization over a pipe such as rsh / ssh since those features are already well covered by other utilities such as rsync.Ssync works well on large filesystems and can handle filesystem objects with unusual and non-ASCII characters in their names while correctly preserving all symbolic and hard links and all mode bits. It can be run at increased or decreased niceness and can provide several levels of logging output. Several options allow complete control of synchronization behaviors such as selectively disabling updating of data, ownership, and modes, as well as updating only newer objects or just performing 'test runs'. The basic behavior of both interactive and daemon versions of the program is to read a list of source and destination paths from a specified work file and take whatever actions are necessary to make the destinations identical to the sources. Each line of the work file takes the form: <source path> | <destination path> Any text following a # character to end of line in the work file is considered a comment and ignored. OPTIONSAll options may be set on the command line in either short or long form as well as in a configuration file. For the interactive version (ssync), the default configuration file is .ssyncrc in the current directory. For the daemon (ssyncd), /usr/local/etc/ssyncd.conf is the default. Settings in the configuration file have the same name as the long option and take a form such as:work-file: /usr/local/etc/ssyncd.work Any text following a # character to end of line in the configuration file is considered a comment and ignored. Example configuration and work files, as well as some more extensive development rationale may be found in the file README.HTML. If you installed a binary package, this file as well as some examples should be located in your distribution's doc directory for this package. If you built from a source tarball, then it should have included the documentation and example files.
FILES
BUGSDue to the simple-mindedness of the configuration file parser, paths containing whitespaces and unusual characters in the work file will not be parsed properly. This limitation does not apply to anything underneath the specified paths, just the starting points as listed in the work file.AUTHORThis manual page was written by Michael W. Shaffer <mwshaffer@angrypot.com>,
|