# PaCkAgE DaTaStReAm rsync 1 4519 # end of header 07070100039d07000081a40000000000000000000000014cbd3552000000ce0000010000010036ffffffffffffffff0000000e00000000rsync/pkginfoPKG=rsync NAME=rsync 3.0.7 SPARC 64bit Solaris 10 VERSION=3.0.7 PSTAMP=19th October 2010 EMAIL=http://www.samba.org/rsync/ DESC=rsync file transfer utility ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ 07070100039d06000081a40000000000000000000000014cbd3552000002560000010000010036ffffffffffffffff0000000d00000000rsync/pkgmap: 1 4519 1 d none /usr ? ? ? 1 d none /usr/local 0755 root root 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/rsync 0755 root root 1946904 27989 1287468270 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/rsync.1 0644 root root 159739 65016 1287468270 1 d none /usr/local/share/man/man5 0755 root root 1 f none /usr/local/share/man/man5/rsyncd.conf.5 0644 root root 36372 24688 1287468270 1 i checkinstall 785 2565 1287468368 1 i pkginfo 206 16327 1287468370 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100039d07000081a40000000000000000000000014cbd3552000000ce0000010000010036ffffffffffffffff0000000800000000pkginfoPKG=rsync NAME=rsync 3.0.7 SPARC 64bit Solaris 10 VERSION=3.0.7 PSTAMP=19th October 2010 EMAIL=http://www.samba.org/rsync/ DESC=rsync file transfer utility ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ 07070100039d06000081a40000000000000000000000014cbd3552000002560000010000010036ffffffffffffffff0000000700000000pkgmap: 1 4519 1 d none /usr ? ? ? 1 d none /usr/local 0755 root root 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/rsync 0755 root root 1946904 27989 1287468270 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/rsync.1 0644 root root 159739 65016 1287468270 1 d none /usr/local/share/man/man5 0755 root root 1 f none /usr/local/share/man/man5/rsyncd.conf.5 0644 root root 36372 24688 1287468270 1 i checkinstall 785 2565 1287468368 1 i pkginfo 206 16327 1287468370 07070100039d13000041ed0000000000000000000000024cbd3552000000000000010000010036ffffffffffffffff0000000800000000install07070100039d14000081ed0000000000000000000000014cbd3550000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 07070100039d08000041ed0000000000000000000000034cbd3552000000000000010000010036ffffffffffffffff0000000500000000root07070100039d09000041ed0000000000000000000000034cbd3552000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100039d0a000041ed0000000000000000000000044cbd3552000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local07070100039d0d000041ed0000000000000000000000034cbd3552000000000000010000010036ffffffffffffffff0000001500000000root/usr/local/share07070100039d0e000041ed0000000000000000000000044cbd3552000000000000010000010036ffffffffffffffff0000001900000000root/usr/local/share/man07070100039d11000041ed0000000000000000000000024cbd3552000000000000010000010036ffffffffffffffff0000001e00000000root/usr/local/share/man/man507070100039d12000081a40000000000000000000000014cbd34ee00008e140000010000010036ffffffffffffffff0000002c00000000root/usr/local/share/man/man5/rsyncd.conf.5.TH "rsyncd.conf" "5" "31 Dec 2009" "" "" .SH "NAME" rsyncd.conf \(em configuration file for rsync in daemon mode .SH "SYNOPSIS" .PP rsyncd.conf .PP .SH "DESCRIPTION" .PP The rsyncd.conf file is the runtime configuration file for rsync when run as an rsync daemon. .PP The rsyncd.conf file controls authentication, access, logging and available modules. .PP .SH "FILE FORMAT" .PP The file consists of modules and parameters. A module begins with the name of the module in square brackets and continues until the next module begins. Modules contain parameters of the form \(dq\&name = value\(dq\&. .PP The file is line-based \(em that is, each newline-terminated line represents either a comment, a module name or a parameter. .PP Only the first equals sign in a parameter is significant. Whitespace before or after the first equals sign is discarded. Leading, trailing and internal whitespace in module and parameter names is irrelevant. Leading and trailing whitespace in a parameter value is discarded. Internal whitespace within a parameter value is retained verbatim. .PP Any line beginning with a hash (#) is ignored, as are lines containing only whitespace. .PP Any line ending in a \e is \(dq\&continued\(dq\& on the next line in the customary UNIX fashion. .PP The values following the equals sign in parameters are all either a string (no quotes needed) or a boolean, which may be given as yes/no, 0/1 or true/false. Case is not significant in boolean values, but is preserved in string values. .PP .SH "LAUNCHING THE RSYNC DAEMON" .PP The rsync daemon is launched by specifying the \fB\-\-daemon\fP option to rsync. .PP The daemon must run with root privileges if you wish to use chroot, to bind to a port numbered under 1024 (as is the default 873), or to set file ownership. Otherwise, it must just have permission to read and write the appropriate data, log, and lock files. .PP You can launch it either via inetd, as a stand-alone daemon, or from an rsync client via a remote shell. If run as a stand-alone daemon then just run the command \(dq\&\fBrsync \-\-daemon\fP\(dq\& from a suitable startup script. .PP When run via inetd you should add a line like this to /etc/services: .PP .nf rsync 873/tcp .fi .PP and a single line something like this to /etc/inetd.conf: .PP .nf rsync stream tcp nowait root /usr/bin/rsync rsyncd \-\-daemon .fi .PP Replace \(dq\&/usr/bin/rsync\(dq\& with the path to where you have rsync installed on your system. You will then need to send inetd a HUP signal to tell it to reread its config file. .PP Note that you should \fBnot\fP send the rsync daemon a HUP signal to force it to reread the \f(CWrsyncd.conf\fP file. The file is re-read on each client connection. .PP .SH "GLOBAL PARAMETERS" .PP The first parameters in the file (before a [module] header) are the global parameters. .PP You may also include any module parameters in the global part of the config file in which case the supplied value will override the default for that parameter. .PP .IP "\fBmotd file\fP" This parameter allows you to specify a \(dq\&message of the day\(dq\& to display to clients on each connect. This usually contains site information and any legal notices. The default is no motd file. .IP .IP "\fBpid file\fP" This parameter tells the rsync daemon to write its process ID to that file. If the file already exists, the rsync daemon will abort rather than overwrite the file. .IP .IP "\fBport\fP" You can override the default port the daemon will listen on by specifying this value (defaults to 873). This is ignored if the daemon is being run by inetd, and is superseded by the \fB\-\-port\fP command-line option. .IP .IP "\fBaddress\fP" You can override the default IP address the daemon will listen on by specifying this value. This is ignored if the daemon is being run by inetd, and is superseded by the \fB\-\-address\fP command-line option. .IP .IP "\fBsocket options\fP" This parameter can provide endless fun for people who like to tune their systems to the utmost degree. You can set all sorts of socket options which may make transfers faster (or slower!). Read the man page for the \f(CWsetsockopt()\fP system call for details on some of the options you may be able to set. By default no special socket options are set. These settings can also be specified via the \fB\-\-sockopts\fP command-line option. .IP .SH "MODULE PARAMETERS" .PP After the global parameters you should define a number of modules, each module exports a directory tree as a symbolic name. Modules are exported by specifying a module name in square brackets [module] followed by the parameters for that module. The module name cannot contain a slash or a closing square bracket. If the name contains whitespace, each internal sequence of whitespace will be changed into a single space, while leading or trailing whitespace will be discarded. .PP .IP "\fBcomment\fP" This parameter specifies a description string that is displayed next to the module name when clients obtain a list of available modules. The default is no comment. .IP .IP "\fBpath\fP" This parameter specifies the directory in the daemon\(cq\&s filesystem to make available in this module. You must specify this parameter for each module in \f(CWrsyncd.conf\fP. .IP .IP "\fBuse chroot\fP" If \(dq\&use chroot\(dq\& is true, the rsync daemon will chroot to the \(dq\&path\(dq\& before starting the file transfer with the client. This has the advantage of extra protection against possible implementation security holes, but it has the disadvantages of requiring super-user privileges, of not being able to follow symbolic links that are either absolute or outside of the new root path, and of complicating the preservation of users and groups by name (see below). .IP As an additional safety feature, you can specify a dot-dir in the module\(cq\&s \(dq\&path\(dq\& to indicate the point where the chroot should occur. This allows rsync to run in a chroot with a non-\(dq\&/\(dq\& path for the top of the transfer hierarchy. Doing this guards against unintended library loading (since those absolute paths will not be inside the transfer hierarchy unless you have used an unwise pathname), and lets you setup libraries for the chroot that are outside of the transfer. For example, specifying \(dq\&/var/rsync/./module1\(dq\& will chroot to the \(dq\&/var/rsync\(dq\& directory and set the inside-chroot path to \(dq\&/module1\(dq\&. If you had omitted the dot-dir, the chroot would have used the whole path, and the inside-chroot path would have been \(dq\&/\(dq\&. .IP When \(dq\&use chroot\(dq\& is false or the inside-chroot path is not \(dq\&/\(dq\&, rsync will: (1) munge symlinks by default for security reasons (see \(dq\&munge symlinks\(dq\& for a way to turn this off, but only if you trust your users), (2) substitute leading slashes in absolute paths with the module\(cq\&s path (so that options such as \fB\-\-backup\-dir\fP, \fB\-\-compare\-dest\fP, etc. interpret an absolute path as rooted in the module\(cq\&s \(dq\&path\(dq\& dir), and (3) trim \(dq\&..\(dq\& path elements from args if rsync believes they would escape the module hierarchy. The default for \(dq\&use chroot\(dq\& is true, and is the safer choice (especially if the module is not read-only). .IP When this parameter is enabled, rsync will not attempt to map users and groups by name (by default), but instead copy IDs as though \fB\-\-numeric\-ids\fP had been specified. In order to enable name-mapping, rsync needs to be able to use the standard library functions for looking up names and IDs (i.e. \f(CWgetpwuid()\fP , \f(CWgetgrgid()\fP , \f(CWgetpwname()\fP , and \f(CWgetgrnam()\fP ). This means the rsync process in the chroot hierarchy will need to have access to the resources used by these library functions (traditionally /etc/passwd and /etc/group, but perhaps additional dynamic libraries as well). .IP If you copy the necessary resources into the module\(cq\&s chroot area, you should protect them through your OS\(cq\&s normal user/group or ACL settings (to prevent the rsync module\(cq\&s user from being able to change them), and then hide them from the user\(cq\&s view via \(dq\&exclude\(dq\& (see how in the discussion of that parameter). At that point it will be safe to enable the mapping of users and groups by name using the \(dq\&numeric ids\(dq\& daemon parameter (see below). .IP Note also that you are free to setup custom user/group information in the chroot area that is different from your normal system. For example, you could abbreviate the list of users and groups. .IP .IP "\fBnumeric ids\fP" Enabling this parameter disables the mapping of users and groups by name for the current daemon module. This prevents the daemon from trying to load any user/group-related files or libraries. This enabling makes the transfer behave as if the client had passed the \fB\-\-numeric\-ids\fP command-line option. By default, this parameter is enabled for chroot modules and disabled for non-chroot modules. .IP A chroot-enabled module should not have this parameter enabled unless you\(cq\&ve taken steps to ensure that the module has the necessary resources it needs to translate names, and that it is not possible for a user to change those resources. .IP .IP "\fBmunge symlinks\fP" This parameter tells rsync to modify all incoming symlinks in a way that makes them unusable but recoverable (see below). This should help protect your files from user trickery when your daemon module is writable. The default is disabled when \(dq\&use chroot\(dq\& is on and the inside-chroot path is \(dq\&/\(dq\&, otherwise it is enabled. .IP If you disable this parameter on a daemon that is not read-only, there are tricks that a user can play with uploaded symlinks to access daemon-excluded items (if your module has any), and, if \(dq\&use chroot\(dq\& is off, rsync can even be tricked into showing or changing data that is outside the module\(cq\&s path (as access-permissions allow). .IP The way rsync disables the use of symlinks is to prefix each one with the string \(dq\&/rsyncd-munged/\(dq\&. This prevents the links from being used as long as that directory does not exist. When this parameter is enabled, rsync will refuse to run if that path is a directory or a symlink to a directory. When using the \(dq\&munge symlinks\(dq\& parameter in a chroot area that has an inside-chroot path of \(dq\&/\(dq\&, you should add \(dq\&/rsyncd-munged/\(dq\& to the exclude setting for the module so that a user can\(cq\&t try to create it. .IP Note: rsync makes no attempt to verify that any pre-existing symlinks in the module\(cq\&s hierarchy are as safe as you want them to be (unless, of course, it just copied in the whole hierarchy). If you setup an rsync daemon on a new area or locally add symlinks, you can manually protect your symlinks from being abused by prefixing \(dq\&/rsyncd-munged/\(dq\& to the start of every symlink\(cq\&s value. There is a perl script in the support directory of the source code named \(dq\&munge-symlinks\(dq\& that can be used to add or remove this prefix from your symlinks. .IP When this parameter is disabled on a writable module and \(dq\&use chroot\(dq\& is off (or the inside-chroot path is not \(dq\&/\(dq\&), incoming symlinks will be modified to drop a leading slash and to remove \(dq\&..\(dq\& path elements that rsync believes will allow a symlink to escape the module\(cq\&s hierarchy. There are tricky ways to work around this, though, so you had better trust your users if you choose this combination of parameters. .IP .IP "\fBcharset\fP" This specifies the name of the character set in which the module\(cq\&s filenames are stored. If the client uses an \fB\-\-iconv\fP option, the daemon will use the value of the \(dq\&charset\(dq\& parameter regardless of the character set the client actually passed. This allows the daemon to support charset conversion in a chroot module without extra files in the chroot area, and also ensures that name-translation is done in a consistent manner. If the \(dq\&charset\(dq\& parameter is not set, the \fB\-\-iconv\fP option is refused, just as if \(dq\&iconv\(dq\& had been specified via \(dq\&refuse options\(dq\&. .IP If you wish to force users to always use \fB\-\-iconv\fP for a particular module, add \(dq\&no-iconv\(dq\& to the \(dq\&refuse options\(dq\& parameter. Keep in mind that this will restrict access to your module to very new rsync clients. .IP .IP "\fBmax connections\fP" This parameter allows you to specify the maximum number of simultaneous connections you will allow. Any clients connecting when the maximum has been reached will receive a message telling them to try later. The default is 0, which means no limit. A negative value disables the module. See also the \(dq\&lock file\(dq\& parameter. .IP .IP "\fBlog file\fP" When the \(dq\&log file\(dq\& parameter is set to a non-empty string, the rsync daemon will log messages to the indicated file rather than using syslog. This is particularly useful on systems (such as AIX) where \f(CWsyslog()\fP doesn\(cq\&t work for chrooted programs. The file is opened before \f(CWchroot()\fP is called, allowing it to be placed outside the transfer. If this value is set on a per-module basis instead of globally, the global log will still contain any authorization failures or config-file error messages. .IP If the daemon fails to open the specified file, it will fall back to using syslog and output an error about the failure. (Note that the failure to open the specified log file used to be a fatal error.) .IP .IP "\fBsyslog facility\fP" This parameter allows you to specify the syslog facility name to use when logging messages from the rsync daemon. You may use any standard syslog facility name which is defined on your system. Common names are auth, authpriv, cron, daemon, ftp, kern, lpr, mail, news, security, syslog, user, uucp, local0, local1, local2, local3, local4, local5, local6 and local7. The default is daemon. This setting has no effect if the \(dq\&log file\(dq\& setting is a non-empty string (either set in the per-modules settings, or inherited from the global settings). .IP .IP "\fBmax verbosity\fP" This parameter allows you to control the maximum amount of verbose information that you\(cq\&ll allow the daemon to generate (since the information goes into the log file). The default is 1, which allows the client to request one level of verbosity. .IP .IP "\fBlock file\fP" This parameter specifies the file to use to support the \(dq\&max connections\(dq\& parameter. The rsync daemon uses record locking on this file to ensure that the max connections limit is not exceeded for the modules sharing the lock file. The default is \f(CW/var/run/rsyncd.lock\fP. .IP .IP "\fBread only\fP" This parameter determines whether clients will be able to upload files or not. If \(dq\&read only\(dq\& is true then any attempted uploads will fail. If \(dq\&read only\(dq\& is false then uploads will be possible if file permissions on the daemon side allow them. The default is for all modules to be read only. .IP .IP "\fBwrite only\fP" This parameter determines whether clients will be able to download files or not. If \(dq\&write only\(dq\& is true then any attempted downloads will fail. If \(dq\&write only\(dq\& is false then downloads will be possible if file permissions on the daemon side allow them. The default is for this parameter to be disabled. .IP .IP "\fBlist\fP" This parameter determines if this module should be listed when the client asks for a listing of available modules. By setting this to false you can create hidden modules. The default is for modules to be listable. .IP .IP "\fBuid\fP" This parameter specifies the user name or user ID that file transfers to and from that module should take place as when the daemon was run as root. In combination with the \(dq\&gid\(dq\& parameter this determines what file permissions are available. The default is uid \-2, which is normally the user \(dq\&nobody\(dq\&. .IP .IP "\fBgid\fP" This parameter specifies the group name or group ID that file transfers to and from that module should take place as when the daemon was run as root. This complements the \(dq\&uid\(dq\& parameter. The default is gid \-2, which is normally the group \(dq\&nobody\(dq\&. .IP .IP "\fBfake super\fP" Setting \(dq\&fake super = yes\(dq\& for a module causes the daemon side to behave as if the \fB\-\-fake\-user\fP command-line option had been specified. This allows the full attributes of a file to be stored without having to have the daemon actually running as root. .IP .IP "\fBfilter\fP" The daemon has its own filter chain that determines what files it will let the client access. This chain is not sent to the client and is independent of any filters the client may have specified. Files excluded by the daemon filter chain (\fBdaemon-excluded\fP files) are treated as non-existent if the client tries to pull them, are skipped with an error message if the client tries to push them (triggering exit code 23), and are never deleted from the module. You can use daemon filters to prevent clients from downloading or tampering with private administrative files, such as files you may add to support uid/gid name translations. .IP The daemon filter chain is built from the \(dq\&filter\(dq\&, \(dq\&include from\(dq\&, \(dq\&include\(dq\&, \(dq\&exclude from\(dq\&, and \(dq\&exclude\(dq\& parameters, in that order of priority. Anchored patterns are anchored at the root of the module. To prevent access to an entire subtree, for example, \(dq\&/secret\(dq\&, you \fImust\fP exclude everything in the subtree; the easiest way to do this is with a triple-star pattern like \(dq\&/secret/***\(dq\&. .IP The \(dq\&filter\(dq\& parameter takes a space-separated list of daemon filter rules, though it is smart enough to know not to split a token at an internal space in a rule (e.g. \(dq\&- /foo \(em /bar\(dq\& is parsed as two rules). You may specify one or more merge-file rules using the normal syntax. Only one \(dq\&filter\(dq\& parameter can apply to a given module in the config file, so put all the rules you want in a single parameter. Note that per-directory merge-file rules do not provide as much protection as global rules, but they can be used to make \fB\-\-delete\fP work better during a client download operation if the per-dir merge files are included in the transfer and the client requests that they be used. .IP .IP "\fBexclude\fP" This parameter takes a space-separated list of daemon exclude patterns. As with the client \fB\-\-exclude\fP option, patterns can be qualified with \(dq\&- \(dq\& or \(dq\&+ \(dq\& to explicitly indicate exclude/include. Only one \(dq\&exclude\(dq\& parameter can apply to a given module. See the \(dq\&filter\(dq\& parameter for a description of how excluded files affect the daemon. .IP .IP "\fBinclude\fP" Use an \(dq\&include\(dq\& to override the effects of the \(dq\&exclude\(dq\& parameter. Only one \(dq\&include\(dq\& parameter can apply to a given module. See the \(dq\&filter\(dq\& parameter for a description of how excluded files affect the daemon. .IP .IP "\fBexclude from\fP" This parameter specifies the name of a file on the daemon that contains daemon exclude patterns, one per line. Only one \(dq\&exclude from\(dq\& parameter can apply to a given module; if you have multiple exclude-from files, you can specify them as a merge file in the \(dq\&filter\(dq\& parameter. See the \(dq\&filter\(dq\& parameter for a description of how excluded files affect the daemon. .IP .IP "\fBinclude from\fP" Analogue of \(dq\&exclude from\(dq\& for a file of daemon include patterns. Only one \(dq\&include from\(dq\& parameter can apply to a given module. See the \(dq\&filter\(dq\& parameter for a description of how excluded files affect the daemon. .IP .IP "\fBincoming chmod\fP" This parameter allows you to specify a set of comma-separated chmod strings that will affect the permissions of all incoming files (files that are being received by the daemon). These changes happen after all other permission calculations, and this will even override destination-default and/or existing permissions when the client does not specify \fB\-\-perms\fP. See the description of the \fB\-\-chmod\fP rsync option and the \fBchmod\fP(1) manpage for information on the format of this string. .IP .IP "\fBoutgoing chmod\fP" This parameter allows you to specify a set of comma-separated chmod strings that will affect the permissions of all outgoing files (files that are being sent out from the daemon). These changes happen first, making the sent permissions appear to be different than those stored in the filesystem itself. For instance, you could disable group write permissions on the server while having it appear to be on to the clients. See the description of the \fB\-\-chmod\fP rsync option and the \fBchmod\fP(1) manpage for information on the format of this string. .IP .IP "\fBauth users\fP" This parameter specifies a comma and space-separated list of usernames that will be allowed to connect to this module. The usernames do not need to exist on the local system. The usernames may also contain shell wildcard characters. If \(dq\&auth users\(dq\& is set then the client will be challenged to supply a username and password to connect to the module. A challenge response authentication protocol is used for this exchange. The plain text usernames and passwords are stored in the file specified by the \(dq\&secrets file\(dq\& parameter. The default is for all users to be able to connect without a password (this is called \(dq\&anonymous rsync\(dq\&). .IP See also the section entitled \(dq\&USING RSYNC-DAEMON FEATURES VIA A REMOTE SHELL CONNECTION\(dq\& in \fBrsync\fP(1) for information on how handle an rsyncd.conf\-level username that differs from the remote-shell-level username when using a remote shell to connect to an rsync daemon. .IP .IP "\fBsecrets file\fP" This parameter specifies the name of a file that contains the username:password pairs used for authenticating this module. This file is only consulted if the \(dq\&auth users\(dq\& parameter is specified. The file is line based and contains username:password pairs separated by a single colon. Any line starting with a hash (#) is considered a comment and is skipped. The passwords can contain any characters but be warned that many operating systems limit the length of passwords that can be typed at the client end, so you may find that passwords longer than 8 characters don\(cq\&t work. .IP There is no default for the \(dq\&secrets file\(dq\& parameter, you must choose a name (such as \f(CW/etc/rsyncd.secrets\fP). The file must normally not be readable by \(dq\&other\(dq\&; see \(dq\&strict modes\(dq\&. .IP .IP "\fBstrict modes\fP" This parameter determines whether or not the permissions on the secrets file will be checked. If \(dq\&strict modes\(dq\& is true, then the secrets file must not be readable by any user ID other than the one that the rsync daemon is running under. If \(dq\&strict modes\(dq\& is false, the check is not performed. The default is true. This parameter was added to accommodate rsync running on the Windows operating system. .IP .IP "\fBhosts allow\fP" This parameter allows you to specify a list of patterns that are matched against a connecting clients hostname and IP address. If none of the patterns match then the connection is rejected. .IP Each pattern can be in one of five forms: .IP .RS .IP o a dotted decimal IPv4 address of the form a.b.c.d, or an IPv6 address of the form a:b:c::d:e:f. In this case the incoming machine\(cq\&s IP address must match exactly. .IP o an address/mask in the form ipaddr/n where ipaddr is the IP address and n is the number of one bits in the netmask. All IP addresses which match the masked IP address will be allowed in. .IP o an address/mask in the form ipaddr/maskaddr where ipaddr is the IP address and maskaddr is the netmask in dotted decimal notation for IPv4, or similar for IPv6, e.g. ffff:ffff:ffff:ffff:: instead of /64. All IP addresses which match the masked IP address will be allowed in. .IP o a hostname. The hostname as determined by a reverse lookup will be matched (case insensitive) against the pattern. Only an exact match is allowed in. .IP o a hostname pattern using wildcards. These are matched using the same rules as normal unix filename matching. If the pattern matches then the client is allowed in. .RE .IP Note IPv6 link-local addresses can have a scope in the address specification: .IP .RS \f(CW fe80::1%link1\fP .br \f(CW fe80::%link1/64\fP .br \f(CW fe80::%link1/ffff:ffff:ffff:ffff::\fP .br .RE .IP You can also combine \(dq\&hosts allow\(dq\& with a separate \(dq\&hosts deny\(dq\& parameter. If both parameters are specified then the \(dq\&hosts allow\(dq\& parameter is checked first and a match results in the client being able to connect. The \(dq\&hosts deny\(dq\& parameter is then checked and a match means that the host is rejected. If the host does not match either the \(dq\&hosts allow\(dq\& or the \(dq\&hosts deny\(dq\& patterns then it is allowed to connect. .IP The default is no \(dq\&hosts allow\(dq\& parameter, which means all hosts can connect. .IP .IP "\fBhosts deny\fP" This parameter allows you to specify a list of patterns that are matched against a connecting clients hostname and IP address. If the pattern matches then the connection is rejected. See the \(dq\&hosts allow\(dq\& parameter for more information. .IP The default is no \(dq\&hosts deny\(dq\& parameter, which means all hosts can connect. .IP .IP "\fBignore errors\fP" This parameter tells rsyncd to ignore I/O errors on the daemon when deciding whether to run the delete phase of the transfer. Normally rsync skips the \fB\-\-delete\fP step if any I/O errors have occurred in order to prevent disastrous deletion due to a temporary resource shortage or other I/O error. In some cases this test is counter productive so you can use this parameter to turn off this behavior. .IP .IP "\fBignore nonreadable\fP" This tells the rsync daemon to completely ignore files that are not readable by the user. This is useful for public archives that may have some non-readable files among the directories, and the sysadmin doesn\(cq\&t want those files to be seen at all. .IP .IP "\fBtransfer logging\fP" This parameter enables per-file logging of downloads and uploads in a format somewhat similar to that used by ftp daemons. The daemon always logs the transfer at the end, so if a transfer is aborted, no mention will be made in the log file. .IP If you want to customize the log lines, see the \(dq\&log format\(dq\& parameter. .IP .IP "\fBlog format\fP" This parameter allows you to specify the format used for logging file transfers when transfer logging is enabled. The format is a text string containing embedded single-character escape sequences prefixed with a percent (%) character. An optional numeric field width may also be specified between the percent and the escape letter (e.g. \(dq\&\fB%\-50n %8l %07p\fP\(dq\&). .IP The default log format is \(dq\&%o %h [%a] %m (%u) %f %l\(dq\&, and a \(dq\&%t [%p] \(dq\& is always prefixed when using the \(dq\&log file\(dq\& parameter. (A perl script that will summarize this default log format is included in the rsync source code distribution in the \(dq\&support\(dq\& subdirectory: rsyncstats.) .IP The single-character escapes that are understood are as follows: .IP .RS .IP o %a the remote IP address .IP o %b the number of bytes actually transferred .IP o %B the permission bits of the file (e.g. rwxrwxrwt) .IP o %c the total size of the block checksums received for the basis file (only when sending) .IP o %f the filename (long form on sender; no trailing \(dq\&/\(dq\&) .IP o %G the gid of the file (decimal) or \(dq\&DEFAULT\(dq\& .IP o %h the remote host name .IP o %i an itemized list of what is being updated .IP o %l the length of the file in bytes .IP o %L the string \(dq\& \-> SYMLINK\(dq\&, \(dq\& => HARDLINK\(dq\&, or \(dq\&\(dq\& (where \fBSYMLINK\fP or \fBHARDLINK\fP is a filename) .IP o %m the module name .IP o %M the last-modified time of the file .IP o %n the filename (short form; trailing \(dq\&/\(dq\& on dir) .IP o %o the operation, which is \(dq\&send\(dq\&, \(dq\&recv\(dq\&, or \(dq\&del.\(dq\& (the latter includes the trailing period) .IP o %p the process ID of this rsync session .IP o %P the module path .IP o %t the current date time .IP o %u the authenticated username or an empty string .IP o %U the uid of the file (decimal) .RE .IP For a list of what the characters mean that are output by \(dq\&%i\(dq\&, see the \fB\-\-itemize\-changes\fP option in the rsync manpage. .IP Note that some of the logged output changes when talking with older rsync versions. For instance, deleted files were only output as verbose messages prior to rsync 2.6.4. .IP .IP "\fBtimeout\fP" This parameter allows you to override the clients choice for I/O timeout for this module. Using this parameter you can ensure that rsync won\(cq\&t wait on a dead client forever. The timeout is specified in seconds. A value of zero means no timeout and is the default. A good choice for anonymous rsync daemons may be 600 (giving a 10 minute timeout). .IP .IP "\fBrefuse options\fP" This parameter allows you to specify a space-separated list of rsync command line options that will be refused by your rsync daemon. You may specify the full option name, its one-letter abbreviation, or a wild-card string that matches multiple options. For example, this would refuse \fB\-\-checksum\fP (\fB\-c\fP) and all the various delete options: .IP .RS \f(CW refuse options = c delete\fP .RE .IP The reason the above refuses all delete options is that the options imply \fB\-\-delete\fP, and implied options are refused just like explicit options. As an additional safety feature, the refusal of \(dq\&delete\(dq\& also refuses \fBremove-source-files\fP when the daemon is the sender; if you want the latter without the former, instead refuse \(dq\&delete\-*\(dq\& \(em that refuses all the delete modes without affecting \fB\-\-remove\-source\-files\fP. .IP When an option is refused, the daemon prints an error message and exits. To prevent all compression when serving files, you can use \(dq\&dont compress = *\(dq\& (see below) instead of \(dq\&refuse options = compress\(dq\& to avoid returning an error to a client that requests compression. .IP .IP "\fBdont compress\fP" This parameter allows you to select filenames based on wildcard patterns that should not be compressed when pulling files from the daemon (no analogous parameter exists to govern the pushing of files to a daemon). Compression is expensive in terms of CPU usage, so it is usually good to not try to compress files that won\(cq\&t compress well, such as already compressed files. .IP The \(dq\&dont compress\(dq\& parameter takes a space-separated list of case-insensitive wildcard patterns. Any source filename matching one of the patterns will not be compressed during transfer. .IP See the \fB\-\-skip\-compress\fP parameter in the \fBrsync\fP(1) manpage for the list of file suffixes that are not compressed by default. Specifying a value for the \(dq\&dont compress\(dq\& parameter changes the default when the daemon is the sender. .IP .IP "\fBpre-xfer exec\fP, \fBpost-xfer exec\fP" You may specify a command to be run before and/or after the transfer. If the \fBpre-xfer exec\fP command fails, the transfer is aborted before it begins. .IP The following environment variables will be set, though some are specific to the pre-xfer or the post-xfer environment: .IP .RS .IP o \fBRSYNC_MODULE_NAME\fP: The name of the module being accessed. .IP o \fBRSYNC_MODULE_PATH\fP: The path configured for the module. .IP o \fBRSYNC_HOST_ADDR\fP: The accessing host\(cq\&s IP address. .IP o \fBRSYNC_HOST_NAME\fP: The accessing host\(cq\&s name. .IP o \fBRSYNC_USER_NAME\fP: The accessing user\(cq\&s name (empty if no user). .IP o \fBRSYNC_PID\fP: A unique number for this transfer. .IP o \fBRSYNC_REQUEST\fP: (pre-xfer only) The module/path info specified by the user (note that the user can specify multiple source files, so the request can be something like \(dq\&mod/path1 mod/path2\(dq\&, etc.). .IP o \fBRSYNC_ARG#\fP: (pre-xfer only) The pre-request arguments are set in these numbered values. RSYNC_ARG0 is always \(dq\&rsyncd\(dq\&, and the last value contains a single period. .IP o \fBRSYNC_EXIT_STATUS\fP: (post-xfer only) the server side\(cq\&s exit value. This will be 0 for a successful run, a positive value for an error that the server generated, or a \-1 if rsync failed to exit properly. Note that an error that occurs on the client side does not currently get sent to the server side, so this is not the final exit status for the whole transfer. .IP o \fBRSYNC_RAW_STATUS\fP: (post-xfer only) the raw exit value from \f(CWwaitpid()\fP \&. .RE .IP Even though the commands can be associated with a particular module, they are run using the permissions of the user that started the daemon (not the module\(cq\&s uid/gid setting) without any chroot restrictions. .IP .SH "AUTHENTICATION STRENGTH" .PP The authentication protocol used in rsync is a 128 bit MD4 based challenge response system. This is fairly weak protection, though (with at least one brute-force hash-finding algorithm publicly available), so if you want really top-quality security, then I recommend that you run rsync over ssh. (Yes, a future version of rsync will switch over to a stronger hashing method.) .PP Also note that the rsync daemon protocol does not currently provide any encryption of the data that is transferred over the connection. Only authentication is provided. Use ssh as the transport if you want encryption. .PP Future versions of rsync may support SSL for better authentication and encryption, but that is still being investigated. .PP .SH "EXAMPLES" .PP A simple rsyncd.conf file that allow anonymous rsync to a ftp area at \f(CW/home/ftp\fP would be: .PP .nf [ftp] path = /home/ftp comment = ftp export area .fi .PP A more sophisticated example would be: .PP .nf uid = nobody gid = nobody use chroot = yes max connections = 4 syslog facility = local5 pid file = /var/run/rsyncd.pid [ftp] path = /var/ftp/./pub comment = whole ftp area (approx 6.1 GB) [sambaftp] path = /var/ftp/./pub/samba comment = Samba ftp area (approx 300 MB) [rsyncftp] path = /var/ftp/./pub/rsync comment = rsync ftp area (approx 6 MB) [sambawww] path = /public_html/samba comment = Samba WWW pages (approx 240 MB) [cvs] path = /data/cvs comment = CVS repository (requires authentication) auth users = tridge, susan secrets file = /etc/rsyncd.secrets .fi .PP The /etc/rsyncd.secrets file would look something like this: .PP .RS \f(CWtridge:mypass\fP .br \f(CWsusan:herpass\fP .br .RE .PP .SH "FILES" .PP /etc/rsyncd.conf or rsyncd.conf .PP .SH "SEE ALSO" .PP \fBrsync\fP(1) .PP .SH "DIAGNOSTICS" .PP .SH "BUGS" .PP Please report bugs! The rsync bug tracking system is online at http://rsync.samba.org/ .PP .SH "VERSION" .PP This man page is current for version 3.0.7 of rsync. .PP .SH "CREDITS" .PP rsync is distributed under the GNU public license. See the file COPYING for details. .PP The primary ftp site for rsync is ftp://rsync.samba.org/pub/rsync. .PP A WEB site is available at http://rsync.samba.org/ .PP We would be delighted to hear from you if you like this program. .PP This program uses the zlib compression library written by Jean-loup Gailly and Mark Adler. .PP .SH "THANKS" .PP Thanks to Warren Stanley for his original idea and patch for the rsync daemon. Thanks to Karsten Thygesen for his many suggestions and documentation! .PP .SH "AUTHOR" .PP rsync was written by Andrew Tridgell and Paul Mackerras. Many people have later contributed to it. .PP Mailing lists for support and development are available at http://lists.samba.org 07070100039d0f000041ed0000000000000000000000024cbd3552000000000000010000010036ffffffffffffffff0000001e00000000root/usr/local/share/man/man107070100039d10000081a40000000000000000000000014cbd34ee00026ffb0000010000010036ffffffffffffffff0000002600000000root/usr/local/share/man/man1/rsync.1.TH "rsync" "1" "31 Dec 2009" "" "" .SH "NAME" rsync \(em a fast, versatile, remote (and local) file-copying tool .SH "SYNOPSIS" .PP .nf Local: rsync [OPTION...] SRC... [DEST] Access via remote shell: Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST:DEST Access via rsync daemon: Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST] rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST::DEST rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST .fi .PP Usages with just one SRC arg and no DEST arg will list the source files instead of copying. .PP .SH "DESCRIPTION" .PP Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. .PP Rsync finds files that need to be transferred using a \(dq\&quick check\(dq\& algorithm (by default) that looks for files that have changed in size or in last-modified time. Any changes in the other preserved attributes (as requested by options) are made on the destination file directly when the quick check indicates that the file\(cq\&s data does not need to be updated. .PP Some of the additional features of rsync are: .PP .IP o support for copying links, devices, owners, groups, and permissions .IP o exclude and exclude-from options similar to GNU tar .IP o a CVS exclude mode for ignoring the same files that CVS would ignore .IP o can use any transparent remote shell, including ssh or rsh .IP o does not require super-user privileges .IP o pipelining of file transfers to minimize latency costs .IP o support for anonymous or authenticated rsync daemons (ideal for mirroring) .PP .SH "GENERAL" .PP Rsync copies files either to or from a remote host, or locally on the current host (it does not support copying files between two remote hosts). .PP There are two different ways for rsync to contact a remote system: using a remote-shell program as the transport (such as ssh or rsh) or contacting an rsync daemon directly via TCP. The remote-shell transport is used whenever the source or destination path contains a single colon (:) separator after a host specification. Contacting an rsync daemon directly happens when the source or destination path contains a double colon (::) separator after a host specification, OR when an rsync:// URL is specified (see also the \(dq\&USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION\(dq\& section for an exception to this latter rule). .PP As a special case, if a single source arg is specified without a destination, the files are listed in an output format similar to \(dq\&ls \-l\(dq\&. .PP As expected, if neither the source or destination path specify a remote host, the copy occurs locally (see also the \fB\-\-list\-only\fP option). .PP Rsync refers to the local side as the \(dq\&client\(dq\& and the remote side as the \(dq\&server\(dq\&. Don\(cq\&t confuse \(dq\&server\(dq\& with an rsync daemon \(em a daemon is always a server, but a server can be either a daemon or a remote-shell spawned process. .PP .SH "SETUP" .PP See the file README for installation instructions. .PP Once installed, you can use rsync to any machine that you can access via a remote shell (as well as some that you can access using the rsync daemon-mode protocol). For remote transfers, a modern rsync uses ssh for its communications, but it may have been configured to use a different remote shell by default, such as rsh or remsh. .PP You can also specify any remote shell you like, either by using the \fB\-e\fP command line option, or by setting the RSYNC_RSH environment variable. .PP Note that rsync must be installed on both the source and destination machines. .PP .SH "USAGE" .PP You use rsync in the same way you use rcp. You must specify a source and a destination, one of which may be remote. .PP Perhaps the best way to explain the syntax is with some examples: .PP .RS \f(CWrsync \-t *.c foo:src/\fP .RE .PP This would transfer all files matching the pattern *.c from the current directory to the directory src on the machine foo. If any of the files already exist on the remote system then the rsync remote-update protocol is used to update the file by sending only the differences. See the tech report for details. .PP .RS \f(CWrsync \-avz foo:src/bar /data/tmp\fP .RE .PP This would recursively transfer all files from the directory src/bar on the machine foo into the /data/tmp/bar directory on the local machine. The files are transferred in \(dq\&archive\(dq\& mode, which ensures that symbolic links, devices, attributes, permissions, ownerships, etc. are preserved in the transfer. Additionally, compression will be used to reduce the size of data portions of the transfer. .PP .RS \f(CWrsync \-avz foo:src/bar/ /data/tmp\fP .RE .PP A trailing slash on the source changes this behavior to avoid creating an additional directory level at the destination. You can think of a trailing / on a source as meaning \(dq\© the contents of this directory\(dq\& as opposed to \(dq\© the directory by name\(dq\&, but in both cases the attributes of the containing directory are transferred to the containing directory on the destination. In other words, each of the following commands copies the files in the same way, including their setting of the attributes of /dest/foo: .PP .RS \f(CWrsync \-av /src/foo /dest\fP .br \f(CWrsync \-av /src/foo/ /dest/foo\fP .br .RE .PP Note also that host and module references don\(cq\&t require a trailing slash to copy the contents of the default directory. For example, both of these copy the remote directory\(cq\&s contents into \(dq\&/dest\(dq\&: .PP .RS \f(CWrsync \-av host: /dest\fP .br \f(CWrsync \-av host::module /dest\fP .br .RE .PP You can also use rsync in local-only mode, where both the source and destination don\(cq\&t have a \(cq\&:\(cq\& in the name. In this case it behaves like an improved copy command. .PP Finally, you can list all the (listable) modules available from a particular rsync daemon by leaving off the module name: .PP .RS \f(CWrsync somehost.mydomain.com::\fP .RE .PP See the following section for more details. .PP .SH "ADVANCED USAGE" .PP The syntax for requesting multiple files from a remote host is done by specifying additional remote-host args in the same style as the first, or with the hostname omitted. For instance, all these work: .PP .RS \f(CWrsync \-av host:file1 :file2 host:file{3,4} /dest/\fP .br \f(CWrsync \-av host::modname/file{1,2} host::modname/file3 /dest/\fP .br \f(CWrsync \-av host::modname/file1 ::modname/file{3,4}\fP .RE .PP Older versions of rsync required using quoted spaces in the SRC, like these examples: .PP .RS \f(CWrsync \-av host:'\&dir1/file1 dir2/file2'\& /dest\fP .br \f(CWrsync host::'\&modname/dir1/file1 modname/dir2/file2'\& /dest\fP .RE .PP This word-splitting still works (by default) in the latest rsync, but is not as easy to use as the first method. .PP If you need to transfer a filename that contains whitespace, you can either specify the \fB\-\-protect\-args\fP (\fB\-s\fP) option, or you\(cq\&ll need to escape the whitespace in a way that the remote shell will understand. For instance: .PP .RS \f(CWrsync \-av host:'\&file\e name\e with\e spaces'\& /dest\fP .RE .PP .SH "CONNECTING TO AN RSYNC DAEMON" .PP It is also possible to use rsync without a remote shell as the transport. In this case you will directly connect to a remote rsync daemon, typically using TCP port 873. (This obviously requires the daemon to be running on the remote system, so refer to the STARTING AN RSYNC DAEMON TO ACCEPT CONNECTIONS section below for information on that.) .PP Using rsync in this way is the same as using it with a remote shell except that: .PP .IP o you either use a double colon :: instead of a single colon to separate the hostname from the path, or you use an rsync:// URL. .IP o the first word of the \(dq\&path\(dq\& is actually a module name. .IP o the remote daemon may print a message of the day when you connect. .IP o if you specify no path name on the remote daemon then the list of accessible paths on the daemon will be shown. .IP o if you specify no local destination then a listing of the specified files on the remote daemon is provided. .IP o you must not specify the \fB\-\-rsh\fP (\fB\-e\fP) option. .PP An example that copies all the files in a remote module named \(dq\&src\(dq\&: .PP .nf rsync \-av host::src /dest .fi .PP Some modules on the remote daemon may require authentication. If so, you will receive a password prompt when you connect. You can avoid the password prompt by setting the environment variable RSYNC_PASSWORD to the password you want to use or using the \fB\-\-password\-file\fP option. This may be useful when scripting rsync. .PP WARNING: On some systems environment variables are visible to all users. On those systems using \fB\-\-password\-file\fP is recommended. .PP You may establish the connection via a web proxy by setting the environment variable RSYNC_PROXY to a hostname:port pair pointing to your web proxy. Note that your web proxy\(cq\&s configuration must support proxy connections to port 873. .PP You may also establish a daemon connection using a program as a proxy by setting the environment variable RSYNC_CONNECT_PROG to the commands you wish to run in place of making a direct socket connection. The string may contain the escape \(dq\&%H\(dq\& to represent the hostname specified in the rsync command (so use \(dq\&%%\(dq\& if you need a single \(dq\&%\(dq\& in your string). For example: .PP .nf export RSYNC_CONNECT_PROG='\&ssh proxyhost nc %H 873'\& rsync \-av targethost1::module/src/ /dest/ rsync \-av rsync:://targethost2/module/src/ /dest/ .fi .PP The command specified above uses ssh to run nc (netcat) on a proxyhost, which forwards all data to port 873 (the rsync daemon) on the targethost (%H). .PP .SH "USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION" .PP It is sometimes useful to use various features of an rsync daemon (such as named modules) without actually allowing any new socket connections into a system (other than what is already required to allow remote-shell access). Rsync supports connecting to a host using a remote shell and then spawning a single-use \(dq\&daemon\(dq\& server that expects to read its config file in the home dir of the remote user. This can be useful if you want to encrypt a daemon-style transfer\(cq\&s data, but since the daemon is started up fresh by the remote user, you may not be able to use features such as chroot or change the uid used by the daemon. (For another way to encrypt a daemon transfer, consider using ssh to tunnel a local port to a remote machine and configure a normal rsync daemon on that remote host to only allow connections from \(dq\&localhost\(dq\&.) .PP From the user\(cq\&s perspective, a daemon transfer via a remote-shell connection uses nearly the same command-line syntax as a normal rsync-daemon transfer, with the only exception being that you must explicitly set the remote shell program on the command-line with the \fB\-\-rsh=COMMAND\fP option. (Setting the RSYNC_RSH in the environment will not turn on this functionality.) For example: .PP .nf rsync \-av \-\-rsh=ssh host::module /dest .fi .PP If you need to specify a different remote-shell user, keep in mind that the user@ prefix in front of the host is specifying the rsync-user value (for a module that requires user-based authentication). This means that you must give the \(cq\&-l user\(cq\& option to ssh when specifying the remote-shell, as in this example that uses the short version of the \fB\-\-rsh\fP option: .PP .nf rsync \-av \-e \(dq\&ssh \-l ssh-user\(dq\& rsync-user@host::module /dest .fi .PP The \(dq\&ssh-user\(dq\& will be used at the ssh level; the \(dq\&rsync-user\(dq\& will be used to log-in to the \(dq\&module\(dq\&. .PP .SH "STARTING AN RSYNC DAEMON TO ACCEPT CONNECTIONS" .PP In order to connect to an rsync daemon, the remote system needs to have a daemon already running (or it needs to have configured something like inetd to spawn an rsync daemon for incoming connections on a particular port). For full information on how to start a daemon that will handling incoming socket connections, see the \fBrsyncd.conf\fP(5) man page \(em that is the config file for the daemon, and it contains the full details for how to run the daemon (including stand-alone and inetd configurations). .PP If you\(cq\&re using one of the remote-shell transports for the transfer, there is no need to manually start an rsync daemon. .PP .SH "EXAMPLES" .PP Here are some examples of how I use rsync. .PP To backup my wife\(cq\&s home directory, which consists of large MS Word files and mail folders, I use a cron job that runs .PP .RS \f(CWrsync \-Cavz . arvidsjaur:backup\fP .RE .PP each night over a PPP connection to a duplicate directory on my machine \(dq\&arvidsjaur\(dq\&. .PP To synchronize my samba source trees I use the following Makefile targets: .PP .nf get: rsync \-avuzb \-\-exclude '\&*~'\& samba:samba/ . put: rsync \-Cavuzb . samba:samba/ sync: get put .fi .PP this allows me to sync with a CVS directory at the other end of the connection. I then do CVS operations on the remote machine, which saves a lot of time as the remote CVS protocol isn\(cq\&t very efficient. .PP I mirror a directory between my \(dq\&old\(dq\& and \(dq\&new\(dq\& ftp sites with the command: .PP \f(CWrsync \-az \-e ssh \-\-delete ~ftp/pub/samba nimbus:\(dq\&~ftp/pub/tridge\(dq\&\fP .PP This is launched from cron every few hours. .PP .SH "OPTIONS SUMMARY" .PP Here is a short summary of the options available in rsync. Please refer to the detailed description below for a complete description. .nf \-v, \-\-verbose increase verbosity \-q, \-\-quiet suppress non-error messages \-\-no\-motd suppress daemon-mode MOTD (see caveat) \-c, \-\-checksum skip based on checksum, not mod-time & size \-a, \-\-archive archive mode; equals \-rlptgoD (no \-H,\-A,\-X) \-\-no\-OPTION turn off an implied OPTION (e.g. \-\-no\-D) \-r, \-\-recursive recurse into directories \-R, \-\-relative use relative path names \-\-no\-implied\-dirs don'\&t send implied dirs with \-\-relative \-b, \-\-backup make backups (see \-\-suffix & \-\-backup\-dir) \-\-backup\-dir=DIR make backups into hierarchy based in DIR \-\-suffix=SUFFIX backup suffix (default ~ w/o \-\-backup\-dir) \-u, \-\-update skip files that are newer on the receiver \-\-inplace update destination files in-place \-\-append append data onto shorter files \-\-append\-verify \-\-append w/old data in file checksum \-d, \-\-dirs transfer directories without recursing \-l, \-\-links copy symlinks as symlinks \-L, \-\-copy\-links transform symlink into referent file/dir \-\-copy\-unsafe\-links only \(dq\&unsafe\(dq\& symlinks are transformed \-\-safe\-links ignore symlinks that point outside the tree \-k, \-\-copy\-dirlinks transform symlink to dir into referent dir \-K, \-\-keep\-dirlinks treat symlinked dir on receiver as dir \-H, \-\-hard\-links preserve hard links \-p, \-\-perms preserve permissions \-E, \-\-executability preserve executability \-\-chmod=CHMOD affect file and/or directory permissions \-A, \-\-acls preserve ACLs (implies \-p) \-X, \-\-xattrs preserve extended attributes \-o, \-\-owner preserve owner (super-user only) \-g, \-\-group preserve group \-\-devices preserve device files (super-user only) \-\-specials preserve special files \-D same as \-\-devices \-\-specials \-t, \-\-times preserve modification times \-O, \-\-omit\-dir\-times omit directories from \-\-times \-\-super receiver attempts super-user activities \-\-fake\-super store/recover privileged attrs using xattrs \-S, \-\-sparse handle sparse files efficiently \-n, \-\-dry\-run perform a trial run with no changes made \-W, \-\-whole\-file copy files whole (w/o delta-xfer algorithm) \-x, \-\-one\-file\-system don'\&t cross filesystem boundaries \-B, \-\-block\-size=SIZE force a fixed checksum block-size \-e, \-\-rsh=COMMAND specify the remote shell to use \-\-rsync\-path=PROGRAM specify the rsync to run on remote machine \-\-existing skip creating new files on receiver \-\-ignore\-existing skip updating files that exist on receiver \-\-remove\-source\-files sender removes synchronized files (non-dir) \-\-del an alias for \-\-delete\-during \-\-delete delete extraneous files from dest dirs \-\-delete\-before receiver deletes before transfer (default) \-\-delete\-during receiver deletes during xfer, not before \-\-delete\-delay find deletions during, delete after \-\-delete\-after receiver deletes after transfer, not before \-\-delete\-excluded also delete excluded files from dest dirs \-\-ignore\-errors delete even if there are I/O errors \-\-force force deletion of dirs even if not empty \-\-max\-delete=NUM don'\&t delete more than NUM files \-\-max\-size=SIZE don'\&t transfer any file larger than SIZE \-\-min\-size=SIZE don'\&t transfer any file smaller than SIZE \-\-partial keep partially transferred files \-\-partial\-dir=DIR put a partially transferred file into DIR \-\-delay\-updates put all updated files into place at end \-m, \-\-prune\-empty\-dirs prune empty directory chains from file-list \-\-numeric\-ids don'\&t map uid/gid values by user/group name \-\-timeout=SECONDS set I/O timeout in seconds \-\-contimeout=SECONDS set daemon connection timeout in seconds \-I, \-\-ignore\-times don'\&t skip files that match size and time \-\-size\-only skip files that match in size \-\-modify\-window=NUM compare mod-times with reduced accuracy \-T, \-\-temp\-dir=DIR create temporary files in directory DIR \-y, \-\-fuzzy find similar file for basis if no dest file \-\-compare\-dest=DIR also compare received files relative to DIR \-\-copy\-dest=DIR ... and include copies of unchanged files \-\-link\-dest=DIR hardlink to files in DIR when unchanged \-z, \-\-compress compress file data during the transfer \-\-compress\-level=NUM explicitly set compression level \-\-skip\-compress=LIST skip compressing files with suffix in LIST \-C, \-\-cvs\-exclude auto-ignore files in the same way CVS does \-f, \-\-filter=RULE add a file-filtering RULE \-F same as \-\-filter='\&dir-merge /.rsync\-filter'\& repeated: \-\-filter='\&- .rsync\-filter'\& \-\-exclude=PATTERN exclude files matching PATTERN \-\-exclude\-from=FILE read exclude patterns from FILE \-\-include=PATTERN don'\&t exclude files matching PATTERN \-\-include\-from=FILE read include patterns from FILE \-\-files\-from=FILE read list of source-file names from FILE \-0, \-\-from0 all *from/filter files are delimited by 0s \-s, \-\-protect\-args no space-splitting; wildcard chars only \-\-address=ADDRESS bind address for outgoing socket to daemon \-\-port=PORT specify double-colon alternate port number \-\-sockopts=OPTIONS specify custom TCP options \-\-blocking\-io use blocking I/O for the remote shell \-\-stats give some file-transfer stats \-8, \-\-8\-bit\-output leave high-bit chars unescaped in output \-h, \-\-human\-readable output numbers in a human-readable format \-\-progress show progress during transfer \-P same as \-\-partial \-\-progress \-i, \-\-itemize\-changes output a change-summary for all updates \-\-out\-format=FORMAT output updates using the specified FORMAT \-\-log\-file=FILE log what we'\&re doing to the specified FILE \-\-log\-file\-format=FMT log updates using the specified FMT \-\-password\-file=FILE read daemon-access password from FILE \-\-list\-only list the files instead of copying them \-\-bwlimit=KBPS limit I/O bandwidth; KBytes per second \-\-write\-batch=FILE write a batched update to FILE \-\-only\-write\-batch=FILE like \-\-write\-batch but w/o updating dest \-\-read\-batch=FILE read a batched update from FILE \-\-protocol=NUM force an older protocol version to be used \-\-iconv=CONVERT_SPEC request charset conversion of filenames \-\-checksum\-seed=NUM set block/file checksum seed (advanced) \-4, \-\-ipv4 prefer IPv4 \-6, \-\-ipv6 prefer IPv6 \-\-version print version number (\-h) \-\-help show this help (see below for \-h comment) .fi .PP Rsync can also be run as a daemon, in which case the following options are accepted: .nf \-\-daemon run as an rsync daemon \-\-address=ADDRESS bind to the specified address \-\-bwlimit=KBPS limit I/O bandwidth; KBytes per second \-\-config=FILE specify alternate rsyncd.conf file \-\-no\-detach do not detach from the parent \-\-port=PORT listen on alternate port number \-\-log\-file=FILE override the \(dq\&log file\(dq\& setting \-\-log\-file\-format=FMT override the \(dq\&log format\(dq\& setting \-\-sockopts=OPTIONS specify custom TCP options \-v, \-\-verbose increase verbosity \-4, \-\-ipv4 prefer IPv4 \-6, \-\-ipv6 prefer IPv6 \-h, \-\-help show this help (if used after \-\-daemon) .fi .PP .SH "OPTIONS" .PP rsync uses the GNU long options package. Many of the command line options have two variants, one short and one long. These are shown below, separated by commas. Some options only have a long variant. The \(cq\&=\(cq\& for options that take a parameter is optional; whitespace can be used instead. .PP .IP "\fB\-\-help\fP" Print a short help page describing the options available in rsync and exit. For backward-compatibility with older versions of rsync, the help will also be output if you use the \fB\-h\fP option without any other args. .IP .IP "\fB\-\-version\fP" print the rsync version number and exit. .IP .IP "\fB\-v, \-\-verbose\fP" This option increases the amount of information you are given during the transfer. By default, rsync works silently. A single \fB\-v\fP will give you information about what files are being transferred and a brief summary at the end. Two \fB\-v\fP options will give you information on what files are being skipped and slightly more information at the end. More than two \fB\-v\fP options should only be used if you are debugging rsync. .IP Note that the names of the transferred files that are output are done using a default \fB\-\-out\-format\fP of \(dq\&%n%L\(dq\&, which tells you just the name of the file and, if the item is a link, where it points. At the single \fB\-v\fP level of verbosity, this does not mention when a file gets its attributes changed. If you ask for an itemized list of changed attributes (either \fB\-\-itemize\-changes\fP or adding \(dq\&%i\(dq\& to the \fB\-\-out\-format\fP setting), the output (on the client) increases to mention all items that are changed in any way. See the \fB\-\-out\-format\fP option for more details. .IP .IP "\fB\-q, \-\-quiet\fP" This option decreases the amount of information you are given during the transfer, notably suppressing information messages from the remote server. This option is useful when invoking rsync from cron. .IP .IP "\fB\-\-no\-motd\fP" This option affects the information that is output by the client at the start of a daemon transfer. This suppresses the message-of-the-day (MOTD) text, but it also affects the list of modules that the daemon sends in response to the \(dq\&rsync host::\(dq\& request (due to a limitation in the rsync protocol), so omit this option if you want to request the list of modules from the daemon. .IP .IP "\fB\-I, \-\-ignore\-times\fP" Normally rsync will skip any files that are already the same size and have the same modification timestamp. This option turns off this \(dq\&quick check\(dq\& behavior, causing all files to be updated. .IP .IP "\fB\-\-size\-only\fP" This modifies rsync\(cq\&s \(dq\&quick check\(dq\& algorithm for finding files that need to be transferred, changing it from the default of transferring files with either a changed size or a changed last-modified time to just looking for files that have changed in size. This is useful when starting to use rsync after using another mirroring system which may not preserve timestamps exactly. .IP .IP "\fB\-\-modify\-window\fP" When comparing two timestamps, rsync treats the timestamps as being equal if they differ by no more than the modify-window value. This is normally 0 (for an exact match), but you may find it useful to set this to a larger value in some situations. In particular, when transferring to or from an MS Windows FAT filesystem (which represents times with a 2-second resolution), \fB\-\-modify\-window=1\fP is useful (allowing times to differ by up to 1 second). .IP .IP "\fB\-c, \-\-checksum\fP" This changes the way rsync checks if the files have been changed and are in need of a transfer. Without this option, rsync uses a \(dq\&quick check\(dq\& that (by default) checks if each file\(cq\&s size and time of last modification match between the sender and receiver. This option changes this to compare a 128-bit checksum for each file that has a matching size. Generating the checksums means that both sides will expend a lot of disk I/O reading all the data in the files in the transfer (and this is prior to any reading that will be done to transfer changed files), so this can slow things down significantly. .IP The sending side generates its checksums while it is doing the file-system scan that builds the list of the available files. The receiver generates its checksums when it is scanning for changed files, and will checksum any file that has the same size as the corresponding sender\(cq\&s file: files with either a changed size or a changed checksum are selected for transfer. .IP Note that rsync always verifies that each \fItransferred\fP file was correctly reconstructed on the receiving side by checking a whole-file checksum that is generated as the file is transferred, but that automatic after-the-transfer verification has nothing to do with this option\(cq\&s before-the-transfer \(dq\&Does this file need to be updated?\(dq\& check. .IP For protocol 30 and beyond (first supported in 3.0.0), the checksum used is MD5. For older protocols, the checksum used is MD4. .IP .IP "\fB\-a, \-\-archive\fP" This is equivalent to \fB\-rlptgoD\fP. It is a quick way of saying you want recursion and want to preserve almost everything (with \-H being a notable omission). The only exception to the above equivalence is when \fB\-\-files\-from\fP is specified, in which case \fB\-r\fP is not implied. .IP Note that \fB\-a\fP \fBdoes not preserve hardlinks\fP, because finding multiply-linked files is expensive. You must separately specify \fB\-H\fP. .IP .IP "\-\-no\-OPTION" You may turn off one or more implied options by prefixing the option name with \(dq\&no-\(dq\&. Not all options may be prefixed with a \(dq\&no-\(dq\&: only options that are implied by other options (e.g. \fB\-\-no\-D\fP, \fB\-\-no\-perms\fP) or have different defaults in various circumstances (e.g. \fB\-\-no\-whole\-file\fP, \fB\-\-no\-blocking\-io\fP, \fB\-\-no\-dirs\fP). You may specify either the short or the long option name after the \(dq\&no-\(dq\& prefix (e.g. \fB\-\-no\-R\fP is the same as \fB\-\-no\-relative\fP). .IP For example: if you want to use \fB\-a\fP (\fB\-\-archive\fP) but don\(cq\&t want \fB\-o\fP (\fB\-\-owner\fP), instead of converting \fB\-a\fP into \fB\-rlptgD\fP, you could specify \fB\-a \-\-no\-o\fP (or \fB\-a \-\-no\-owner\fP). .IP The order of the options is important: if you specify \fB\-\-no\-r \-a\fP, the \fB\-r\fP option would end up being turned on, the opposite of \fB\-a \-\-no\-r\fP. Note also that the side-effects of the \fB\-\-files\-from\fP option are NOT positional, as it affects the default state of several options and slightly changes the meaning of \fB\-a\fP (see the \fB\-\-files\-from\fP option for more details). .IP .IP "\fB\-r, \-\-recursive\fP" This tells rsync to copy directories recursively. See also \fB\-\-dirs\fP (\fB\-d\fP). .IP Beginning with rsync 3.0.0, the recursive algorithm used is now an incremental scan that uses much less memory than before and begins the transfer after the scanning of the first few directories have been completed. This incremental scan only affects our recursion algorithm, and does not change a non-recursive transfer. It is also only possible when both ends of the transfer are at least version 3.0.0. .IP Some options require rsync to know the full file list, so these options disable the incremental recursion mode. These include: \fB\-\-delete\-before\fP, \fB\-\-delete\-after\fP, \fB\-\-prune\-empty\-dirs\fP, and \fB\-\-delay\-updates\fP. Because of this, the default delete mode when you specify \fB\-\-delete\fP is now \fB\-\-delete\-during\fP when both ends of the connection are at least 3.0.0 (use \fB\-\-del\fP or \fB\-\-delete\-during\fP to request this improved deletion mode explicitly). See also the \fB\-\-delete\-delay\fP option that is a better choice than using \fB\-\-delete\-after\fP. .IP Incremental recursion can be disabled using the \fB\-\-no\-inc\-recursive\fP option or its shorter \fB\-\-no\-i\-r\fP alias. .IP .IP "\fB\-R, \-\-relative\fP" Use relative paths. This means that the full path names specified on the command line are sent to the server rather than just the last parts of the filenames. This is particularly useful when you want to send several different directories at the same time. For example, if you used this command: .IP .RS \f(CW rsync \-av /foo/bar/baz.c remote:/tmp/\fP .RE .IP \&... this would create a file named baz.c in /tmp/ on the remote machine. If instead you used .IP .RS \f(CW rsync \-avR /foo/bar/baz.c remote:/tmp/\fP .RE .IP then a file named /tmp/foo/bar/baz.c would be created on the remote machine, preserving its full path. These extra path elements are called \(dq\&implied directories\(dq\& (i.e. the \(dq\&foo\(dq\& and the \(dq\&foo/bar\(dq\& directories in the above example). .IP Beginning with rsync 3.0.0, rsync always sends these implied directories as real directories in the file list, even if a path element is really a symlink on the sending side. This prevents some really unexpected behaviors when copying the full path of a file that you didn\(cq\&t realize had a symlink in its path. If you want to duplicate a server-side symlink, include both the symlink via its path, and referent directory via its real path. If you\(cq\&re dealing with an older rsync on the sending side, you may need to use the \fB\-\-no\-implied\-dirs\fP option. .IP It is also possible to limit the amount of path information that is sent as implied directories for each path you specify. With a modern rsync on the sending side (beginning with 2.6.7), you can insert a dot and a slash into the source path, like this: .IP .RS \f(CW rsync \-avR /foo/./bar/baz.c remote:/tmp/\fP .RE .IP That would create /tmp/bar/baz.c on the remote machine. (Note that the dot must be followed by a slash, so \(dq\&/foo/.\(dq\& would not be abbreviated.) For older rsync versions, you would need to use a chdir to limit the source path. For example, when pushing files: .IP .RS \f(CW (cd /foo; rsync \-avR bar/baz.c remote:/tmp/) \fP .RE .IP (Note that the parens put the two commands into a sub-shell, so that the \(dq\&cd\(dq\& command doesn\(cq\&t remain in effect for future commands.) If you\(cq\&re pulling files from an older rsync, use this idiom (but only for a non-daemon transfer): .IP .RS \f(CW rsync \-avR \-\-rsync\-path=\(dq\&cd /foo; rsync\(dq\& \e \fP .br \f(CW remote:bar/baz.c /tmp/\fP .RE .IP .IP "\fB\-\-no\-implied\-dirs\fP" This option affects the default behavior of the \fB\-\-relative\fP option. When it is specified, the attributes of the implied directories from the source names are not included in the transfer. This means that the corresponding path elements on the destination system are left unchanged if they exist, and any missing implied directories are created with default attributes. This even allows these implied path elements to have big differences, such as being a symlink to a directory on the receiving side. .IP For instance, if a command-line arg or a files-from entry told rsync to transfer the file \(dq\&path/foo/file\(dq\&, the directories \(dq\&path\(dq\& and \(dq\&path/foo\(dq\& are implied when \fB\-\-relative\fP is used. If \(dq\&path/foo\(dq\& is a symlink to \(dq\&bar\(dq\& on the destination system, the receiving rsync would ordinarily delete \(dq\&path/foo\(dq\&, recreate it as a directory, and receive the file into the new directory. With \fB\-\-no\-implied\-dirs\fP, the receiving rsync updates \(dq\&path/foo/file\(dq\& using the existing path elements, which means that the file ends up being created in \(dq\&path/bar\(dq\&. Another way to accomplish this link preservation is to use the \fB\-\-keep\-dirlinks\fP option (which will also affect symlinks to directories in the rest of the transfer). .IP When pulling files from an rsync older than 3.0.0, you may need to use this option if the sending side has a symlink in the path you request and you wish the implied directories to be transferred as normal directories. .IP .IP "\fB\-b, \-\-backup\fP" With this option, preexisting destination files are renamed as each file is transferred or deleted. You can control where the backup file goes and what (if any) suffix gets appended using the \fB\-\-backup\-dir\fP and \fB\-\-suffix\fP options. .IP Note that if you don\(cq\&t specify \fB\-\-backup\-dir\fP, (1) the \fB\-\-omit\-dir\-times\fP option will be implied, and (2) if \fB\-\-delete\fP is also in effect (without \fB\-\-delete\-excluded\fP), rsync will add a \(dq\&protect\(dq\& filter-rule for the backup suffix to the end of all your existing excludes (e.g. \fB\-f \(dq\&P *~\(dq\&\fP). This will prevent previously backed-up files from being deleted. Note that if you are supplying your own filter rules, you may need to manually insert your own exclude/protect rule somewhere higher up in the list so that it has a high enough priority to be effective (e.g., if your rules specify a trailing inclusion/exclusion of \(cq\&*\(cq\&, the auto-added rule would never be reached). .IP .IP "\fB\-\-backup\-dir=DIR\fP" In combination with the \fB\-\-backup\fP option, this tells rsync to store all backups in the specified directory on the receiving side. This can be used for incremental backups. You can additionally specify a backup suffix using the \fB\-\-suffix\fP option (otherwise the files backed up in the specified directory will keep their original filenames). .IP .IP "\fB\-\-suffix=SUFFIX\fP" This option allows you to override the default backup suffix used with the \fB\-\-backup\fP (\fB\-b\fP) option. The default suffix is a ~ if no \-\fB\-backup-dir\fP was specified, otherwise it is an empty string. .IP .IP "\fB\-u, \-\-update\fP" This forces rsync to skip any files which exist on the destination and have a modified time that is newer than the source file. (If an existing destination file has a modification time equal to the source file\(cq\&s, it will be updated if the sizes are different.) .IP Note that this does not affect the copying of symlinks or other special files. Also, a difference of file format between the sender and receiver is always considered to be important enough for an update, no matter what date is on the objects. In other words, if the source has a directory where the destination has a file, the transfer would occur regardless of the timestamps. .IP This option is a transfer rule, not an exclude, so it doesn\(cq\&t affect the data that goes into the file-lists, and thus it doesn\(cq\&t affect deletions. It just limits the files that the receiver requests to be transferred. .IP .IP "\fB\-\-inplace\fP" This option changes how rsync transfers a file when its data needs to be updated: instead of the default method of creating a new copy of the file and moving it into place when it is complete, rsync instead writes the updated data directly to the destination file. .IP This has several effects: (1) in-use binaries cannot be updated (either the OS will prevent this from happening, or binaries that attempt to swap-in their data will misbehave or crash), (2) the file\(cq\&s data will be in an inconsistent state during the transfer, (3) a file\(cq\&s data may be left in an inconsistent state after the transfer if the transfer is interrupted or if an update fails, (4) a file that does not have write permissions can not be updated, and (5) the efficiency of rsync\(cq\&s delta-transfer algorithm may be reduced if some data in the destination file is overwritten before it can be copied to a position later in the file (one exception to this is if you combine this option with \fB\-\-backup\fP, since rsync is smart enough to use the backup file as the basis file for the transfer). .IP WARNING: you should not use this option to update files that are being accessed by others, so be careful when choosing to use this for a copy. .IP This option is useful for transferring large files with block-based changes or appended data, and also on systems that are disk bound, not network bound. .IP The option implies \fB\-\-partial\fP (since an interrupted transfer does not delete the file), but conflicts with \fB\-\-partial\-dir\fP and \fB\-\-delay\-updates\fP. Prior to rsync 2.6.4 \fB\-\-inplace\fP was also incompatible with \fB\-\-compare\-dest\fP and \fB\-\-link\-dest\fP. .IP .IP "\fB\-\-append\fP" This causes rsync to update a file by appending data onto the end of the file, which presumes that the data that already exists on the receiving side is identical with the start of the file on the sending side. If a file needs to be transferred and its size on the receiver is the same or longer than the size on the sender, the file is skipped. This does not interfere with the updating of a file\(cq\&s non-content attributes (e.g. permissions, ownership, etc.) when the file does not need to be transferred, nor does it affect the updating of any non-regular files. Implies \fB\-\-inplace\fP, but does not conflict with \fB\-\-sparse\fP (since it is always extending a file\(cq\&s length). .IP .IP "\fB\-\-append\-verify\fP" This works just like the \fB\-\-append\fP option, but the existing data on the receiving side is included in the full-file checksum verification step, which will cause a file to be resent if the final verification step fails (rsync uses a normal, non-appending \fB\-\-inplace\fP transfer for the resend). .IP Note: prior to rsync 3.0.0, the \fB\-\-append\fP option worked like \fB\-\-append\-verify\fP, so if you are interacting with an older rsync (or the transfer is using a protocol prior to 30), specifying either append option will initiate an \fB\-\-append\-verify\fP transfer. .IP .IP "\fB\-d, \-\-dirs\fP" Tell the sending side to include any directories that are encountered. Unlike \fB\-\-recursive\fP, a directory\(cq\&s contents are not copied unless the directory name specified is \(dq\&.\(dq\& or ends with a trailing slash (e.g. \(dq\&.\(dq\&, \(dq\&dir/.\(dq\&, \(dq\&dir/\(dq\&, etc.). Without this option or the \fB\-\-recursive\fP option, rsync will skip all directories it encounters (and output a message to that effect for each one). If you specify both \fB\-\-dirs\fP and \fB\-\-recursive\fP, \fB\-\-recursive\fP takes precedence. .IP The \fB\-\-dirs\fP option is implied by the \fB\-\-files\-from\fP option or the \fB\-\-list\-only\fP option (including an implied \fB\-\-list\-only\fP usage) if \fB\-\-recursive\fP wasn\(cq\&t specified (so that directories are seen in the listing). Specify \fB\-\-no\-dirs\fP (or \fB\-\-no\-d\fP) if you want to turn this off. .IP There is also a backward-compatibility helper option, \fB\-\-old\-dirs\fP (or \fB\-\-old\-d\fP) that tells rsync to use a hack of \(dq\&-r \-\-exclude=\(cq\&/*/*\(cq\&\(dq\& to get an older rsync to list a single directory without recursing. .IP .IP "\fB\-l, \-\-links\fP" When symlinks are encountered, recreate the symlink on the destination. .IP .IP "\fB\-L, \-\-copy\-links\fP" When symlinks are encountered, the item that they point to (the referent) is copied, rather than the symlink. In older versions of rsync, this option also had the side-effect of telling the receiving side to follow symlinks, such as symlinks to directories. In a modern rsync such as this one, you\(cq\&ll need to specify \fB\-\-keep\-dirlinks\fP (\fB\-K\fP) to get this extra behavior. The only exception is when sending files to an rsync that is too old to understand \fB\-K\fP \(em in that case, the \fB\-L\fP option will still have the side-effect of \fB\-K\fP on that older receiving rsync. .IP .IP "\fB\-\-copy\-unsafe\-links\fP" This tells rsync to copy the referent of symbolic links that point outside the copied tree. Absolute symlinks are also treated like ordinary files, and so are any symlinks in the source path itself when \fB\-\-relative\fP is used. This option has no additional effect if \fB\-\-copy\-links\fP was also specified. .IP .IP "\fB\-\-safe\-links\fP" This tells rsync to ignore any symbolic links which point outside the copied tree. All absolute symlinks are also ignored. Using this option in conjunction with \fB\-\-relative\fP may give unexpected results. .IP .IP "\fB\-k, \-\-copy\-dirlinks\fP" This option causes the sending side to treat a symlink to a directory as though it were a real directory. This is useful if you don\(cq\&t want symlinks to non-directories to be affected, as they would be using \fB\-\-copy\-links\fP. .IP Without this option, if the sending side has replaced a directory with a symlink to a directory, the receiving side will delete anything that is in the way of the new symlink, including a directory hierarchy (as long as \fB\-\-force\fP or \fB\-\-delete\fP is in effect). .IP See also \fB\-\-keep\-dirlinks\fP for an analogous option for the receiving side. .IP .IP "\fB\-K, \-\-keep\-dirlinks\fP" This option causes the receiving side to treat a symlink to a directory as though it were a real directory, but only if it matches a real directory from the sender. Without this option, the receiver\(cq\&s symlink would be deleted and replaced with a real directory. .IP For example, suppose you transfer a directory \(dq\&foo\(dq\& that contains a file \(dq\&file\(dq\&, but \(dq\&foo\(dq\& is a symlink to directory \(dq\&bar\(dq\& on the receiver. Without \fB\-\-keep\-dirlinks\fP, the receiver deletes symlink \(dq\&foo\(dq\&, recreates it as a directory, and receives the file into the new directory. With \fB\-\-keep\-dirlinks\fP, the receiver keeps the symlink and \(dq\&file\(dq\& ends up in \(dq\&bar\(dq\&. .IP One note of caution: if you use \fB\-\-keep\-dirlinks\fP, you must trust all the symlinks in the copy! If it is possible for an untrusted user to create their own symlink to any directory, the user could then (on a subsequent copy) replace the symlink with a real directory and affect the content of whatever directory the symlink references. For backup copies, you are better off using something like a bind mount instead of a symlink to modify your receiving hierarchy. .IP See also \fB\-\-copy\-dirlinks\fP for an analogous option for the sending side. .IP .IP "\fB\-H, \-\-hard\-links\fP" This tells rsync to look for hard-linked files in the transfer and link together the corresponding files on the receiving side. Without this option, hard-linked files in the transfer are treated as though they were separate files. .IP When you are updating a non-empty destination, this option only ensures that files that are hard-linked together on the source are hard-linked together on the destination. It does NOT currently endeavor to break already existing hard links on the destination that do not exist between the source files. Note, however, that if one or more extra-linked files have content changes, they will become unlinked when updated (assuming you are not using the \fB\-\-inplace\fP option). .IP Note that rsync can only detect hard links between files that are inside the transfer set. If rsync updates a file that has extra hard-link connections to files outside the transfer, that linkage will be broken. If you are tempted to use the \fB\-\-inplace\fP option to avoid this breakage, be very careful that you know how your files are being updated so that you are certain that no unintended changes happen due to lingering hard links (and see the \fB\-\-inplace\fP option for more caveats). .IP If incremental recursion is active (see \fB\-\-recursive\fP), rsync may transfer a missing hard-linked file before it finds that another link for that contents exists elsewhere in the hierarchy. This does not affect the accuracy of the transfer, just its efficiency. One way to avoid this is to disable incremental recursion using the \fB\-\-no\-inc\-recursive\fP option. .IP .IP "\fB\-p, \-\-perms\fP" This option causes the receiving rsync to set the destination permissions to be the same as the source permissions. (See also the \fB\-\-chmod\fP option for a way to modify what rsync considers to be the source permissions.) .IP When this option is \fIoff\fP, permissions are set as follows: .IP .RS .IP o Existing files (including updated files) retain their existing permissions, though the \fB\-\-executability\fP option might change just the execute permission for the file. .IP o New files get their \(dq\&normal\(dq\& permission bits set to the source file\(cq\&s permissions masked with the receiving directory\(cq\&s default permissions (either the receiving process\(cq\&s umask, or the permissions specified via the destination directory\(cq\&s default ACL), and their special permission bits disabled except in the case where a new directory inherits a setgid bit from its parent directory. .RE .IP Thus, when \fB\-\-perms\fP and \fB\-\-executability\fP are both disabled, rsync\(cq\&s behavior is the same as that of other file-copy utilities, such as \fBcp\fP(1) and \fBtar\fP(1). .IP In summary: to give destination files (both old and new) the source permissions, use \fB\-\-perms\fP. To give new files the destination-default permissions (while leaving existing files unchanged), make sure that the \fB\-\-perms\fP option is off and use \fB\-\-chmod=ugo=rwX\fP (which ensures that all non-masked bits get enabled). If you\(cq\&d care to make this latter behavior easier to type, you could define a popt alias for it, such as putting this line in the file ~/.popt (the following defines the \fB\-Z\fP option, and includes \-\-no\-g to use the default group of the destination dir): .IP .RS \f(CW rsync alias \-Z \-\-no\-p \-\-no\-g \-\-chmod=ugo=rwX\fP .RE .IP You could then use this new option in a command such as this one: .IP .RS \f(CW rsync \-avZ src/ dest/\fP .RE .IP (Caveat: make sure that \fB\-a\fP does not follow \fB\-Z\fP, or it will re-enable the two \(dq\&\-\-no\-*\(dq\& options mentioned above.) .IP The preservation of the destination\(cq\&s setgid bit on newly-created directories when \fB\-\-perms\fP is off was added in rsync 2.6.7. Older rsync versions erroneously preserved the three special permission bits for newly-created files when \fB\-\-perms\fP was off, while overriding the destination\(cq\&s setgid bit setting on a newly-created directory. Default ACL observance was added to the ACL patch for rsync 2.6.7, so older (or non-ACL-enabled) rsyncs use the umask even if default ACLs are present. (Keep in mind that it is the version of the receiving rsync that affects these behaviors.) .IP .IP "\fB\-E, \-\-executability\fP" This option causes rsync to preserve the executability (or non-executability) of regular files when \fB\-\-perms\fP is not enabled. A regular file is considered to be executable if at least one \(cq\&x\(cq\& is turned on in its permissions. When an existing destination file\(cq\&s executability differs from that of the corresponding source file, rsync modifies the destination file\(cq\&s permissions as follows: .IP .RS .IP o To make a file non-executable, rsync turns off all its \(cq\&x\(cq\& permissions. .IP o To make a file executable, rsync turns on each \(cq\&x\(cq\& permission that has a corresponding \(cq\&r\(cq\& permission enabled. .RE .IP If \fB\-\-perms\fP is enabled, this option is ignored. .IP .IP "\fB\-A, \-\-acls\fP" This option causes rsync to update the destination ACLs to be the same as the source ACLs. The option also implies \fB\-\-perms\fP. .IP The source and destination systems must have compatible ACL entries for this option to work properly. See the \fB\-\-fake\-super\fP option for a way to backup and restore ACLs that are not compatible. .IP .IP "\fB\-X, \-\-xattrs\fP" This option causes rsync to update the remote extended attributes to be the same as the local ones. .IP For systems that support extended-attribute namespaces, a copy being done by a super-user copies all namespaces except system.*. A normal user only copies the user.* namespace. To be able to backup and restore non-user namespaces as a normal user, see the \fB\-\-fake\-super\fP option. .IP .IP "\fB\-\-chmod\fP" This option tells rsync to apply one or more comma-separated \(dq\&chmod\(dq\& strings to the permission of the files in the transfer. The resulting value is treated as though it were the permissions that the sending side supplied for the file, which means that this option can seem to have no effect on existing files if \fB\-\-perms\fP is not enabled. .IP In addition to the normal parsing rules specified in the \fBchmod\fP(1) manpage, you can specify an item that should only apply to a directory by prefixing it with a \(cq\&D\(cq\&, or specify an item that should only apply to a file by prefixing it with a \(cq\&F\(cq\&. For example: .IP .RS \-\-chmod=Dg+s,ug+w,Fo-w,+X .RE .IP It is also legal to specify multiple \fB\-\-chmod\fP options, as each additional option is just appended to the list of changes to make. .IP See the \fB\-\-perms\fP and \fB\-\-executability\fP options for how the resulting permission value can be applied to the files in the transfer. .IP .IP "\fB\-o, \-\-owner\fP" This option causes rsync to set the owner of the destination file to be the same as the source file, but only if the receiving rsync is being run as the super-user (see also the \fB\-\-super\fP and \fB\-\-fake\-super\fP options). Without this option, the owner of new and/or transferred files are set to the invoking user on the receiving side. .IP The preservation of ownership will associate matching names by default, but may fall back to using the ID number in some circumstances (see also the \fB\-\-numeric\-ids\fP option for a full discussion). .IP .IP "\fB\-g, \-\-group\fP" This option causes rsync to set the group of the destination file to be the same as the source file. If the receiving program is not running as the super-user (or if \fB\-\-no\-super\fP was specified), only groups that the invoking user on the receiving side is a member of will be preserved. Without this option, the group is set to the default group of the invoking user on the receiving side. .IP The preservation of group information will associate matching names by default, but may fall back to using the ID number in some circumstances (see also the \fB\-\-numeric\-ids\fP option for a full discussion). .IP .IP "\fB\-\-devices\fP" This option causes rsync to transfer character and block device files to the remote system to recreate these devices. This option has no effect if the receiving rsync is not run as the super-user (see also the \fB\-\-super\fP and \fB\-\-fake\-super\fP options). .IP .IP "\fB\-\-specials\fP" This option causes rsync to transfer special files such as named sockets and fifos. .IP .IP "\fB\-D\fP" The \fB\-D\fP option is equivalent to \fB\-\-devices\fP \fB\-\-specials\fP. .IP .IP "\fB\-t, \-\-times\fP" This tells rsync to transfer modification times along with the files and update them on the remote system. Note that if this option is not used, the optimization that excludes files that have not been modified cannot be effective; in other words, a missing \fB\-t\fP or \fB\-a\fP will cause the next transfer to behave as if it used \fB\-I\fP, causing all files to be updated (though rsync\(cq\&s delta-transfer algorithm will make the update fairly efficient if the files haven\(cq\&t actually changed, you\(cq\&re much better off using \fB\-t\fP). .IP .IP "\fB\-O, \-\-omit\-dir\-times\fP" This tells rsync to omit directories when it is preserving modification times (see \fB\-\-times\fP). If NFS is sharing the directories on the receiving side, it is a good idea to use \fB\-O\fP. This option is inferred if you use \fB\-\-backup\fP without \fB\-\-backup\-dir\fP. .IP .IP "\fB\-\-super\fP" This tells the receiving side to attempt super-user activities even if the receiving rsync wasn\(cq\&t run by the super-user. These activities include: preserving users via the \fB\-\-owner\fP option, preserving all groups (not just the current user\(cq\&s groups) via the \fB\-\-groups\fP option, and copying devices via the \fB\-\-devices\fP option. This is useful for systems that allow such activities without being the super-user, and also for ensuring that you will get errors if the receiving side isn\(cq\&t being run as the super-user. To turn off super-user activities, the super-user can use \fB\-\-no\-super\fP. .IP .IP "\fB\-\-fake\-super\fP" When this option is enabled, rsync simulates super-user activities by saving/restoring the privileged attributes via special extended attributes that are attached to each file (as needed). This includes the file\(cq\&s owner and group (if it is not the default), the file\(cq\&s device info (device & special files are created as empty text files), and any permission bits that we won\(cq\&t allow to be set on the real file (e.g. the real file gets u-s,g-s,o-t for safety) or that would limit the owner\(cq\&s access (since the real super-user can always access/change a file, the files we create can always be accessed/changed by the creating user). This option also handles ACLs (if \fB\-\-acls\fP was specified) and non-user extended attributes (if \fB\-\-xattrs\fP was specified). .IP This is a good way to backup data without using a super-user, and to store ACLs from incompatible systems. .IP The \fB\-\-fake\-super\fP option only affects the side where the option is used. To affect the remote side of a remote-shell connection, specify an rsync path: .IP .RS \f(CW rsync \-av \-\-rsync\-path=\(dq\&rsync \-\-fake\-super\(dq\& /src/ host:/dest/\fP .RE .IP Since there is only one \(dq\&side\(dq\& in a local copy, this option affects both the sending and receiving of files. You\(cq\&ll need to specify a copy using \(dq\&localhost\(dq\& if you need to avoid this, possibly using the \(dq\&lsh\(dq\& shell script (from the support directory) as a substitute for an actual remote shell (see \fB\-\-rsh\fP). .IP This option is overridden by both \fB\-\-super\fP and \fB\-\-no\-super\fP. .IP See also the \(dq\&fake super\(dq\& setting in the daemon\(cq\&s rsyncd.conf file. .IP .IP "\fB\-S, \-\-sparse\fP" Try to handle sparse files efficiently so they take up less space on the destination. Conflicts with \fB\-\-inplace\fP because it\(cq\&s not possible to overwrite data in a sparse fashion. .IP NOTE: Don\(cq\&t use this option when the destination is a Solaris \(dq\&tmpfs\(dq\& filesystem. It seems to have problems seeking over null regions, and ends up corrupting the files. .IP .IP "\fB\-n, \-\-dry\-run\fP" This makes rsync perform a trial run that doesn\(cq\&t make any changes (and produces mostly the same output as a real run). It is most commonly used in combination with the \fB\-v, \-\-verbose\fP and/or \fB\-i, \-\-itemize\-changes\fP options to see what an rsync command is going to do before one actually runs it. .IP The output of \fB\-\-itemize\-changes\fP is supposed to be exactly the same on a dry run and a subsequent real run (barring intentional trickery and system call failures); if it isn\(cq\&t, that\(cq\&s a bug. Other output should be mostly unchanged, but may differ in some areas. Notably, a dry run does not send the actual data for file transfers, so \fB\-\-progress\fP has no effect, the \(dq\&bytes sent\(dq\&, \(dq\&bytes received\(dq\&, \(dq\&literal data\(dq\&, and \(dq\&matched data\(dq\& statistics are too small, and the \(dq\&speedup\(dq\& value is equivalent to a run where no file transfers were needed. .IP .IP "\fB\-W, \-\-whole\-file\fP" With this option rsync\(cq\&s delta-transfer algorithm is not used and the whole file is sent as-is instead. The transfer may be faster if this option is used when the bandwidth between the source and destination machines is higher than the bandwidth to disk (especially when the \(dq\&disk\(dq\& is actually a networked filesystem). This is the default when both the source and destination are specified as local paths, but only if no batch-writing option is in effect. .IP .IP "\fB\-x, \-\-one\-file\-system\fP" This tells rsync to avoid crossing a filesystem boundary when recursing. This does not limit the user\(cq\&s ability to specify items to copy from multiple filesystems, just rsync\(cq\&s recursion through the hierarchy of each directory that the user specified, and also the analogous recursion on the receiving side during deletion. Also keep in mind that rsync treats a \(dq\&bind\(dq\& mount to the same device as being on the same filesystem. .IP If this option is repeated, rsync omits all mount-point directories from the copy. Otherwise, it includes an empty directory at each mount-point it encounters (using the attributes of the mounted directory because those of the underlying mount-point directory are inaccessible). .IP If rsync has been told to collapse symlinks (via \fB\-\-copy\-links\fP or \fB\-\-copy\-unsafe\-links\fP), a symlink to a directory on another device is treated like a mount-point. Symlinks to non-directories are unaffected by this option. .IP .IP "\fB\-\-existing, \-\-ignore\-non\-existing\fP" This tells rsync to skip creating files (including directories) that do not exist yet on the destination. If this option is combined with the \fB\-\-ignore\-existing\fP option, no files will be updated (which can be useful if all you want to do is delete extraneous files). .IP This option is a transfer rule, not an exclude, so it doesn\(cq\&t affect the data that goes into the file-lists, and thus it doesn\(cq\&t affect deletions. It just limits the files that the receiver requests to be transferred. .IP .IP "\fB\-\-ignore\-existing\fP" This tells rsync to skip updating files that already exist on the destination (this does \fInot\fP ignore existing directories, or nothing would get done). See also \fB\-\-existing\fP. .IP This option is a transfer rule, not an exclude, so it doesn\(cq\&t affect the data that goes into the file-lists, and thus it doesn\(cq\&t affect deletions. It just limits the files that the receiver requests to be transferred. .IP This option can be useful for those doing backups using the \fB\-\-link\-dest\fP option when they need to continue a backup run that got interrupted. Since a \fB\-\-link\-dest\fP run is copied into a new directory hierarchy (when it is used properly), using \fB\-\-ignore existing\fP will ensure that the already-handled files don\(cq\&t get tweaked (which avoids a change in permissions on the hard-linked files). This does mean that this option is only looking at the existing files in the destination hierarchy itself. .IP .IP "\fB\-\-remove\-source\-files\fP" This tells rsync to remove from the sending side the files (meaning non-directories) that are a part of the transfer and have been successfully duplicated on the receiving side. .IP .IP "\fB\-\-delete\fP" This tells rsync to delete extraneous files from the receiving side (ones that aren\(cq\&t on the sending side), but only for the directories that are being synchronized. You must have asked rsync to send the whole directory (e.g. \(dq\&dir\(dq\& or \(dq\&dir/\(dq\&) without using a wildcard for the directory\(cq\&s contents (e.g. \(dq\&dir/*\(dq\&) since the wildcard is expanded by the shell and rsync thus gets a request to transfer individual files, not the files\(cq\& parent directory. Files that are excluded from the transfer are also excluded from being deleted unless you use the \fB\-\-delete\-excluded\fP option or mark the rules as only matching on the sending side (see the include/exclude modifiers in the FILTER RULES section). .IP Prior to rsync 2.6.7, this option would have no effect unless \fB\-\-recursive\fP was enabled. Beginning with 2.6.7, deletions will also occur when \fB\-\-dirs\fP (\fB\-d\fP) is enabled, but only for directories whose contents are being copied. .IP This option can be dangerous if used incorrectly! It is a very good idea to first try a run using the \fB\-\-dry\-run\fP option (\fB\-n\fP) to see what files are going to be deleted. .IP If the sending side detects any I/O errors, then the deletion of any files at the destination will be automatically disabled. This is to prevent temporary filesystem failures (such as NFS errors) on the sending side from causing a massive deletion of files on the destination. You can override this with the \fB\-\-ignore\-errors\fP option. .IP The \fB\-\-delete\fP option may be combined with one of the \-\-delete\-WHEN options without conflict, as well as \fB\-\-delete\-excluded\fP. However, if none of the \-\-delete\-WHEN options are specified, rsync will choose the \fB\-\-delete\-during\fP algorithm when talking to rsync 3.0.0 or newer, and the \fB\-\-delete\-before\fP algorithm when talking to an older rsync. See also \fB\-\-delete\-delay\fP and \fB\-\-delete\-after\fP. .IP .IP "\fB\-\-delete\-before\fP" Request that the file-deletions on the receiving side be done before the transfer starts. See \fB\-\-delete\fP (which is implied) for more details on file-deletion. .IP Deleting before the transfer is helpful if the filesystem is tight for space and removing extraneous files would help to make the transfer possible. However, it does introduce a delay before the start of the transfer, and this delay might cause the transfer to timeout (if \fB\-\-timeout\fP was specified). It also forces rsync to use the old, non-incremental recursion algorithm that requires rsync to scan all the files in the transfer into memory at once (see \fB\-\-recursive\fP). .IP .IP "\fB\-\-delete\-during, \-\-del\fP" Request that the file-deletions on the receiving side be done incrementally as the transfer happens. The per-directory delete scan is done right before each directory is checked for updates, so it behaves like a more efficient \fB\-\-delete\-before\fP, including doing the deletions prior to any per-directory filter files being updated. This option was first added in rsync version 2.6.4. See \fB\-\-delete\fP (which is implied) for more details on file-deletion. .IP .IP "\fB\-\-delete\-delay\fP" Request that the file-deletions on the receiving side be computed during the transfer (like \fB\-\-delete\-during\fP), and then removed after the transfer completes. This is useful when combined with \fB\-\-delay\-updates\fP and/or \fB\-\-fuzzy\fP, and is more efficient than using \fB\-\-delete\-after\fP (but can behave differently, since \fB\-\-delete\-after\fP computes the deletions in a separate pass after all updates are done). If the number of removed files overflows an internal buffer, a temporary file will be created on the receiving side to hold the names (it is removed while open, so you shouldn\(cq\&t see it during the transfer). If the creation of the temporary file fails, rsync will try to fall back to using \fB\-\-delete\-after\fP (which it cannot do if \fB\-\-recursive\fP is doing an incremental scan). See \fB\-\-delete\fP (which is implied) for more details on file-deletion. .IP .IP "\fB\-\-delete\-after\fP" Request that the file-deletions on the receiving side be done after the transfer has completed. This is useful if you are sending new per-directory merge files as a part of the transfer and you want their exclusions to take effect for the delete phase of the current transfer. It also forces rsync to use the old, non-incremental recursion algorithm that requires rsync to scan all the files in the transfer into memory at once (see \fB\-\-recursive\fP). See \fB\-\-delete\fP (which is implied) for more details on file-deletion. .IP .IP "\fB\-\-delete\-excluded\fP" In addition to deleting the files on the receiving side that are not on the sending side, this tells rsync to also delete any files on the receiving side that are excluded (see \fB\-\-exclude\fP). See the FILTER RULES section for a way to make individual exclusions behave this way on the receiver, and for a way to protect files from \fB\-\-delete\-excluded\fP. See \fB\-\-delete\fP (which is implied) for more details on file-deletion. .IP .IP "\fB\-\-ignore\-errors\fP" Tells \fB\-\-delete\fP to go ahead and delete files even when there are I/O errors. .IP .IP "\fB\-\-force\fP" This option tells rsync to delete a non-empty directory when it is to be replaced by a non-directory. This is only relevant if deletions are not active (see \fB\-\-delete\fP for details). .IP Note for older rsync versions: \fB\-\-force\fP used to still be required when using \fB\-\-delete\-after\fP, and it used to be non-functional unless the \fB\-\-recursive\fP option was also enabled. .IP .IP "\fB\-\-max\-delete=NUM\fP" This tells rsync not to delete more than NUM files or directories. If that limit is exceeded, a warning is output and rsync exits with an error code of 25 (new for 3.0.0). .IP Also new for version 3.0.0, you may specify \fB\-\-max\-delete=0\fP to be warned about any extraneous files in the destination without removing any of them. Older clients interpreted this as \(dq\&unlimited\(dq\&, so if you don\(cq\&t know what version the client is, you can use the less obvious \fB\-\-max\-delete=\-1\fP as a backward-compatible way to specify that no deletions be allowed (though older versions didn\(cq\&t warn when the limit was exceeded). .IP .IP "\fB\-\-max\-size=SIZE\fP" This tells rsync to avoid transferring any file that is larger than the specified SIZE. The SIZE value can be suffixed with a string to indicate a size multiplier, and may be a fractional value (e.g. \(dq\&\fB\-\-max\-size=1.5m\fP\(dq\&). .IP This option is a transfer rule, not an exclude, so it doesn\(cq\&t affect the data that goes into the file-lists, and thus it doesn\(cq\&t affect deletions. It just limits the files that the receiver requests to be transferred. .IP The suffixes are as follows: \(dq\&K\(dq\& (or \(dq\&KiB\(dq\&) is a kibibyte (1024), \(dq\&M\(dq\& (or \(dq\&MiB\(dq\&) is a mebibyte (1024*1024), and \(dq\&G\(dq\& (or \(dq\&GiB\(dq\&) is a gibibyte (1024*1024*1024). If you want the multiplier to be 1000 instead of 1024, use \(dq\&KB\(dq\&, \(dq\&MB\(dq\&, or \(dq\&GB\(dq\&. (Note: lower-case is also accepted for all values.) Finally, if the suffix ends in either \(dq\&+1\(dq\& or \(dq\&\-1\(dq\&, the value will be offset by one byte in the indicated direction. .IP Examples: \-\-max\-size=1.5mb\-1 is 1499999 bytes, and \-\-max\-size=2g+1 is 2147483649 bytes. .IP .IP "\fB\-\-min\-size=SIZE\fP" This tells rsync to avoid transferring any file that is smaller than the specified SIZE, which can help in not transferring small, junk files. See the \fB\-\-max\-size\fP option for a description of SIZE and other information. .IP .IP "\fB\-B, \-\-block\-size=BLOCKSIZE\fP" This forces the block size used in rsync\(cq\&s delta-transfer algorithm to a fixed value. It is normally selected based on the size of each file being updated. See the technical report for details. .IP .IP "\fB\-e, \-\-rsh=COMMAND\fP" This option allows you to choose an alternative remote shell program to use for communication between the local and remote copies of rsync. Typically, rsync is configured to use ssh by default, but you may prefer to use rsh on a local network. .IP If this option is used with \fB[user@]host::module/path\fP, then the remote shell \fICOMMAND\fP will be used to run an rsync daemon on the remote host, and all data will be transmitted through that remote shell connection, rather than through a direct socket connection to a running rsync daemon on the remote host. See the section \(dq\&USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION\(dq\& above. .IP Command-line arguments are permitted in COMMAND provided that COMMAND is presented to rsync as a single argument. You must use spaces (not tabs or other whitespace) to separate the command and args from each other, and you can use single- and/or double-quotes to preserve spaces in an argument (but not backslashes). Note that doubling a single-quote inside a single-quoted string gives you a single-quote; likewise for double-quotes (though you need to pay attention to which quotes your shell is parsing and which quotes rsync is parsing). Some examples: .IP .RS \f(CW \-e '\&ssh \-p 2234'\&\fP .br \f(CW \-e '\&ssh \-o \(dq\&ProxyCommand nohup ssh firewall nc \-w1 %h %p\(dq\&'\&\fP .br .RE .IP (Note that ssh users can alternately customize site-specific connect options in their .ssh/config file.) .IP You can also choose the remote shell program using the RSYNC_RSH environment variable, which accepts the same range of values as \fB\-e\fP. .IP See also the \fB\-\-blocking\-io\fP option which is affected by this option. .IP .IP "\fB\-\-rsync\-path=PROGRAM\fP" Use this to specify what program is to be run on the remote machine to start-up rsync. Often used when rsync is not in the default remote-shell\(cq\&s path (e.g. \-\-rsync\-path=/usr/local/bin/rsync). Note that PROGRAM is run with the help of a shell, so it can be any program, script, or command sequence you\(cq\&d care to run, so long as it does not corrupt the standard-in & standard-out that rsync is using to communicate. .IP One tricky example is to set a different default directory on the remote machine for use with the \fB\-\-relative\fP option. For instance: .IP .RS \f(CW rsync \-avR \-\-rsync\-path=\(dq\&cd /a/b && rsync\(dq\& host:c/d /e/\fP .RE .IP .IP "\fB\-C, \-\-cvs\-exclude\fP" This is a useful shorthand for excluding a broad range of files that you often don\(cq\&t want to transfer between systems. It uses a similar algorithm to CVS to determine if a file should be ignored. .IP The exclude list is initialized to exclude the following items (these initial items are marked as perishable \(em see the FILTER RULES section): .IP .RS .RS \f(CWRCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state \&.nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del\-* *.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .bzr/\fP .RE .RE .IP then, files listed in a $HOME/.cvsignore are added to the list and any files listed in the CVSIGNORE environment variable (all cvsignore names are delimited by whitespace). .IP Finally, any file is ignored if it is in the same directory as a \&.cvsignore file and matches one of the patterns listed therein. Unlike rsync\(cq\&s filter/exclude files, these patterns are split on whitespace. See the \fBcvs\fP(1) manual for more information. .IP If you\(cq\&re combining \fB\-C\fP with your own \fB\-\-filter\fP rules, you should note that these CVS excludes are appended at the end of your own rules, regardless of where the \fB\-C\fP was placed on the command-line. This makes them a lower priority than any rules you specified explicitly. If you want to control where these CVS excludes get inserted into your filter rules, you should omit the \fB\-C\fP as a command-line option and use a combination of \fB\-\-filter=:C\fP and \fB\-\-filter=\-C\fP (either on your command-line or by putting the \(dq\&:C\(dq\& and \(dq\&-C\(dq\& rules into a filter file with your other rules). The first option turns on the per-directory scanning for the .cvsignore file. The second option does a one-time import of the CVS excludes mentioned above. .IP .IP "\fB\-f, \-\-filter=RULE\fP" This option allows you to add rules to selectively exclude certain files from the list of files to be transferred. This is most useful in combination with a recursive transfer. .IP You may use as many \fB\-\-filter\fP options on the command line as you like to build up the list of files to exclude. If the filter contains whitespace, be sure to quote it so that the shell gives the rule to rsync as a single argument. The text below also mentions that you can use an underscore to replace the space that separates a rule from its arg. .IP See the FILTER RULES section for detailed information on this option. .IP .IP "\fB\-F\fP" The \fB\-F\fP option is a shorthand for adding two \fB\-\-filter\fP rules to your command. The first time it is used is a shorthand for this rule: .IP .RS \f(CW \-\-filter='\&dir\-merge /.rsync\-filter'\&\fP .RE .IP This tells rsync to look for per-directory .rsync\-filter files that have been sprinkled through the hierarchy and use their rules to filter the files in the transfer. If \fB\-F\fP is repeated, it is a shorthand for this rule: .IP .RS \f(CW \-\-filter='\&exclude .rsync\-filter'\&\fP .RE .IP This filters out the .rsync\-filter files themselves from the transfer. .IP See the FILTER RULES section for detailed information on how these options work. .IP .IP "\fB\-\-exclude=PATTERN\fP" This option is a simplified form of the \fB\-\-filter\fP option that defaults to an exclude rule and does not allow the full rule-parsing syntax of normal filter rules. .IP See the FILTER RULES section for detailed information on this option. .IP .IP "\fB\-\-exclude\-from=FILE\fP" This option is related to the \fB\-\-exclude\fP option, but it specifies a FILE that contains exclude patterns (one per line). Blank lines in the file and lines starting with \(cq\&;\(cq\& or \(cq\&#\(cq\& are ignored. If \fIFILE\fP is \fB\-\fP, the list will be read from standard input. .IP .IP "\fB\-\-include=PATTERN\fP" This option is a simplified form of the \fB\-\-filter\fP option that defaults to an include rule and does not allow the full rule-parsing syntax of normal filter rules. .IP See the FILTER RULES section for detailed information on this option. .IP .IP "\fB\-\-include\-from=FILE\fP" This option is related to the \fB\-\-include\fP option, but it specifies a FILE that contains include patterns (one per line). Blank lines in the file and lines starting with \(cq\&;\(cq\& or \(cq\&#\(cq\& are ignored. If \fIFILE\fP is \fB\-\fP, the list will be read from standard input. .IP .IP "\fB\-\-files\-from=FILE\fP" Using this option allows you to specify the exact list of files to transfer (as read from the specified FILE or \fB\-\fP for standard input). It also tweaks the default behavior of rsync to make transferring just the specified files and directories easier: .IP .RS .IP o The \fB\-\-relative\fP (\fB\-R\fP) option is implied, which preserves the path information that is specified for each item in the file (use \fB\-\-no\-relative\fP or \fB\-\-no\-R\fP if you want to turn that off). .IP o The \fB\-\-dirs\fP (\fB\-d\fP) option is implied, which will create directories specified in the list on the destination rather than noisily skipping them (use \fB\-\-no\-dirs\fP or \fB\-\-no\-d\fP if you want to turn that off). .IP o The \fB\-\-archive\fP (\fB\-a\fP) option\(cq\&s behavior does not imply \fB\-\-recursive\fP (\fB\-r\fP), so specify it explicitly, if you want it. .IP o These side-effects change the default state of rsync, so the position of the \fB\-\-files\-from\fP option on the command-line has no bearing on how other options are parsed (e.g. \fB\-a\fP works the same before or after \fB\-\-files\-from\fP, as does \fB\-\-no\-R\fP and all other options). .RE .IP The filenames that are read from the FILE are all relative to the source dir \(em any leading slashes are removed and no \(dq\&..\(dq\& references are allowed to go higher than the source dir. For example, take this command: .IP .RS \f(CW rsync \-a \-\-files\-from=/tmp/foo /usr remote:/backup\fP .RE .IP If /tmp/foo contains the string \(dq\&bin\(dq\& (or even \(dq\&/bin\(dq\&), the /usr/bin directory will be created as /backup/bin on the remote host. If it contains \(dq\&bin/\(dq\& (note the trailing slash), the immediate contents of the directory would also be sent (without needing to be explicitly mentioned in the file \(em this began in version 2.6.4). In both cases, if the \fB\-r\fP option was enabled, that dir\(cq\&s entire hierarchy would also be transferred (keep in mind that \fB\-r\fP needs to be specified explicitly with \fB\-\-files\-from\fP, since it is not implied by \fB\-a\fP). Also note that the effect of the (enabled by default) \fB\-\-relative\fP option is to duplicate only the path info that is read from the file \(em it does not force the duplication of the source-spec path (/usr in this case). .IP In addition, the \fB\-\-files\-from\fP file can be read from the remote host instead of the local host if you specify a \(dq\&host:\(dq\& in front of the file (the host must match one end of the transfer). As a short-cut, you can specify just a prefix of \(dq\&:\(dq\& to mean \(dq\&use the remote end of the transfer\(dq\&. For example: .IP .RS \f(CW rsync \-a \-\-files\-from=:/path/file\-list src:/ /tmp/copy\fP .RE .IP This would copy all the files specified in the /path/file-list file that was located on the remote \(dq\&src\(dq\& host. .IP If the \fB\-\-iconv\fP and \fB\-\-protect\-args\fP options are specified and the \fB\-\-files\-from\fP filenames are being sent from one host to another, the filenames will be translated from the sending host\(cq\&s charset to the receiving host\(cq\&s charset. .IP .IP "\fB\-0, \-\-from0\fP" This tells rsync that the rules/filenames it reads from a file are terminated by a null (\(cq\&\e0\(cq\&) character, not a NL, CR, or CR+LF. This affects \fB\-\-exclude\-from\fP, \fB\-\-include\-from\fP, \fB\-\-files\-from\fP, and any merged files specified in a \fB\-\-filter\fP rule. It does not affect \fB\-\-cvs\-exclude\fP (since all names read from a .cvsignore file are split on whitespace). .IP .IP "\fB\-s, \-\-protect\-args\fP" This option sends all filenames and most options to the remote rsync without allowing the remote shell to interpret them. This means that spaces are not split in names, and any non-wildcard special characters are not translated (such as ~, $, ;, &, etc.). Wildcards are expanded on the remote host by rsync (instead of the shell doing it). .IP If you use this option with \fB\-\-iconv\fP, the args related to the remote side will also be translated from the local to the remote character-set. The translation happens before wild-cards are expanded. See also the \fB\-\-files\-from\fP option. .IP .IP "\fB\-T, \-\-temp\-dir=DIR\fP" This option instructs rsync to use DIR as a scratch directory when creating temporary copies of the files transferred on the receiving side. The default behavior is to create each temporary file in the same directory as the associated destination file. .IP This option is most often used when the receiving disk partition does not have enough free space to hold a copy of the largest file in the transfer. In this case (i.e. when the scratch directory is on a different disk partition), rsync will not be able to rename each received temporary file over the top of the associated destination file, but instead must copy it into place. Rsync does this by copying the file over the top of the destination file, which means that the destination file will contain truncated data during this copy. If this were not done this way (even if the destination file were first removed, the data locally copied to a temporary file in the destination directory, and then renamed into place) it would be possible for the old file to continue taking up disk space (if someone had it open), and thus there might not be enough room to fit the new version on the disk at the same time. .IP If you are using this option for reasons other than a shortage of disk space, you may wish to combine it with the \fB\-\-delay\-updates\fP option, which will ensure that all copied files get put into subdirectories in the destination hierarchy, awaiting the end of the transfer. If you don\(cq\&t have enough room to duplicate all the arriving files on the destination partition, another way to tell rsync that you aren\(cq\&t overly concerned about disk space is to use the \fB\-\-partial\-dir\fP option with a relative path; because this tells rsync that it is OK to stash off a copy of a single file in a subdir in the destination hierarchy, rsync will use the partial-dir as a staging area to bring over the copied file, and then rename it into place from there. (Specifying a \fB\-\-partial\-dir\fP with an absolute path does not have this side-effect.) .IP .IP "\fB\-y, \-\-fuzzy\fP" This option tells rsync that it should look for a basis file for any destination file that is missing. The current algorithm looks in the same directory as the destination file for either a file that has an identical size and modified-time, or a similarly-named file. If found, rsync uses the fuzzy basis file to try to speed up the transfer. .IP Note that the use of the \fB\-\-delete\fP option might get rid of any potential fuzzy-match files, so either use \fB\-\-delete\-after\fP or specify some filename exclusions if you need to prevent this. .IP .IP "\fB\-\-compare\-dest=DIR\fP" This option instructs rsync to use \fIDIR\fP on the destination machine as an additional hierarchy to compare destination files against doing transfers (if the files are missing in the destination directory). If a file is found in \fIDIR\fP that is identical to the sender\(cq\&s file, the file will NOT be transferred to the destination directory. This is useful for creating a sparse backup of just files that have changed from an earlier backup. .IP Beginning in version 2.6.4, multiple \fB\-\-compare\-dest\fP directories may be provided, which will cause rsync to search the list in the order specified for an exact match. If a match is found that differs only in attributes, a local copy is made and the attributes updated. If a match is not found, a basis file from one of the \fIDIR\fPs will be selected to try to speed up the transfer. .IP If \fIDIR\fP is a relative path, it is relative to the destination directory. See also \fB\-\-copy\-dest\fP and \fB\-\-link\-dest\fP. .IP .IP "\fB\-\-copy\-dest=DIR\fP" This option behaves like \fB\-\-compare\-dest\fP, but rsync will also copy unchanged files found in \fIDIR\fP to the destination directory using a local copy. This is useful for doing transfers to a new destination while leaving existing files intact, and then doing a flash-cutover when all files have been successfully transferred. .IP Multiple \fB\-\-copy\-dest\fP directories may be provided, which will cause rsync to search the list in the order specified for an unchanged file. If a match is not found, a basis file from one of the \fIDIR\fPs will be selected to try to speed up the transfer. .IP If \fIDIR\fP is a relative path, it is relative to the destination directory. See also \fB\-\-compare\-dest\fP and \fB\-\-link\-dest\fP. .IP .IP "\fB\-\-link\-dest=DIR\fP" This option behaves like \fB\-\-copy\-dest\fP, but unchanged files are hard linked from \fIDIR\fP to the destination directory. The files must be identical in all preserved attributes (e.g. permissions, possibly ownership) in order for the files to be linked together. An example: .IP .RS \f(CW rsync \-av \-\-link\-dest=$PWD/prior_dir host:src_dir/ new_dir/\fP .RE .IP If file\(cq\&s aren\(cq\&t linking, double-check their attributes. Also check if some attributes are getting forced outside of rsync\(cq\&s control, such a mount option that squishes root to a single user, or mounts a removable drive with generic ownership (such as OS X\(cq\&s \(dq\&Ignore ownership on this volume\(dq\& option). .IP Beginning in version 2.6.4, multiple \fB\-\-link\-dest\fP directories may be provided, which will cause rsync to search the list in the order specified for an exact match. If a match is found that differs only in attributes, a local copy is made and the attributes updated. If a match is not found, a basis file from one of the \fIDIR\fPs will be selected to try to speed up the transfer. .IP This option works best when copying into an empty destination hierarchy, as rsync treats existing files as definitive (so it never looks in the link-dest dirs when a destination file already exists), and as malleable (so it might change the attributes of a destination file, which affects all the hard-linked versions). .IP Note that if you combine this option with \fB\-\-ignore\-times\fP, rsync will not link any files together because it only links identical files together as a substitute for transferring the file, never as an additional check after the file is updated. .IP If \fIDIR\fP is a relative path, it is relative to the destination directory. See also \fB\-\-compare\-dest\fP and \fB\-\-copy\-dest\fP. .IP Note that rsync versions prior to 2.6.1 had a bug that could prevent \fB\-\-link\-dest\fP from working properly for a non-super-user when \fB\-o\fP was specified (or implied by \fB\-a\fP). You can work-around this bug by avoiding the \fB\-o\fP option when sending to an old rsync. .IP .IP "\fB\-z, \-\-compress\fP" With this option, rsync compresses the file data as it is sent to the destination machine, which reduces the amount of data being transmitted \(em something that is useful over a slow connection. .IP Note that this option typically achieves better compression ratios than can be achieved by using a compressing remote shell or a compressing transport because it takes advantage of the implicit information in the matching data blocks that are not explicitly sent over the connection. .IP See the \fB\-\-skip\-compress\fP option for the default list of file suffixes that will not be compressed. .IP .IP "\fB\-\-compress\-level=NUM\fP" Explicitly set the compression level to use (see \fB\-\-compress\fP) instead of letting it default. If NUM is non-zero, the \fB\-\-compress\fP option is implied. .IP .IP "\fB\-\-skip\-compress=LIST\fP" Override the list of file suffixes that will not be compressed. The \fBLIST\fP should be one or more file suffixes (without the dot) separated by slashes (/). .IP You may specify an empty string to indicate that no file should be skipped. .IP Simple character-class matching is supported: each must consist of a list of letters inside the square brackets (e.g. no special classes, such as \(dq\&[:alpha:]\(dq\&, are supported). .IP The characters asterisk (*) and question-mark (?) have no special meaning. .IP Here\(cq\&s an example that specifies 6 suffixes to skip (since 1 of the 5 rules matches 2 suffixes): .IP .nf \-\-skip\-compress=gz/jpg/mp[34]/7z/bz2 .fi .IP The default list of suffixes that will not be compressed is this (several of these are newly added for 3.0.0): .IP .nf gz/zip/z/rpm/deb/iso/bz2/t[gb]z/7z/mp[34]/mov/avi/ogg/jpg/jpeg .fi .IP This list will be replaced by your \fB\-\-skip\-compress\fP list in all but one situation: a copy from a daemon rsync will add your skipped suffixes to its list of non-compressing files (and its list may be configured to a different default). .IP .IP "\fB\-\-numeric\-ids\fP" With this option rsync will transfer numeric group and user IDs rather than using user and group names and mapping them at both ends. .IP By default rsync will use the username and groupname to determine what ownership to give files. The special uid 0 and the special group 0 are never mapped via user/group names even if the \fB\-\-numeric\-ids\fP option is not specified. .IP If a user or group has no name on the source system or it has no match on the destination system, then the numeric ID from the source system is used instead. See also the comments on the \(dq\&use chroot\(dq\& setting in the rsyncd.conf manpage for information on how the chroot setting affects rsync\(cq\&s ability to look up the names of the users and groups and what you can do about it. .IP .IP "\fB\-\-timeout=TIMEOUT\fP" This option allows you to set a maximum I/O timeout in seconds. If no data is transferred for the specified time then rsync will exit. The default is 0, which means no timeout. .IP .IP "\fB\-\-contimeout\fP" This option allows you to set the amount of time that rsync will wait for its connection to an rsync daemon to succeed. If the timeout is reached, rsync exits with an error. .IP .IP "\fB\-\-address\fP" By default rsync will bind to the wildcard address when connecting to an rsync daemon. The \fB\-\-address\fP option allows you to specify a specific IP address (or hostname) to bind to. See also this option in the \fB\-\-daemon\fP mode section. .IP .IP "\fB\-\-port=PORT\fP" This specifies an alternate TCP port number to use rather than the default of 873. This is only needed if you are using the double-colon (::) syntax to connect with an rsync daemon (since the URL syntax has a way to specify the port as a part of the URL). See also this option in the \fB\-\-daemon\fP mode section. .IP .IP "\fB\-\-sockopts\fP" This option can provide endless fun for people who like to tune their systems to the utmost degree. You can set all sorts of socket options which may make transfers faster (or slower!). Read the man page for the \f(CWsetsockopt()\fP system call for details on some of the options you may be able to set. By default no special socket options are set. This only affects direct socket connections to a remote rsync daemon. This option also exists in the \fB\-\-daemon\fP mode section. .IP .IP "\fB\-\-blocking\-io\fP" This tells rsync to use blocking I/O when launching a remote shell transport. If the remote shell is either rsh or remsh, rsync defaults to using blocking I/O, otherwise it defaults to using non-blocking I/O. (Note that ssh prefers non-blocking I/O.) .IP .IP "\fB\-i, \-\-itemize\-changes\fP" Requests a simple itemized list of the changes that are being made to each file, including attribute changes. This is exactly the same as specifying \fB\-\-out\-format='\&%i %n%L'\&\fP. If you repeat the option, unchanged files will also be output, but only if the receiving rsync is at least version 2.6.7 (you can use \fB\-vv\fP with older versions of rsync, but that also turns on the output of other verbose messages). .IP The \(dq\&%i\(dq\& escape has a cryptic output that is 11 letters long. The general format is like the string \fBYXcstpoguax\fP, where \fBY\fP is replaced by the type of update being done, \fBX\fP is replaced by the file-type, and the other letters represent attributes that may be output if they are being modified. .IP The update types that replace the \fBY\fP are as follows: .IP .RS .IP o A \fB<\fP means that a file is being transferred to the remote host (sent). .IP o A \fB>\fP means that a file is being transferred to the local host (received). .IP o A \fBc\fP means that a local change/creation is occurring for the item (such as the creation of a directory or the changing of a symlink, etc.). .IP o A \fBh\fP means that the item is a hard link to another item (requires \fB\-\-hard\-links\fP). .IP o A \fB.\fP means that the item is not being updated (though it might have attributes that are being modified). .IP o A \fB*\fP means that the rest of the itemized-output area contains a message (e.g. \(dq\&deleting\(dq\&). .RE .IP The file-types that replace the \fBX\fP are: \fBf\fP for a file, a \fBd\fP for a directory, an \fBL\fP for a symlink, a \fBD\fP for a device, and a \fBS\fP for a special file (e.g. named sockets and fifos). .IP The other letters in the string above are the actual letters that will be output if the associated attribute for the item is being updated or a \(dq\&.\(dq\& for no change. Three exceptions to this are: (1) a newly created item replaces each letter with a \(dq\&+\(dq\&, (2) an identical item replaces the dots with spaces, and (3) an unknown attribute replaces each letter with a \(dq\&?\(dq\& (this can happen when talking to an older rsync). .IP The attribute that is associated with each letter is as follows: .IP .RS .IP o A \fBc\fP means either that a regular file has a different checksum (requires \fB\-\-checksum\fP) or that a symlink, device, or special file has a changed value. Note that if you are sending files to an rsync prior to 3.0.1, this change flag will be present only for checksum-differing regular files. .IP o A \fBs\fP means the size of a regular file is different and will be updated by the file transfer. .IP o A \fBt\fP means the modification time is different and is being updated to the sender\(cq\&s value (requires \fB\-\-times\fP). An alternate value of \fBT\fP means that the modification time will be set to the transfer time, which happens when a file/symlink/device is updated without \fB\-\-times\fP and when a symlink is changed and the receiver can\(cq\&t set its time. (Note: when using an rsync 3.0.0 client, you might see the \fBs\fP flag combined with \fBt\fP instead of the proper \fBT\fP flag for this time-setting failure.) .IP o A \fBp\fP means the permissions are different and are being updated to the sender\(cq\&s value (requires \fB\-\-perms\fP). .IP o An \fBo\fP means the owner is different and is being updated to the sender\(cq\&s value (requires \fB\-\-owner\fP and super-user privileges). .IP o A \fBg\fP means the group is different and is being updated to the sender\(cq\&s value (requires \fB\-\-group\fP and the authority to set the group). .IP o The \fBu\fP slot is reserved for future use. .IP o The \fBa\fP means that the ACL information changed. .IP o The \fBx\fP means that the extended attribute information changed. .RE .IP One other output is possible: when deleting files, the \(dq\&%i\(dq\& will output the string \(dq\&*deleting\(dq\& for each item that is being removed (assuming that you are talking to a recent enough rsync that it logs deletions instead of outputting them as a verbose message). .IP .IP "\fB\-\-out\-format=FORMAT\fP" This allows you to specify exactly what the rsync client outputs to the user on a per-update basis. The format is a text string containing embedded single-character escape sequences prefixed with a percent (%) character. A default format of \(dq\&%n%L\(dq\& is assumed if \fB\-v\fP is specified (which reports the name of the file and, if the item is a link, where it points). For a full list of the possible escape characters, see the \(dq\&log format\(dq\& setting in the rsyncd.conf manpage. .IP Specifying the \fB\-\-out\-format\fP option will mention each file, dir, etc. that gets updated in a significant way (a transferred file, a recreated symlink/device, or a touched directory). In addition, if the itemize-changes escape (%i) is included in the string (e.g. if the \fB\-\-itemize\-changes\fP option was used), the logging of names increases to mention any item that is changed in any way (as long as the receiving side is at least 2.6.4). See the \fB\-\-itemize\-changes\fP option for a description of the output of \(dq\&%i\(dq\&. .IP Rsync will output the out-format string prior to a file\(cq\&s transfer unless one of the transfer-statistic escapes is requested, in which case the logging is done at the end of the file\(cq\&s transfer. When this late logging is in effect and \fB\-\-progress\fP is also specified, rsync will also output the name of the file being transferred prior to its progress information (followed, of course, by the out-format output). .IP .IP "\fB\-\-log\-file=FILE\fP" This option causes rsync to log what it is doing to a file. This is similar to the logging that a daemon does, but can be requested for the client side and/or the server side of a non-daemon transfer. If specified as a client option, transfer logging will be enabled with a default format of \(dq\&%i %n%L\(dq\&. See the \fB\-\-log\-file\-format\fP option if you wish to override this. .IP Here\(cq\&s a example command that requests the remote side to log what is happening: .IP .nf rsync \-av \-\-rsync\-path=\(dq\&rsync \-\-log\-file=/tmp/rlog\(dq\& src/ dest/ .fi .IP This is very useful if you need to debug why a connection is closing unexpectedly. .IP .IP "\fB\-\-log\-file\-format=FORMAT\fP" This allows you to specify exactly what per-update logging is put into the file specified by the \fB\-\-log\-file\fP option (which must also be specified for this option to have any effect). If you specify an empty string, updated files will not be mentioned in the log file. For a list of the possible escape characters, see the \(dq\&log format\(dq\& setting in the rsyncd.conf manpage. .IP The default FORMAT used if \fB\-\-log\-file\fP is specified and this option is not is \(cq\&%i %n%L\(cq\&. .IP .IP "\fB\-\-stats\fP" This tells rsync to print a verbose set of statistics on the file transfer, allowing you to tell how effective rsync\(cq\&s delta-transfer algorithm is for your data. .IP The current statistics are as follows: .RS .IP o \fBNumber of files\fP is the count of all \(dq\&files\(dq\& (in the generic sense), which includes directories, symlinks, etc. .IP o \fBNumber of files transferred\fP is the count of normal files that were updated via rsync\(cq\&s delta-transfer algorithm, which does not include created dirs, symlinks, etc. .IP o \fBTotal file size\fP is the total sum of all file sizes in the transfer. This does not count any size for directories or special files, but does include the size of symlinks. .IP o \fBTotal transferred file size\fP is the total sum of all files sizes for just the transferred files. .IP o \fBLiteral data\fP is how much unmatched file-update data we had to send to the receiver for it to recreate the updated files. .IP o \fBMatched data\fP is how much data the receiver got locally when recreating the updated files. .IP o \fBFile list size\fP is how big the file-list data was when the sender sent it to the receiver. This is smaller than the in-memory size for the file list due to some compressing of duplicated data when rsync sends the list. .IP o \fBFile list generation time\fP is the number of seconds that the sender spent creating the file list. This requires a modern rsync on the sending side for this to be present. .IP o \fBFile list transfer time\fP is the number of seconds that the sender spent sending the file list to the receiver. .IP o \fBTotal bytes sent\fP is the count of all the bytes that rsync sent from the client side to the server side. .IP o \fBTotal bytes received\fP is the count of all non-message bytes that rsync received by the client side from the server side. \(dq\&Non-message\(dq\& bytes means that we don\(cq\&t count the bytes for a verbose message that the server sent to us, which makes the stats more consistent. .RE .IP .IP "\fB\-8, \-\-8\-bit\-output\fP" This tells rsync to leave all high-bit characters unescaped in the output instead of trying to test them to see if they\(cq\&re valid in the current locale and escaping the invalid ones. All control characters (but never tabs) are always escaped, regardless of this option\(cq\&s setting. .IP The escape idiom that started in 2.6.7 is to output a literal backslash (\e) and a hash (#), followed by exactly 3 octal digits. For example, a newline would output as \(dq\&\e#012\(dq\&. A literal backslash that is in a filename is not escaped unless it is followed by a hash and 3 digits (0\-9). .IP .IP "\fB\-h, \-\-human\-readable\fP" Output numbers in a more human-readable format. This makes big numbers output using larger units, with a K, M, or G suffix. If this option was specified once, these units are K (1000), M (1000*1000), and G (1000*1000*1000); if the option is repeated, the units are powers of 1024 instead of 1000. .IP .IP "\fB\-\-partial\fP" By default, rsync will delete any partially transferred file if the transfer is interrupted. In some circumstances it is more desirable to keep partially transferred files. Using the \fB\-\-partial\fP option tells rsync to keep the partial file which should make a subsequent transfer of the rest of the file much faster. .IP .IP "\fB\-\-partial\-dir=DIR\fP" A better way to keep partial files than the \fB\-\-partial\fP option is to specify a \fIDIR\fP that will be used to hold the partial data (instead of writing it out to the destination file). On the next transfer, rsync will use a file found in this dir as data to speed up the resumption of the transfer and then delete it after it has served its purpose. .IP Note that if \fB\-\-whole\-file\fP is specified (or implied), any partial-dir file that is found for a file that is being updated will simply be removed (since rsync is sending files without using rsync\(cq\&s delta-transfer algorithm). .IP Rsync will create the \fIDIR\fP if it is missing (just the last dir \(em not the whole path). This makes it easy to use a relative path (such as \(dq\&\fB\-\-partial\-dir=.rsync\-partial\fP\(dq\&) to have rsync create the partial-directory in the destination file\(cq\&s directory when needed, and then remove it again when the partial file is deleted. .IP If the partial-dir value is not an absolute path, rsync will add an exclude rule at the end of all your existing excludes. This will prevent the sending of any partial-dir files that may exist on the sending side, and will also prevent the untimely deletion of partial-dir items on the receiving side. An example: the above \fB\-\-partial\-dir\fP option would add the equivalent of \(dq\&\fB\-f '\&-p .rsync\-partial/'\&\fP\(dq\& at the end of any other filter rules. .IP If you are supplying your own exclude rules, you may need to add your own exclude/hide/protect rule for the partial-dir because (1) the auto-added rule may be ineffective at the end of your other rules, or (2) you may wish to override rsync\(cq\&s exclude choice. For instance, if you want to make rsync clean-up any left-over partial-dirs that may be lying around, you should specify \fB\-\-delete\-after\fP and add a \(dq\&risk\(dq\& filter rule, e.g. \fB\-f '\&R .rsync\-partial/'\&\fP. (Avoid using \fB\-\-delete\-before\fP or \fB\-\-delete\-during\fP unless you don\(cq\&t need rsync to use any of the left-over partial-dir data during the current run.) .IP IMPORTANT: the \fB\-\-partial\-dir\fP should not be writable by other users or it is a security risk. E.g. AVOID \(dq\&/tmp\(dq\&. .IP You can also set the partial-dir value the RSYNC_PARTIAL_DIR environment variable. Setting this in the environment does not force \fB\-\-partial\fP to be enabled, but rather it affects where partial files go when \fB\-\-partial\fP is specified. For instance, instead of using \fB\-\-partial\-dir=.rsync\-tmp\fP along with \fB\-\-progress\fP, you could set RSYNC_PARTIAL_DIR=.rsync\-tmp in your environment and then just use the \fB\-P\fP option to turn on the use of the \&.rsync\-tmp dir for partial transfers. The only times that the \fB\-\-partial\fP option does not look for this environment value are (1) when \fB\-\-inplace\fP was specified (since \fB\-\-inplace\fP conflicts with \fB\-\-partial\-dir\fP), and (2) when \fB\-\-delay\-updates\fP was specified (see below). .IP For the purposes of the daemon-config\(cq\&s \(dq\&refuse options\(dq\& setting, \fB\-\-partial\-dir\fP does \fInot\fP imply \fB\-\-partial\fP. This is so that a refusal of the \fB\-\-partial\fP option can be used to disallow the overwriting of destination files with a partial transfer, while still allowing the safer idiom provided by \fB\-\-partial\-dir\fP. .IP .IP "\fB\-\-delay\-updates\fP" This option puts the temporary file from each updated file into a holding directory until the end of the transfer, at which time all the files are renamed into place in rapid succession. This attempts to make the updating of the files a little more atomic. By default the files are placed into a directory named \(dq\&.~tmp~\(dq\& in each file\(cq\&s destination directory, but if you\(cq\&ve specified the \fB\-\-partial\-dir\fP option, that directory will be used instead. See the comments in the \fB\-\-partial\-dir\fP section for a discussion of how this \(dq\&.~tmp~\(dq\& dir will be excluded from the transfer, and what you can do if you want rsync to cleanup old \(dq\&.~tmp~\(dq\& dirs that might be lying around. Conflicts with \fB\-\-inplace\fP and \fB\-\-append\fP. .IP This option uses more memory on the receiving side (one bit per file transferred) and also requires enough free disk space on the receiving side to hold an additional copy of all the updated files. Note also that you should not use an absolute path to \fB\-\-partial\-dir\fP unless (1) there is no chance of any of the files in the transfer having the same name (since all the updated files will be put into a single directory if the path is absolute) and (2) there are no mount points in the hierarchy (since the delayed updates will fail if they can\(cq\&t be renamed into place). .IP See also the \(dq\&atomic-rsync\(dq\& perl script in the \(dq\&support\(dq\& subdir for an update algorithm that is even more atomic (it uses \fB\-\-link\-dest\fP and a parallel hierarchy of files). .IP .IP "\fB\-m, \-\-prune\-empty\-dirs\fP" This option tells the receiving rsync to get rid of empty directories from the file-list, including nested directories that have no non-directory children. This is useful for avoiding the creation of a bunch of useless directories when the sending rsync is recursively scanning a hierarchy of files using include/exclude/filter rules. .IP Note that the use of transfer rules, such as the \fB\-\-min\-size\fP option, does not affect what goes into the file list, and thus does not leave directories empty, even if none of the files in a directory match the transfer rule. .IP Because the file-list is actually being pruned, this option also affects what directories get deleted when a delete is active. However, keep in mind that excluded files and directories can prevent existing items from being deleted due to an exclude both hiding source files and protecting destination files. See the perishable filter-rule option for how to avoid this. .IP You can prevent the pruning of certain empty directories from the file-list by using a global \(dq\&protect\(dq\& filter. For instance, this option would ensure that the directory \(dq\&emptydir\(dq\& was kept in the file-list: .IP .RS \-\-filter \(cq\&protect emptydir/\(cq\& .RE .IP Here\(cq\&s an example that copies all .pdf files in a hierarchy, only creating the necessary destination directories to hold the .pdf files, and ensures that any superfluous files and directories in the destination are removed (note the hide filter of non-directories being used instead of an exclude): .IP .RS rsync \-avm \-\-del \-\-include=\(cq\&*.pdf\(cq\& \-f \(cq\&hide,! */\(cq\& src/ dest .RE .IP If you didn\(cq\&t want to remove superfluous destination files, the more time-honored options of \(dq\&\fB\-\-include='\&*/'\& \-\-exclude='\&*'\&\fP\(dq\& would work fine in place of the hide-filter (if that is more natural to you). .IP .IP "\fB\-\-progress\fP" This option tells rsync to print information showing the progress of the transfer. This gives a bored user something to watch. Implies \fB\-\-verbose\fP if it wasn\(cq\&t already specified. .IP While rsync is transferring a regular file, it updates a progress line that looks like this: .IP .nf 782448 63% 110.64kB/s 0:00:04 .fi .IP In this example, the receiver has reconstructed 782448 bytes or 63% of the sender\(cq\&s file, which is being reconstructed at a rate of 110.64 kilobytes per second, and the transfer will finish in 4 seconds if the current rate is maintained until the end. .IP These statistics can be misleading if rsync\(cq\&s delta-transfer algorithm is in use. For example, if the sender\(cq\&s file consists of the basis file followed by additional data, the reported rate will probably drop dramatically when the receiver gets to the literal data, and the transfer will probably take much longer to finish than the receiver estimated as it was finishing the matched part of the file. .IP When the file transfer finishes, rsync replaces the progress line with a summary line that looks like this: .IP .nf 1238099 100% 146.38kB/s 0:00:08 (xfer#5, to-check=169/396) .fi .IP In this example, the file was 1238099 bytes long in total, the average rate of transfer for the whole file was 146.38 kilobytes per second over the 8 seconds that it took to complete, it was the 5th transfer of a regular file during the current rsync session, and there are 169 more files for the receiver to check (to see if they are up-to-date or not) remaining out of the 396 total files in the file-list. .IP .IP "\fB\-P\fP" The \fB\-P\fP option is equivalent to \fB\-\-partial\fP \fB\-\-progress\fP. Its purpose is to make it much easier to specify these two options for a long transfer that may be interrupted. .IP .IP "\fB\-\-password\-file\fP" This option allows you to provide a password in a file for accessing an rsync daemon. The file must not be world readable. It should contain just the password as a single line. .IP This option does not supply a password to a remote shell transport such as ssh; to learn how to do that, consult the remote shell\(cq\&s documentation. When accessing an rsync daemon using a remote shell as the transport, this option only comes into effect after the remote shell finishes its authentication (i.e. if you have also specified a password in the daemon\(cq\&s config file). .IP .IP "\fB\-\-list\-only\fP" This option will cause the source files to be listed instead of transferred. This option is inferred if there is a single source arg and no destination specified, so its main uses are: (1) to turn a copy command that includes a destination arg into a file-listing command, or (2) to be able to specify more than one source arg (note: be sure to include the destination). Caution: keep in mind that a source arg with a wild-card is expanded by the shell into multiple args, so it is never safe to try to list such an arg without using this option. For example: .IP .nf rsync \-av \-\-list\-only foo* dest/ .fi .IP Compatibility note: when requesting a remote listing of files from an rsync that is version 2.6.3 or older, you may encounter an error if you ask for a non-recursive listing. This is because a file listing implies the \fB\-\-dirs\fP option w/o \fB\-\-recursive\fP, and older rsyncs don\(cq\&t have that option. To avoid this problem, either specify the \fB\-\-no\-dirs\fP option (if you don\(cq\&t need to expand a directory\(cq\&s content), or turn on recursion and exclude the content of subdirectories: \fB\-r \-\-exclude='\&/*/*'\&\fP. .IP .IP "\fB\-\-bwlimit=KBPS\fP" This option allows you to specify a maximum transfer rate in kilobytes per second. This option is most effective when using rsync with large files (several megabytes and up). Due to the nature of rsync transfers, blocks of data are sent, then if rsync determines the transfer was too fast, it will wait before sending the next data block. The result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. .IP .IP "\fB\-\-write\-batch=FILE\fP" Record a file that can later be applied to another identical destination with \fB\-\-read\-batch\fP. See the \(dq\&BATCH MODE\(dq\& section for details, and also the \fB\-\-only\-write\-batch\fP option. .IP .IP "\fB\-\-only\-write\-batch=FILE\fP" Works like \fB\-\-write\-batch\fP, except that no updates are made on the destination system when creating the batch. This lets you transport the changes to the destination system via some other means and then apply the changes via \fB\-\-read\-batch\fP. .IP Note that you can feel free to write the batch directly to some portable media: if this media fills to capacity before the end of the transfer, you can just apply that partial transfer to the destination and repeat the whole process to get the rest of the changes (as long as you don\(cq\&t mind a partially updated destination system while the multi-update cycle is happening). .IP Also note that you only save bandwidth when pushing changes to a remote system because this allows the batched data to be diverted from the sender into the batch file without having to flow over the wire to the receiver (when pulling, the sender is remote, and thus can\(cq\&t write the batch). .IP .IP "\fB\-\-read\-batch=FILE\fP" Apply all of the changes stored in FILE, a file previously generated by \fB\-\-write\-batch\fP. If \fIFILE\fP is \fB\-\fP, the batch data will be read from standard input. See the \(dq\&BATCH MODE\(dq\& section for details. .IP .IP "\fB\-\-protocol=NUM\fP" Force an older protocol version to be used. This is useful for creating a batch file that is compatible with an older version of rsync. For instance, if rsync 2.6.4 is being used with the \fB\-\-write\-batch\fP option, but rsync 2.6.3 is what will be used to run the \fB\-\-read\-batch\fP option, you should use \(dq\&\-\-protocol=28\(dq\& when creating the batch file to force the older protocol version to be used in the batch file (assuming you can\(cq\&t upgrade the rsync on the reading system). .IP .IP "\fB\-\-iconv=CONVERT_SPEC\fP" Rsync can convert filenames between character sets using this option. Using a CONVERT_SPEC of \(dq\&.\(dq\& tells rsync to look up the default character-set via the locale setting. Alternately, you can fully specify what conversion to do by giving a local and a remote charset separated by a comma in the order \fB\-\-iconv=LOCAL,REMOTE\fP, e.g. \fB\-\-iconv=utf8,iso88591\fP. This order ensures that the option will stay the same whether you\(cq\&re pushing or pulling files. Finally, you can specify either \fB\-\-no\-iconv\fP or a CONVERT_SPEC of \(dq\&-\(dq\& to turn off any conversion. The default setting of this option is site-specific, and can also be affected via the RSYNC_ICONV environment variable. .IP For a list of what charset names your local iconv library supports, you can run \(dq\&iconv \-\-list\(dq\&. .IP If you specify the \fB\-\-protect\-args\fP option (\fB\-s\fP), rsync will translate the filenames you specify on the command-line that are being sent to the remote host. See also the \fB\-\-files\-from\fP option. .IP Note that rsync does not do any conversion of names in filter files (including include/exclude files). It is up to you to ensure that you\(cq\&re specifying matching rules that can match on both sides of the transfer. For instance, you can specify extra include/exclude rules if there are filename differences on the two sides that need to be accounted for. .IP When you pass an \fB\-\-iconv\fP option to an rsync daemon that allows it, the daemon uses the charset specified in its \(dq\&charset\(dq\& configuration parameter regardless of the remote charset you actually pass. Thus, you may feel free to specify just the local charset for a daemon transfer (e.g. \fB\-\-iconv=utf8\fP). .IP .IP "\fB\-4, \-\-ipv4\fP or \fB\-6, \-\-ipv6\fP" Tells rsync to prefer IPv4/IPv6 when creating sockets. This only affects sockets that rsync has direct control over, such as the outgoing socket when directly contacting an rsync daemon. See also these options in the \fB\-\-daemon\fP mode section. .IP If rsync was complied without support for IPv6, the \fB\-\-ipv6\fP option will have no effect. The \fB\-\-version\fP output will tell you if this is the case. .IP .IP "\fB\-\-checksum\-seed=NUM\fP" Set the checksum seed to the integer NUM. This 4 byte checksum seed is included in each block and file checksum calculation. By default the checksum seed is generated by the server and defaults to the current \f(CWtime()\fP \&. This option is used to set a specific checksum seed, which is useful for applications that want repeatable block and file checksums, or in the case where the user wants a more random checksum seed. Setting NUM to 0 causes rsync to use the default of \f(CWtime()\fP for checksum seed. .PP .SH "DAEMON OPTIONS" .PP The options allowed when starting an rsync daemon are as follows: .PP .IP "\fB\-\-daemon\fP" This tells rsync that it is to run as a daemon. The daemon you start running may be accessed using an rsync client using the \fBhost::module\fP or \fBrsync://host/module/\fP syntax. .IP If standard input is a socket then rsync will assume that it is being run via inetd, otherwise it will detach from the current terminal and become a background daemon. The daemon will read the config file (rsyncd.conf) on each connect made by a client and respond to requests accordingly. See the \fBrsyncd.conf\fP(5) man page for more details. .IP .IP "\fB\-\-address\fP" By default rsync will bind to the wildcard address when run as a daemon with the \fB\-\-daemon\fP option. The \fB\-\-address\fP option allows you to specify a specific IP address (or hostname) to bind to. This makes virtual hosting possible in conjunction with the \fB\-\-config\fP option. See also the \(dq\&address\(dq\& global option in the rsyncd.conf manpage. .IP .IP "\fB\-\-bwlimit=KBPS\fP" This option allows you to specify a maximum transfer rate in kilobytes per second for the data the daemon sends. The client can still specify a smaller \fB\-\-bwlimit\fP value, but their requested value will be rounded down if they try to exceed it. See the client version of this option (above) for some extra details. .IP .IP "\fB\-\-config=FILE\fP" This specifies an alternate config file than the default. This is only relevant when \fB\-\-daemon\fP is specified. The default is /etc/rsyncd.conf unless the daemon is running over a remote shell program and the remote user is not the super-user; in that case the default is rsyncd.conf in the current directory (typically $HOME). .IP .IP "\fB\-\-no\-detach\fP" When running as a daemon, this option instructs rsync to not detach itself and become a background process. This option is required when running as a service on Cygwin, and may also be useful when rsync is supervised by a program such as \fBdaemontools\fP or AIX\(cq\&s \fBSystem Resource Controller\fP. \fB\-\-no\-detach\fP is also recommended when rsync is run under a debugger. This option has no effect if rsync is run from inetd or sshd. .IP .IP "\fB\-\-port=PORT\fP" This specifies an alternate TCP port number for the daemon to listen on rather than the default of 873. See also the \(dq\&port\(dq\& global option in the rsyncd.conf manpage. .IP .IP "\fB\-\-log\-file=FILE\fP" This option tells the rsync daemon to use the given log-file name instead of using the \(dq\&log file\(dq\& setting in the config file. .IP .IP "\fB\-\-log\-file\-format=FORMAT\fP" This option tells the rsync daemon to use the given FORMAT string instead of using the \(dq\&log format\(dq\& setting in the config file. It also enables \(dq\&transfer logging\(dq\& unless the string is empty, in which case transfer logging is turned off. .IP .IP "\fB\-\-sockopts\fP" This overrides the \fBsocket options\fP setting in the rsyncd.conf file and has the same syntax. .IP .IP "\fB\-v, \-\-verbose\fP" This option increases the amount of information the daemon logs during its startup phase. After the client connects, the daemon\(cq\&s verbosity level will be controlled by the options that the client used and the \(dq\&max verbosity\(dq\& setting in the module\(cq\&s config section. .IP .IP "\fB\-4, \-\-ipv4\fP or \fB\-6, \-\-ipv6\fP" Tells rsync to prefer IPv4/IPv6 when creating the incoming sockets that the rsync daemon will use to listen for connections. One of these options may be required in older versions of Linux to work around an IPv6 bug in the kernel (if you see an \(dq\&address already in use\(dq\& error when nothing else is using the port, try specifying \fB\-\-ipv6\fP or \fB\-\-ipv4\fP when starting the daemon). .IP If rsync was complied without support for IPv6, the \fB\-\-ipv6\fP option will have no effect. The \fB\-\-version\fP output will tell you if this is the case. .IP .IP "\fB\-h, \-\-help\fP" When specified after \fB\-\-daemon\fP, print a short help page describing the options available for starting an rsync daemon. .PP .SH "FILTER RULES" .PP The filter rules allow for flexible selection of which files to transfer (include) and which files to skip (exclude). The rules either directly specify include/exclude patterns or they specify a way to acquire more include/exclude patterns (e.g. to read them from a file). .PP As the list of files/directories to transfer is built, rsync checks each name to be transferred against the list of include/exclude patterns in turn, and the first matching pattern is acted on: if it is an exclude pattern, then that file is skipped; if it is an include pattern then that filename is not skipped; if no matching pattern is found, then the filename is not skipped. .PP Rsync builds an ordered list of filter rules as specified on the command-line. Filter rules have the following syntax: .PP .RS \f(CWRULE [PATTERN_OR_FILENAME]\fP .br \f(CWRULE,MODIFIERS [PATTERN_OR_FILENAME]\fP .br .RE .PP You have your choice of using either short or long RULE names, as described below. If you use a short-named rule, the \(cq\&,\(cq\& separating the RULE from the MODIFIERS is optional. The PATTERN or FILENAME that follows (when present) must come after either a single space or an underscore (_). Here are the available rule prefixes: .PP .RS \fBexclude, \-\fP specifies an exclude pattern. .br \fBinclude, +\fP specifies an include pattern. .br \fBmerge, .\fP specifies a merge-file to read for more rules. .br \fBdir-merge, :\fP specifies a per-directory merge-file. .br \fBhide, H\fP specifies a pattern for hiding files from the transfer. .br \fBshow, S\fP files that match the pattern are not hidden. .br \fBprotect, P\fP specifies a pattern for protecting files from deletion. .br \fBrisk, R\fP files that match the pattern are not protected. .br \fBclear, !\fP clears the current include/exclude list (takes no arg) .br .RE .PP When rules are being read from a file, empty lines are ignored, as are comment lines that start with a \(dq\&#\(dq\&. .PP Note that the \fB\-\-include\fP/\fB\-\-exclude\fP command-line options do not allow the full range of rule parsing as described above \(em they only allow the specification of include/exclude patterns plus a \(dq\&!\(dq\& token to clear the list (and the normal comment parsing when rules are read from a file). If a pattern does not begin with \(dq\&- \(dq\& (dash, space) or \(dq\&+ \(dq\& (plus, space), then the rule will be interpreted as if \(dq\&+ \(dq\& (for an include option) or \(dq\&- \(dq\& (for an exclude option) were prefixed to the string. A \fB\-\-filter\fP option, on the other hand, must always contain either a short or long rule name at the start of the rule. .PP Note also that the \fB\-\-filter\fP, \fB\-\-include\fP, and \fB\-\-exclude\fP options take one rule/pattern each. To add multiple ones, you can repeat the options on the command-line, use the merge-file syntax of the \fB\-\-filter\fP option, or the \fB\-\-include\-from\fP/\fB\-\-exclude\-from\fP options. .PP .SH "INCLUDE/EXCLUDE PATTERN RULES" .PP You can include and exclude files by specifying patterns using the \(dq\&+\(dq\&, \(dq\&-\(dq\&, etc. filter rules (as introduced in the FILTER RULES section above). The include/exclude rules each specify a pattern that is matched against the names of the files that are going to be transferred. These patterns can take several forms: .PP .IP o if the pattern starts with a / then it is anchored to a particular spot in the hierarchy of files, otherwise it is matched against the end of the pathname. This is similar to a leading ^ in regular expressions. Thus \(dq\&/foo\(dq\& would match a name of \(dq\&foo\(dq\& at either the \(dq\&root of the transfer\(dq\& (for a global rule) or in the merge-file\(cq\&s directory (for a per-directory rule). An unqualified \(dq\&foo\(dq\& would match a name of \(dq\&foo\(dq\& anywhere in the tree because the algorithm is applied recursively from the top down; it behaves as if each path component gets a turn at being the end of the filename. Even the unanchored \(dq\&sub/foo\(dq\& would match at any point in the hierarchy where a \(dq\&foo\(dq\& was found within a directory named \(dq\&sub\(dq\&. See the section on ANCHORING INCLUDE/EXCLUDE PATTERNS for a full discussion of how to specify a pattern that matches at the root of the transfer. .IP o if the pattern ends with a / then it will only match a directory, not a regular file, symlink, or device. .IP o rsync chooses between doing a simple string match and wildcard matching by checking if the pattern contains one of these three wildcard characters: \(cq\&*\(cq\&, \(cq\&?\(cq\&, and \(cq\&[\(cq\& . .IP o a \(cq\&*\(cq\& matches any path component, but it stops at slashes. .IP o use \(cq\&**\(cq\& to match anything, including slashes. .IP o a \(cq\&?\(cq\& matches any character except a slash (/). .IP o a \(cq\&[\(cq\& introduces a character class, such as [a\-z] or [[:alpha:]]. .IP o in a wildcard pattern, a backslash can be used to escape a wildcard character, but it is matched literally when no wildcards are present. .IP o if the pattern contains a / (not counting a trailing /) or a \(dq\&**\(dq\&, then it is matched against the full pathname, including any leading directories. If the pattern doesn\(cq\&t contain a / or a \(dq\&**\(dq\&, then it is matched only against the final component of the filename. (Remember that the algorithm is applied recursively so \(dq\&full filename\(dq\& can actually be any portion of a path from the starting directory on down.) .IP o a trailing \(dq\&dir_name/***\(dq\& will match both the directory (as if \(dq\&dir_name/\(dq\& had been specified) and everything in the directory (as if \(dq\&dir_name/**\(dq\& had been specified). This behavior was added in version 2.6.7. .PP Note that, when using the \fB\-\-recursive\fP (\fB\-r\fP) option (which is implied by \fB\-a\fP), every subcomponent of every path is visited from the top down, so include/exclude patterns get applied recursively to each subcomponent\(cq\&s full name (e.g. to include \(dq\&/foo/bar/baz\(dq\& the subcomponents \(dq\&/foo\(dq\& and \(dq\&/foo/bar\(dq\& must not be excluded). The exclude patterns actually short-circuit the directory traversal stage when rsync finds the files to send. If a pattern excludes a particular parent directory, it can render a deeper include pattern ineffectual because rsync did not descend through that excluded section of the hierarchy. This is particularly important when using a trailing \(cq\&*\(cq\& rule. For instance, this won\(cq\&t work: .PP .RS \f(CW+ /some/path/this\-file\-will\-not\-be\-found\fP .br \f(CW+ /file\-is\-included\fP .br \f(CW\- *\fP .br .RE .PP This fails because the parent directory \(dq\&some\(dq\& is excluded by the \(cq\&*\(cq\& rule, so rsync never visits any of the files in the \(dq\&some\(dq\& or \(dq\&some/path\(dq\& directories. One solution is to ask for all directories in the hierarchy to be included by using a single rule: \(dq\&+ */\(dq\& (put it somewhere before the \(dq\&- *\(dq\& rule), and perhaps use the \fB\-\-prune\-empty\-dirs\fP option. Another solution is to add specific include rules for all the parent dirs that need to be visited. For instance, this set of rules works fine: .PP .RS \f(CW+ /some/\fP .br \f(CW+ /some/path/\fP .br \f(CW+ /some/path/this\-file\-is\-found\fP .br \f(CW+ /file\-also\-included\fP .br \f(CW\- *\fP .br .RE .PP Here are some examples of exclude/include matching: .PP .IP o \(dq\&- *.o\(dq\& would exclude all names matching *.o .IP o \(dq\&- /foo\(dq\& would exclude a file (or directory) named foo in the transfer-root directory .IP o \(dq\&- foo/\(dq\& would exclude any directory named foo .IP o \(dq\&- /foo/*/bar\(dq\& would exclude any file named bar which is at two levels below a directory named foo in the transfer-root directory .IP o \(dq\&- /foo/**/bar\(dq\& would exclude any file named bar two or more levels below a directory named foo in the transfer-root directory .IP o The combination of \(dq\&+ */\(dq\&, \(dq\&+ *.c\(dq\&, and \(dq\&- *\(dq\& would include all directories and C source files but nothing else (see also the \fB\-\-prune\-empty\-dirs\fP option) .IP o The combination of \(dq\&+ foo/\(dq\&, \(dq\&+ foo/bar.c\(dq\&, and \(dq\&- *\(dq\& would include only the foo directory and foo/bar.c (the foo directory must be explicitly included or it would be excluded by the \(dq\&*\(dq\&) .PP The following modifiers are accepted after a \(dq\&+\(dq\& or \(dq\&-\(dq\&: .PP .IP o A \fB/\fP specifies that the include/exclude rule should be matched against the absolute pathname of the current item. For example, \(dq\&-/ /etc/passwd\(dq\& would exclude the passwd file any time the transfer was sending files from the \(dq\&/etc\(dq\& directory, and \(dq\&-/ subdir/foo\(dq\& would always exclude \(dq\&foo\(dq\& when it is in a dir named \(dq\&subdir\(dq\&, even if \(dq\&foo\(dq\& is at the root of the current transfer. .IP o A \fB!\fP specifies that the include/exclude should take effect if the pattern fails to match. For instance, \(dq\&-! */\(dq\& would exclude all non-directories. .IP o A \fBC\fP is used to indicate that all the global CVS-exclude rules should be inserted as excludes in place of the \(dq\&-C\(dq\&. No arg should follow. .IP o An \fBs\fP is used to indicate that the rule applies to the sending side. When a rule affects the sending side, it prevents files from being transferred. The default is for a rule to affect both sides unless \fB\-\-delete\-excluded\fP was specified, in which case default rules become sender-side only. See also the hide (H) and show (S) rules, which are an alternate way to specify sending-side includes/excludes. .IP o An \fBr\fP is used to indicate that the rule applies to the receiving side. When a rule affects the receiving side, it prevents files from being deleted. See the \fBs\fP modifier for more info. See also the protect (P) and risk (R) rules, which are an alternate way to specify receiver-side includes/excludes. .IP o A \fBp\fP indicates that a rule is perishable, meaning that it is ignored in directories that are being deleted. For instance, the \fB\-C\fP option\(cq\&s default rules that exclude things like \(dq\&CVS\(dq\& and \(dq\&*.o\(dq\& are marked as perishable, and will not prevent a directory that was removed on the source from being deleted on the destination. .PP .SH "MERGE-FILE FILTER RULES" .PP You can merge whole files into your filter rules by specifying either a merge (.) or a dir-merge (:) filter rule (as introduced in the FILTER RULES section above). .PP There are two kinds of merged files \(em single-instance (\(cq\&.\(cq\&) and per-directory (\(cq\&:\(cq\&). A single-instance merge file is read one time, and its rules are incorporated into the filter list in the place of the \(dq\&.\(dq\& rule. For per-directory merge files, rsync will scan every directory that it traverses for the named file, merging its contents when the file exists into the current list of inherited rules. These per-directory rule files must be created on the sending side because it is the sending side that is being scanned for the available files to transfer. These rule files may also need to be transferred to the receiving side if you want them to affect what files don\(cq\&t get deleted (see PER-DIRECTORY RULES AND DELETE below). .PP Some examples: .PP .RS \f(CWmerge /etc/rsync/default.rules\fP .br \f(CW. /etc/rsync/default.rules\fP .br \f(CWdir\-merge .per\-dir\-filter\fP .br \f(CWdir\-merge,n\- .non\-inherited\-per\-dir\-excludes\fP .br \f(CW:n\- .non\-inherited\-per\-dir\-excludes\fP .br .RE .PP The following modifiers are accepted after a merge or dir-merge rule: .PP .IP o A \fB\-\fP specifies that the file should consist of only exclude patterns, with no other rule-parsing except for in-file comments. .IP o A \fB+\fP specifies that the file should consist of only include patterns, with no other rule-parsing except for in-file comments. .IP o A \fBC\fP is a way to specify that the file should be read in a CVS-compatible manner. This turns on \(cq\&n\(cq\&, \(cq\&w\(cq\&, and \(cq\&-\(cq\&, but also allows the list-clearing token (!) to be specified. If no filename is provided, \(dq\&.cvsignore\(dq\& is assumed. .IP o A \fBe\fP will exclude the merge-file name from the transfer; e.g. \(dq\&dir-merge,e .rules\(dq\& is like \(dq\&dir-merge .rules\(dq\& and \(dq\&- .rules\(dq\&. .IP o An \fBn\fP specifies that the rules are not inherited by subdirectories. .IP o A \fBw\fP specifies that the rules are word-split on whitespace instead of the normal line-splitting. This also turns off comments. Note: the space that separates the prefix from the rule is treated specially, so \(dq\&- foo + bar\(dq\& is parsed as two rules (assuming that prefix-parsing wasn\(cq\&t also disabled). .IP o You may also specify any of the modifiers for the \(dq\&+\(dq\& or \(dq\&-\(dq\& rules (above) in order to have the rules that are read in from the file default to having that modifier set. For instance, \(dq\&merge,\-/ .excl\(dq\& would treat the contents of .excl as absolute-path excludes, while \(dq\&dir-merge,s .filt\(dq\& and \(dq\&:sC\(dq\& would each make all their per-directory rules apply only on the sending side. .PP Per-directory rules are inherited in all subdirectories of the directory where the merge-file was found unless the \(cq\&n\(cq\& modifier was used. Each subdirectory\(cq\&s rules are prefixed to the inherited per-directory rules from its parents, which gives the newest rules a higher priority than the inherited rules. The entire set of dir-merge rules are grouped together in the spot where the merge-file was specified, so it is possible to override dir-merge rules via a rule that got specified earlier in the list of global rules. When the list-clearing rule (\(dq\&!\(dq\&) is read from a per-directory file, it only clears the inherited rules for the current merge file. .PP Another way to prevent a single rule from a dir-merge file from being inherited is to anchor it with a leading slash. Anchored rules in a per-directory merge-file are relative to the merge-file\(cq\&s directory, so a pattern \(dq\&/foo\(dq\& would only match the file \(dq\&foo\(dq\& in the directory where the dir-merge filter file was found. .PP Here\(cq\&s an example filter file which you\(cq\&d specify via \fB\-\-filter=\(dq\&. file\(dq\&:\fP .PP .RS \f(CWmerge /home/user/.global\-filter\fP .br \f(CW\- *.gz\fP .br \f(CWdir\-merge .rules\fP .br \f(CW+ *.[ch]\fP .br \f(CW\- *.o\fP .br .RE .PP This will merge the contents of the /home/user/.global\-filter file at the start of the list and also turns the \(dq\&.rules\(dq\& filename into a per-directory filter file. All rules read in prior to the start of the directory scan follow the global anchoring rules (i.e. a leading slash matches at the root of the transfer). .PP If a per-directory merge-file is specified with a path that is a parent directory of the first transfer directory, rsync will scan all the parent dirs from that starting point to the transfer directory for the indicated per-directory file. For instance, here is a common filter (see \fB\-F\fP): .PP .RS \f(CW\-\-filter='\&: /.rsync\-filter'\&\fP .RE .PP That rule tells rsync to scan for the file .rsync\-filter in all directories from the root down through the parent directory of the transfer prior to the start of the normal directory scan of the file in the directories that are sent as a part of the transfer. (Note: for an rsync daemon, the root is always the same as the module\(cq\&s \(dq\&path\(dq\&.) .PP Some examples of this pre-scanning for per-directory files: .PP .RS \f(CWrsync \-avF /src/path/ /dest/dir\fP .br \f(CWrsync \-av \-\-filter='\&: ../../.rsync\-filter'\& /src/path/ /dest/dir\fP .br \f(CWrsync \-av \-\-filter='\&: .rsync\-filter'\& /src/path/ /dest/dir\fP .br .RE .PP The first two commands above will look for \(dq\&.rsync\-filter\(dq\& in \(dq\&/\(dq\& and \(dq\&/src\(dq\& before the normal scan begins looking for the file in \(dq\&/src/path\(dq\& and its subdirectories. The last command avoids the parent-dir scan and only looks for the \(dq\&.rsync\-filter\(dq\& files in each directory that is a part of the transfer. .PP If you want to include the contents of a \(dq\&.cvsignore\(dq\& in your patterns, you should use the rule \(dq\&:C\(dq\&, which creates a dir-merge of the .cvsignore file, but parsed in a CVS-compatible manner. You can use this to affect where the \fB\-\-cvs\-exclude\fP (\fB\-C\fP) option\(cq\&s inclusion of the per-directory .cvsignore file gets placed into your rules by putting the \(dq\&:C\(dq\& wherever you like in your filter rules. Without this, rsync would add the dir-merge rule for the .cvsignore file at the end of all your other rules (giving it a lower priority than your command-line rules). For example: .PP .RS \f(CWcat < out.dat\fP .RE .PP then look at out.dat. If everything is working correctly then out.dat should be a zero length file. If you are getting the above error from rsync then you will probably find that out.dat contains some text or data. Look at the contents and try to work out what is producing it. The most common cause is incorrectly configured shell startup scripts (such as .cshrc or .profile) that contain output statements for non-interactive logins. .PP If you are having trouble debugging filter patterns, then try specifying the \fB\-vv\fP option. At this level of verbosity rsync will show why each individual file is included or excluded. .PP .SH "EXIT VALUES" .PP .IP "\fB0\fP" Success .IP "\fB1\fP" Syntax or usage error .IP "\fB2\fP" Protocol incompatibility .IP "\fB3\fP" Errors selecting input/output files, dirs .IP "\fB4\fP" Requested action not supported: an attempt was made to manipulate 64-bit files on a platform that cannot support them; or an option was specified that is supported by the client and not by the server. .IP "\fB5\fP" Error starting client-server protocol .IP "\fB6\fP" Daemon unable to append to log-file .IP "\fB10\fP" Error in socket I/O .IP "\fB11\fP" Error in file I/O .IP "\fB12\fP" Error in rsync protocol data stream .IP "\fB13\fP" Errors with program diagnostics .IP "\fB14\fP" Error in IPC code .IP "\fB20\fP" Received SIGUSR1 or SIGINT .IP "\fB21\fP" Some error returned by \f(CWwaitpid()\fP .IP "\fB22\fP" Error allocating core memory buffers .IP "\fB23\fP" Partial transfer due to error .IP "\fB24\fP" Partial transfer due to vanished source files .IP "\fB25\fP" The \-\-max\-delete limit stopped deletions .IP "\fB30\fP" Timeout in data send/receive .IP "\fB35\fP" Timeout waiting for daemon connection .PP .SH "ENVIRONMENT VARIABLES" .PP .IP "\fBCVSIGNORE\fP" The CVSIGNORE environment variable supplements any ignore patterns in .cvsignore files. See the \fB\-\-cvs\-exclude\fP option for more details. .IP "\fBRSYNC_ICONV\fP" Specify a default \fB\-\-iconv\fP setting using this environment variable. .IP "\fBRSYNC_RSH\fP" The RSYNC_RSH environment variable allows you to override the default shell used as the transport for rsync. Command line options are permitted after the command name, just as in the \fB\-e\fP option. .IP "\fBRSYNC_PROXY\fP" The RSYNC_PROXY environment variable allows you to redirect your rsync client to use a web proxy when connecting to a rsync daemon. You should set RSYNC_PROXY to a hostname:port pair. .IP "\fBRSYNC_PASSWORD\fP" Setting RSYNC_PASSWORD to the required password allows you to run authenticated rsync connections to an rsync daemon without user intervention. Note that this does not supply a password to a remote shell transport such as ssh; to learn how to do that, consult the remote shell\(cq\&s documentation. .IP "\fBUSER\fP or \fBLOGNAME\fP" The USER or LOGNAME environment variables are used to determine the default username sent to an rsync daemon. If neither is set, the username defaults to \(dq\&nobody\(dq\&. .IP "\fBHOME\fP" The HOME environment variable is used to find the user\(cq\&s default .cvsignore file. .PP .SH "FILES" .PP /etc/rsyncd.conf or rsyncd.conf .PP .SH "SEE ALSO" .PP \fBrsyncd.conf\fP(5) .PP .SH "BUGS" .PP times are transferred as *nix time_t values .PP When transferring to FAT filesystems rsync may re-sync unmodified files. See the comments on the \fB\-\-modify\-window\fP option. .PP file permissions, devices, etc. are transferred as native numerical values .PP see also the comments on the \fB\-\-delete\fP option .PP Please report bugs! See the web site at http://rsync.samba.org/ .PP .SH "VERSION" .PP This man page is current for version 3.0.7 of rsync. .PP .SH "INTERNAL OPTIONS" .PP The options \fB\-\-server\fP and \fB\-\-sender\fP are used internally by rsync, and should never be typed by a user under normal circumstances. Some awareness of these options may be needed in certain scenarios, such as when setting up a login that can only run an rsync command. For instance, the support directory of the rsync distribution has an example script named rrsync (for restricted rsync) that can be used with a restricted ssh login. .PP .SH "CREDITS" .PP rsync is distributed under the GNU public license. See the file COPYING for details. .PP A WEB site is available at http://rsync.samba.org/. The site includes an FAQ-O-Matic which may cover questions unanswered by this manual page. .PP The primary ftp site for rsync is ftp://rsync.samba.org/pub/rsync. .PP We would be delighted to hear from you if you like this program. Please contact the mailing-list at rsync@lists.samba.org. .PP This program uses the excellent zlib compression library written by Jean-loup Gailly and Mark Adler. .PP .SH "THANKS" .PP Special thanks go out to: John Van Essen, Matt McCutchen, Wesley W. Terpstra, David Dykstra, Jos Backus, Sebastian Krahmer, Martin Pool, and our gone-but-not-forgotten compadre, J.W. Schultz. .PP Thanks also to Richard Brent, Brendan Mackay, Bill Waite, Stephen Rothwell and David Bell. I\(cq\&ve probably missed some people, my apologies if I have. .PP .SH "AUTHOR" .PP rsync was originally written by Andrew Tridgell and Paul Mackerras. Many people have later contributed to it. It is currently maintained by Wayne Davison. .PP Mailing lists for support and development are available at http://lists.samba.org 07070100039d0b000041ed0000000000000000000000024cbd3552000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/bin07070100039d0c000081ed0000000000000000000000014cbd34ee001db5180000010000010036ffffffffffffffff0000001900000000root/usr/local/bin/rsyncELF+@@8@! @@X J J PPHD 22/usr/lib/sparcv9/ld.so.1ij  !"#$%&'()+,-.023459;>?@ACDFGHJKLMORSTWXYZ[^_cefhinpquvxyz|~     "#&)*+,-.0145679<=?@ABDFHIKLMPQRSTUVXY[^_`abcdegijkmoptux{}   !"$%')*,/23678:=?@BCFGHIJKMNOPQSTUVY[^_`cdefghijkmopquxy{}    "#$%&'*,-/12356:;<=>@ABDEFHIJKMOPRSUVWZ[\]^`acgjnpqrsvxyz{~    #$%&()*,-/1236789;<=?@ABCDEFHIKOPQRSTUWY[\]^`abce */1678:<=BEINPQUV\]`abdgjklmorstw{} !$%'(/238:;>CEGJNOWZ\]fhlnqrsvwyz|~   #&(+-.01459;<>ADELRWXZ\]ablnrstvwz|~  !()+.04789?CGLNQTXY_bdefhiklmotuw|}  !"'+.045:>GJLMNVXZ_dfghi)  h=~bĐj P{&; G8gh;  81 y8 d` @ )`*  # C-f0= fP  "X`h   p, _x x h g &gIfX+f  XXk  W Lleg \  Xt,04  ? TtĈeX! Du - f(9:ĔPfX ŀpjzq 4{:9  ( e  `  8 JHl* WP@1&@8 TDL Wh])d  l {0 ݸ`z   Ght `sBj  |d  I$ !`,g@ep(.z85 NC$J LY  J` DX|v(@eP  L aH 0$:0D  > je`yf   If ^peh FP0gk fH $ H ,f ;   U $ _j zP /  T 2   h !@  .p f fx '/@ .h@ ?$ Y2 `9 wy ;H  $4 e   ~0H g  /  /84 =  R @ Zg h P ru< | Z  f  W  OH(   ؂  b\ k 6  T G  S@ z  Ą   U Ex  # !` k " =<     o0d % #fP C 8\ X4 ` ) k  $ v < 8  n _  .T  >pP h z 9DH :*g5 C!J U+q,@x:+d8:g (0!.` t fp*11fdEx` (pvfk89 ֠X հhT@ $D> *M x ` hLt9 +px   ax0g/` p b!  `4-K e`  0Pn;f Y`  ,   5)hLTg b po 5< "fȔ2g ! 4L &Z tw#` 89  XeAg,  G@JW: kdz    kh  `-  /8;h @` p@r `z.@9P$@ PHuP  *flg(g`  9 d9h58J|l 0hy x0 @   X<  #   8    5$C8i <x FD Sx # :,', k/ <gDL5g"2uX0 p*E*@' h50R Xx\ 8Dg  Pxs {e ' XB X"  \:x r*  Z 8<o ƨ$v(| (h _,f y  k(9X5fF&KfhT;w:(  (,99%` 8:$g ' Y,9& A  tx\ MrfL c0@ ~g ,0 + H. 4`t  =fGggu\@1x h$v `0 zHP P  @ (f8 Ih1 l<:_ n) g  Ljl(eg0 O ek+f8 >W' bz2` ~p zh , 0H ;  H0< K TpX Z9 H  }h8 4# 5 !   X8! !> (!M<!r;!  o !t  h@$!  Z!""8 "@"ga" "z"9"u "  x# #+#Vk0#1# L# y<# pH#kP#e# #$ ($( QpX$1 $Z`$b9x$th$f4$f$e*0 $e$@%+ %v0%%  J%O%n  @%(%# % D%~%%f%&,&l0&:&C;&P x&[P&cgL&p9<&e& @4& &  +&% &  &  & '9',)'=e'I  'T.'\ Cp'f-'of'} '  6' BX';`' D' P' U' 8&$`(g4(ax(  h(00`(; $(G P(a"(iT(%(f(@(,(w(5)~)(!4)0)_X)g &% +)u ,) tx) yH)0)  )  8@),`) \).*h*h*-uT*<  x*Z 0*k|*h *2@*1*H*v+ q+|+e+'f@+5+Re+[  U+l `&&+z5 +  X@** )+5+  +g+1@+p+&`+#@K `l,,1  ,F FD,S(`,\ X,f,f,5(, 9H,x%  "8,, _H- h8-X-.  @-R -c $-t Gp-  RP-  P- z`--P-  ((.9p. h. p.  h.1  .;  KHX.K5.~ !. ,.  /. Hp. . 8. X.uH./ /+ uxH/4al/A Gp8/I P/a  8/mk/e//p/ex/(/ %p@ : 0 s@0, Q '08p0`j(0}h0y0200 H`@0  `191- 16fX1D;1P`1YP1o p 1|hP1$1`1~1!12 02;# -2$ 024h"Yf 2R#2Z {2geH2n  - t202u2g<2 (2 }2ed393% C@34  3@3V)3`f3q ,3{3 3 3  >3\3 6@u@3T4 4)x4494Rx4sap4} 4 (4  2 4 e4@4f5 " %e51 5)5$g5O05T 5] x5h&5q;5| _@5( 59H595eT5hD5f`+*6,6*~6U B6]kL6  6  &6  F6.62 6 6 7,7@75  t7R y*`7z7 7gX` D7  67  >8  8 H8%d8K8o8 Xp8 \8 GX8 8'`8\(8 H8 i89|9  9@9I+`9O (09]k9{  i9 |D9 `9/9k9 &0 p90@9el: u :*h:N )0:V ܐX:f)@:n:h : ߐ@::9@:  ;  ; ;: ;T  h;a f$;mf; pL; Jl;g8; ;$;  ;`<  <<f<) T<@x( G>#>#H>B;|>Q ۸>^gP>w(> i`>h> 0D>h>X? 8 @}$?!#?*  ?Be?Pg/ ?Y +@P?i  pt? w0L?  l(\? X??p? @:$@ g$@2 N8@Eeh@RX@^ 5v'@n;x@ %H@ v,@!4 @ ]@ )@  #@ "@ - P@  tA :8A@  lAR A]  !T'_+@Ad h At;A A AgA"A }Ap* HA1`A &)'4B g@gB PB eB/BKBnxBtdBeBg$B tC9C!PC@-CH-CQfC` KX Cl  CfC PCsC90%C C LD  ED D( (D4"* DU9D~ahD0DgD 0D YXD`D  0D%D"@D-D hE  E& ܀ E4  d<E?0EE 0EQfEf"`Eo ր\E"E  mhE E9`E tpE  / /EhE <HE F F%XF? <FS(Fa|FhF PF }H@FgF ר84hFgHGkHGD9Gs (xG  G GetGzG;%G Eb. G:':`H. @<,H9 `HF P F`dHQ ?pHb-@HgfD,Huf,H*H~HgTH-`H(H |4H0II I5  If wlIoI ^I  IzI  # LI 38IIJ J$J@ pJJ9  ?dJx JJe\J'@J  J J PJ J -@K 0K0@KBČKWKuePK mXh?KfK%K PK:K DKK `pK$L8L< x)(LMgLq  8tL 8LeLgxL 1`L ِ ,8L `L @XJ hL HLLgMpE@%@M$hMIX MaM~/M9M P x@M ` M  M$ MfMg\M  N N2  pNBfNOfNZTNhN-N ˸HNe|NeN N %O0O O3 OAONj0OhHOqhOu8OhO  pO~Ogp- |O \P ,PpP2 P:*P?  -P`<+geteuidparse_chmod$XBoAMiKdTTvMkGr.read_ndx.prev_positive$XBoAMiKVTTvMUmq.send_file_entry.devgid_ndxinflateSyncPointferrorcsum_lengthdo_lstatconfig_filedaemon_over_rshatexitinit_flistseteuidwrite_batch_shell_fileio_end_buffering_inremember_childrenfflushdo_mknod_tr_initlp_numberdelete_excluded$XBoAMiKdTTvMkGr.write_sum_head.null_sum$XBoAMiKfTTvM0Mr.match_uid.last_inzcallocfile_extra_cntread_ndxwrite_vstring$XAoAMiKgTTvM0Pr.wf_writeBufCnt$XAoAMiKdTTvMkGr.hlink_listlock_rangeread_varintsize_onlymalloc$XAoAMiKdTTvMkGr.keep_defer_forwardinghandle_partial_dirdo_mkstempchild_main$XAoAMiKcTTvMUEr.modify_window_set$XAoAMiKeTTvM0Lr.cbuf$XBoAMiKVTTvMUmq.send_implied_dirs.__func__mkdir_defmodeneed_unsorted_flistlp_rsync_portflist_for_ndxunchanged_attrslp_pid_filetcgetpgrpsend_tokenfind_filename_suffix$XAoAMiKcTTvMUEr.refused_deletecurr_dir_lenpreserve_linksreadlinkbatch_stream_flags$XAoAMiKrTTvM0yr.static_l_desc$XAoAMiKgTTvM0Pr.wf_writeBufstrncasecmpdelete_after$XAoAMiKXTTvMkpq.solo_file$XAoAMiKeTTvM0Lr.last_run_endbackup_dir_bufdaemon_bwlimitf_name_has_prefix_edatawrite_buf$XBoAMiKYTTvM0rq._exit_cleanup.exit_code$XAoAMiKZTTvM0zq.partial_fname$XAoAMiKXTTvMkpq.deldelay_size_finipm_processkeep_partialadd_gidwrite_intidev_findout_of_memoryrwritegetenvget_tmpname__ctypehashtable_createselectitemizelp_hosts_allow$XAoAMiKbTTvM0_q.tablesizefinish_hard_link$XBoAMiKVTTvMUmq.send_file_entry.modepoptStrippedArgvset_nonblockingshow_progress$XAoAMiKkTTvMEbr.bInGlobalSection$XBoAMiKcTTvMUEr.parse_arguments.pc$XBoAMiKZTTvM0zq.change_dir.initialisedpop_local_filters$XAoAMiKbTTvM0_q.total_matchesuncache_tmp_aclsprint_child_argvsend_id_listfuzzy_basispreserve_specialsstrncpysetsockopt$XAoAMiKVTTvMUmq.pathname_len$XAoAMiKbTTvM0_q.hash_tablefull_writedo_unlinkfuzzy_distance_etexttrim_trailing_slashesgetpwnam$XAoAMiKdTTvMkHr.client_info$XAoAMiKcTTvMUEr.F_option_cntdo_stats$XAoAMiKrTTvM0yr.extra_blbits$XAoAMiKVTTvMUmq.empty_sumio_start_buffering_outsys_acl_free_acl$XAoAMiKYTTvM0yq.mergelist_size$XBoAMiKeTTvM0Jr.check_prior.__func__preserve_timesmax_deletehuman_dnumpermstringread_argsmax_sizefilesfrom_convertwait_for_receiver$XAoAMiKdTTvMkGr.select_timeout$XAoAMiKiTTvMEWr.prior_access_countbackup_dir_lensig_intlogfile_format$XAoAMiKrTTvM0yr.bl_orderpool_free$XAoAMiKgTTvMkSr.flag_name$XAoAMiKbTTvM0_q.hash_hitsgetnameinfoio_start_multiplex_instrtodset_current_file_index$XAoAMiKVTTvMUmq.flist_count_offsetstrncmplp_write_onlyfiles_fromlogfile_namestrtokkluge_around_eof$XAoAMiKeTTvM0Lr.rx_tokenstrtol$XAoAMiKXTTvMkqq.phase$XAoAMiKpTTvM0ur.configuration_tabledaemon_filter_listrecv_group_nameone_file_system$XAoAMiKeTTvM0Jr.hlink_flistsanitize_pathflist_forward_from$XBoAMiKmTTvM0kr.wildmatch.nomorecompressBoundinflateSetDictionarydo_openskip_compresscopy_filemodule_idrobust_rename$XAoAMiKcTTvMUEr.daemon_optlist_onlyrobust_unlinkunmake_file$XBoAMiKYTTvM0yq.change_local_filter_dir.__func__io_start_buffering_in$XBoAMiKiTTvMEYr.show_progress.pgrpsys_acl_get_filelocal_child$XBoAMiKcTTvMUEr.server_options.argstrinflate_tablecurr_dir_depthpoptBadOptionrecv_user_namememmove$XAoAMiKkTTvMEbr.ServicePtrs__minorf_name_buf$XAoAMiKXTTvMkpq.dev_zerowrite_stream_flagsftruncate$XAoAMiKcTTvMUEr.omit_dir_timesno_acl_syscall_error___Argvparse_rulef_name_cmpdo_lchown$XBoAMiKfTTvM0Mr.is_in_group.gidsetunmap_fileincrement_active_filesremote_protocol$XBoAMiKVTTvMUmq.send_file_entry.uidfile_total$XAoAMiKfTTvM0Mr.gidlistdo_symlinkrsync_pathread_line_oldstrleniwildmatch$XAoAMiKdTTvMkGr.last_io_insyslog$XBoAMiKYTTvM0rq._exit_cleanup.cleanup_stepdo_rmdirpid_stat_table$XBoAMiKYTTvM0rq._exit_cleanup.exit_linesock_f_inwrite_bytestrchralarmmsleepmaybe_send_keepalivelp_use_chrootlog_before_transfer$XAoAMiKgTTvM0Pr.last_bytelp_ignore_nonreadablelogfile_format_has_i$XAoAMiKkTTvMEbr.sDefaultlp_bind_address$XBoAMiKXTTvMkqq.we_want_redo.redo_ndxmdfourmdfour_result$XAoAMiKdTTvMkGr.int_byte_extradir_flistio_flush$XAoAMiKdTTvMkGr.no_flushlp_numeric_idscount_dir_elementsstart_flist_forward$XAoAMiKXTTvMkpq.deldelay_fdlp_read_only$XAoAMiKcTTvMUEr.refused_archive_partpartial_dir_fnamersyserrfull_module_pathforce_deletegetsocknamelp_refuse_optionsrflushpoptAddItem$XAoAMiKcTTvMUEr.min_size_argio_end_buffering_outpoptGetOptArg$XBoAMiKeTTvM0Lr.send_deflated_token.flush_pendingam_generatorlogfile_format_has_o_or_ihashtable_findSAFE_FREEwrite_sum_headdeflate_copyright$XBoAMiKeTTvM0Lr.simple_recv_token.buf$XAoAMiKdTTvMkGr.write_batch_monitor_inlp_ignore_errorslp_lock_file_tr_stored_block$XBoAMiKVTTvMUmq.send_implied_dirs.lastpathserver_options$XAoAMiKcTTvMUEr.refused_inplacesum_endfgets$XAoAMiKdTTvMkGr.io_filesfrom_f_in__majorio_printf$XBoAMiKbTTvM0_q.build_hash_table.alloc_sizedeflateParams_PROCEDURE_LINKAGE_TABLE_$XAoAMiKaTTvM00q.starttimererr_names__assert_c99sys_acl_set_access_bits$XAoAMiKXTTvMkpq.phasefull_fname$XBoAMiKVTTvMUmq.recv_file_entry.devquietstart_accept_loop$XBoAMiKdTTvMkGr.sleep_for_bwlimit.prior_tvchecksum_lencleanup_got_literal$XBoAMiKhTTvMEUr.client_addr.addr_buf$XAoAMiKgTTvMkSr.tweaked_append$XAoAMiKVTTvMUmq.pathnamelog_exitpool_statsflist_ndx_pushclient_sockaddr$XAoAMiKiTTvMEWr.default_acl_listdeflateInit_get_crc_table$XBoAMiKfTTvM0Mr.is_in_group.last_inread_stream_flagsadd_uidfreeaddrinfoflist_cntstrcmpwho_am_imodule_dirlenphase_unknownset_io_timeoutsafe_symlinksno_detachpoptGetArgmaybe_ATTRS_REPORTfree_chmod_modeic_send$XBoAMiKVTTvMUmq.send_implied_dirs.lastpath_len$XAoAMiKcTTvMUEr.refused_compressmdfour_beginsys_gettimeofdayrecv_additional_file_listupdating_basis_filelp_secrets_fileclient_namelp_log_filedeflateReset_lib_versionclaim_connectionshow_flist_stats$XBoAMiKVTTvMUmq.make_file.lastdir_len$XBoAMiKVTTvMUmq.recv_file_entry.modebitbag_set_bitget_hlink_numlogfile_closelp_max_connectionslog_delete$XAoAMiKYTTvM0rq.cleanup_fd_r$XAoAMiKYTTvM0yq.dirbuf_lenutimesfprintf$XAoAMiKYTTvM0rq.cleanup_fd_w$XAoAMiKjTTvMEar.bufrsys_acl_initpreserve_xattrs$XAoAMiKVTTvMUmq.dir_count_get_exit_frame_monitor$XAoAMiKmTTvM0kr.force_lower_case$XBoAMiKVTTvMUmq.recv_file_entry.modtimerecv_tokenis_a_socket$XAoAMiKXTTvMkpq.implied_dirs_are_missingasctimelookup_name$XBoAMiKVTTvMUmq.send_implied_dirs.lastpath_structiconvbufsclear_filepoptPeekArgtolowerdry_run$XAoAMiKXTTvMkpq.need_retouch_dir_times$XAoAMiKcTTvMUEr.refused_progressget_md5memsetpoptStrerror$XBoAMiKYTTvM0yq.get_cvs_excludes.initializedglob_expand_module$XBoAMiKkTTvM0cr.start_inband_exchange.__func__io_end_multiplex_outf_namechdirpool_allocrprintffilesfrom_fdread_varlong$XAoAMiKhTTvMEUr.default_name$XAoAMiKYTTvM0yq.mergelist_parents$XBoAMiKXTTvMkpq.delete_in_dir.already_warned$XAoAMiKdTTvMkGr.ff_lastcharbwlimit_writemaxgetcdo_xfers$XBoAMiKZTTvM0zq.full_fname.result$XAoAMiKYTTvM0yq.mergelist_cntpoptStuffArgsnon_perishable_cnt$XBoAMiKXTTvMkpq.recv_generator.need_fuzzy_dirlistsscanfparse_argumentsset_msg_fd_in$XAoAMiKaTTvM00q.sigacthashtable_destroystrpbrk$XAoAMiKrTTvM0yr.base_distcreate_directory_pathmake_backupsflush_write_file$XAoAMiKcTTvMUEr.refused_delete_during$XBoAMiKYTTvM0yq.get_rule_prefix.bufread_sum_headchecksum_seedlp_strict_modeschange_dir$XAoAMiKeTTvM0Lr.run_starttry_bind_localxfer_dirs$XAoAMiKdTTvMkGr.active_filecnt$XAoAMiKnTTvM0pr.md5_paddingsetsid$XAoAMiKiTTvMEYr.ph_listallow_accesspoptHelpOptionsstart_daemonoption_errorz_errmsglp_incoming_chmod_tr_flush_blockpool_createbackup_dirstart_socket_clienttweak_mode$XAoAMiKYTTvM0yq.default_cvsignore_realloc_array$XAoAMiKaTTvM00q.endtimereallocmsgdone_cntpoptPrintUsage$XBoAMiKVTTvMUmq.recv_file_entry.lastdir_depthdo_progressuse_qsortstart_inband_exchangedef_compress_levelprogress_is_activeignore_timesusage$XAoAMiKVTTvMUmq.tmp_sumsocketpair$XBoAMiKVTTvMUmq.send_file_entry.rdev$XAoAMiKXTTvMkpq.symlink_timeset_failed_flagsaclsortcheck_for_finished_fileswrite_ndx$XAoAMiKVTTvMUmq.tmp_rdev$XBoAMiKdTTvMkGr.sleep_for_bwlimit.total_writtenskip_hard_linkfindProgramPathlogfile_reopen$XBoAMiKXTTvMkpq.recv_generator.dry_missing_dir$XAoAMiKdTTvMkGr.iobuf_insend_file_list__environ_lock$XBoAMiKVTTvMUmq.recv_file_entry.lastdir_len$XAoAMiKXTTvMkpq.dflt_permssys_acl_get_tag_type$XAoAMiKeTTvM0Jr.prior_hlinksgenerate_files$XBoAMiKVTTvMUmq.recv_file_entry.uid$XBoAMiKbTTvMUCr.syslog_init.been_herepoptGetNextOpt$XAoAMiKiTTvMEYr.newest_hpos$XBoAMiKeTTvM0Jr.finish_hard_link.__func__$XAoAMiKXTTvMkpq.need_retouch_dir_perms$XBoAMiKZTTvM0zq.human_num.bufslp_path$XAoAMiKcTTvMUEr.refused_delete_before$XAoAMiKcTTvMUEr.long_daemon_optionspool_boundary$XAoAMiKVTTvMUmq.orig_dir$XBoAMiKXTTvMkqq.gen_wants_ndx.next_ndx$XAoAMiKrTTvM0yr.static_bl_desc$XAoAMiKrTTvM0yr.extra_dbitsstart_write_batch$XBoAMiKeTTvM0Lr.simple_recv_token.residue$XBoAMiKiTTvMEWr.unpack_smb_acl.temp_ida_listinet_ptonwait_processlog_format_hasinflateInit_$XAoAMiKiTTvMEWr.access_acl_listbatch_namesend_protected_args$XAoAMiKdTTvMkGr.io_multiplexing_inwrite_varintlog_init$XBoAMiKhTTvMEUr.client_name.initialisedour_uidignore_perishable$XBoAMiKdTTvMkGr.read_ndx.prev_negativeneed_messages_from_generator$XAoAMiKcTTvMUEr.tmp_partialdirread_batchcompare_dest$XAoAMiKbTTvM0_q.last_matchfchmodpoptAliasOptions$XBoAMiKeTTvM0Jr.hard_link_check.__func__$XAoAMiKYTTvM0rq.cleanup_fnamepoptSetOtherOptionHelpdaemon_chmod_modeszcfreedeflateEnd$XBoAMiKVTTvMUmq.send_file_entry.gid$XAoAMiKeTTvM0Lr.suftreerelative_paths$XAoAMiKdTTvMkGr.last_io_outvsnprintf$XAoAMiKkTTvMEbr.parm_tablecurr_dirlocal_serverrecv_files__xargvallowed_lullsend_dir_depthdest_optionauth_clientlp_charsetadler32_combinefclose$XBoAMiKdTTvMkGr.start_flist_forward.__func__match_hard_linksinflatePrime$XBoAMiKXTTvMkqq.gen_wants_ndx.got_eofsigemptysetstop_write_batchlp_commentconnectdo_renamegetpwuidcopy_dirlinkslitmatch_array$XBoAMiKqTTvM0wr.fixedtables.lenfixdo_chmodcvs_filter_listsys_acl_create_entryunchanged_filesock_execwrite_sbufignore_existingam_serverpoptParseArgvStringstrcasecmpget_dirlistflist_find_ignore_dirnessstrrchr$XAoAMiKbTTvM0_q.false_alarmsgetpidremove_source_files$XAoAMiKdTTvMkGr.io_multiplexing_outfputcpoptHelpOptionsI18N$XBoAMiKVTTvMUmq.recv_file_entry.in_del_hier$XAoAMiKVTTvMUmq.tmp_ino_environ$XBoAMiKeTTvM0Lr.send_deflated_token.init_done__xargclp_fake_supersend_filessend_extra_file_listclean_fname$XAoAMiKdTTvMkGr.msg_queuepoptReadConfigFile$XAoAMiKsTTvME3r.crc_tableopenlogdo_forkgetaddrinfosender_symlink_iconvfilesystem_devlp_munge_symlinks$XAoAMiKrTTvM0yr.static_dtreelp_postxfer_exec$XBoAMiKVTTvMUmq.f_name_buf.n$XAoAMiKdTTvMkGr.iconv_bufget_acllibiconv_close$XBoAMiKVTTvMUmq.recv_file_entry.rdev$XAoAMiKtTTvME8r.poptHelpOptions2check_batch_flagsuid_ndxcopy_destbackup_suffix$XBoAMiKZTTvM0zq.human_num.nmin_sizepoptResetContextflist_ndx_pop__xpg4$XBoAMiKqTTvM0xr.inflate_table.dbase__xpg6_length_codesock_f_outsetgroups$XAoAMiKeTTvM0Lr.rx_strmfopen$XBoAMiKVTTvMUmq.f_name_buf.names$XAoAMiKgTTvM0Pr.wf_writeBufSizedeflateSetDictionaryget_redo_numgetgrnamsee_token$XBoAMiKdTTvMkGr.what_fd_is.bufalways_checksumsend_dir_ndxmatch_report$XAoAMiKdTTvMkGr.iobuf_in_remaining$XBoAMiKhTTvMEUr.client_addr.initialisedsparse_endlp_socket_options$XAoAMiKaTTvMk7q.md$XBoAMiKqTTvM0xr.inflate_table.dextexpand_item_listlp_max_verbosityset_blockingpoptGetContextlp_excludemaybe_log_item$XAoAMiKaTTvM00q.total_written$XBoAMiKVTTvMUmq.recv_file_entry.gid_flagspoptDupArgvic_recvmatch_gidcmp_timepoptReadDefaultConfig_tr_tallypoptSetExecPath$XBoAMiKVTTvMUmq.recv_file_entry.del_hier_name_lenlp_temp_dirsys_acl_validcrc32fd_pairpush_local_filtersmatch_uidset_compressionmodule_dir$XBoAMiKeTTvM0Lr.recv_deflated_token.init_done$XAoAMiKcTTvMUEr.max_size_argpathjoinprotect_argsdo_statsys_acl_delete_def_filezlibVersion$XAoAMiKiTTvMEWr.prior_default_countam_rootbasis_dir$XAoAMiKiTTvMEYr.current_file_indexpreserve_hard_links$XAoAMiKaTTvMk7q.sumresiduelp_syslog_facility$XAoAMiKkTTvMEbr.enum_facilitiesclient_addr$XBoAMiKVTTvMUmq.send_file_list.lastdir$XAoAMiKgTTvM0Pr.sparse_seek$XAoAMiKeTTvM0Lr.last_token$XAoAMiKiTTvMEWr.empty_rsync_acl_DYNAMIC$XAoAMiKeTTvM0Lr.compression_leveldo_lseekpoptConfigFileToString$XBoAMiKXTTvMkpq.touch_up_dirs.countersum_initstdout_formatam_receiveracls_ndx_GLOBAL_OFFSET_TABLE_inflate_fastbatch_fdlibiconv$XBoAMiKVTTvMUmq.make_file.lastdir$XBoAMiKVTTvMUmq.send_file_entry.modtimestrdup$XAoAMiKcTTvMUEr.refused_partialcheck_for_hostspecgot_xfer_errorinit_hard_links$XAoAMiKdTTvMkGr.iobuf_in_sizreaddirread_longinttmpdir$XBoAMiKdTTvMkGr.read_msg_fd.__func__$XBoAMiKbTTvMUCr.log_delete.x$XBoAMiKnTTvM0qr.permstring.perm_mapeol_nullssetup_iconvinflateResetpreserve_gid$XAoAMiKXTTvMkqq.delayed_bitslp_numservicespoptGetArgs$XAoAMiKeTTvM0Lr.obufsigaddsetprune_empty_dirslink_stat$XAoAMiKgTTvMkSr.tweaked_append_verifysetup_protocollp_gid$XBoAMiKqTTvM0xr.inflate_table.lextunsort_ndxopen_socket_out$XBoAMiKfTTvM0Mr.match_uid.last_outpool_free_oldxattrs_ndx$XAoAMiKXTTvMkpq.deldelay_buf$XAoAMiKbTTvMUCr.log_initialisediconv_opt$XAoAMiKkTTvM0cr.sigactreceive_acl$XBoAMiKeTTvM0Jr.match_gnums.__func__maybe_flush_socket$XAoAMiKfTTvM0Mr.uidlistset_allow_inc_recurse__makedevsetgidsetlocale$XAoAMiKdTTvMkGr.defer_forwarding_messagesfeofsend_aclclient_runclearerrorig_umaskname_to_gidkill$XBoAMiKVTTvMUmq.send_file_list.lastdir_len$XBoAMiKXTTvMkqq.gen_wants_ndx.done_cnt$XAoAMiKdTTvMkGr.iobuf_f_outstdout_format_has_i$XAoAMiKeTTvM0Lr.rx_run$XBoAMiKVTTvMUmq.send_file_entry.user_namelp_load$XBoAMiKiTTvMEWr.find_matching_rsync_acl.default_match$XAoAMiKrTTvM0yr.static_ltree$XBoAMiKqTTvM0wr.inflate.ordercrc32_combinegetsockoptgetpassdest_modeinflateEndcloselog$XBoAMiKVTTvMUmq.recv_file_entry.gid$XAoAMiKrTTvM0yr.base_length$XBoAMiKXTTvMkqq.receive_data.file_sum1$XBoAMiKXTTvMkqq.receive_data.file_sum2sys_acl_get_infoblocking_io$XBoAMiKqTTvM0wr.fixedtables.distfix$XBoAMiKqTTvM0xr.inflate_table.lbaseget_checksum1get_checksum2$XBoAMiKhTTvMEUr.client_name.name_buf$XBoAMiKZTTvM0zq.timestring.TimeBuf$XAoAMiKeTTvM0Lr.dbufcache_tmp_aclbase64_encodeio_set_filesfrom_fdscleanup_setlocaltime$XAoAMiKZTTvM0zq.all_pidsauth_servermap_ptr$XAoAMiKXTTvMkpq.deletion_count$XBoAMiKjTTvMEZr.local_child.__func____iobdo_mkdirinflateInit2_$XAoAMiKkTTvMEbr.iNumServices$XBoAMiKXTTvMkpq.check_for_finished_files.__func__read_sbufstart_servergetpeername$XAoAMiKjTTvMEar.bSizelp_timeoutexecvppreserve_devices$XAoAMiKrTTvM0yr.static_d_desc$XBoAMiKeTTvM0Jr.idev_find.dev_nodelp_listsuccessful_sendwaitpid$XAoAMiKXTTvMkpq.loopchk_limit$XAoAMiKdTTvMkGr.ff_buffree_sums$XAoAMiKYTTvM0rq.cleanup_fileflist_eof$XBoAMiKpTTvM0ur.deflateInit2_.my_versionset_file_attrs$XBoAMiKVTTvMUmq.recv_file_entry.lastnamecompare_addrinfo_sockaddrpoptAddAliasinflateCopypreserve_executabilityfinish_transferoverflow_exitignore_non_existingio_multiplex_writelibiconv_openzlibCompileFlags$XAoAMiKbTTvM0_q.total_false_alarmssend_filter_listcvs_excludeio_start_multiplex_out$XAoAMiKkTTvMEbr.Globalsupdate_onlyverboseignore_timeoutunsafe_symlink$XBoAMiKVTTvMUmq.send_directory.__func__do_fstatputenv_exit_cleanupcleanup_child_pidmatch_sumslistengetcwddo_link_dist_code$XAoAMiKbTTvM0_q.total_hash_hitspoptPrintHelp$XAoAMiKYTTvM0yq.dirbufdeflate$XAoAMiKdTTvMkGr.first_messageacceptfcntlmd5_beginopen_tmpfile$XAoAMiKXTTvMkqq.updating_basis_or_equivstdout_format_has_o_or_isum_update$XAoAMiKYTTvM0yq.parent_dirscandeflateCopyopendir$XAoAMiKbTTvM0_q.data_transfersanitize_pathsend_progress$XAoAMiKeTTvM0Jr.dev_tbl$XAoAMiKZTTvM0zq.globstop_flist_forward$XBoAMiKfTTvM0Mr.match_gid.lastwrite_shortint$XAoAMiKdTTvMkGr.write_batch_monitor_out$XAoAMiKbTTvM0_q.matchesbitbag_next_bitclosedirchange_local_filter_dirpreserve_aclssockoptsio_set_sock_fdspoptGetInvocationNameread_shortintpoptSaveLongchange_pathname$XBoAMiKmTTvM0kr.iwildmatch.nomore$XAoAMiKbTTvMUCr.logfile_fp$XAoAMiKiTTvMEYr.ph_start$XAoAMiKYTTvM0rq.cleanup_pidcopy_unsafe_linksset_socket_optionspreserve_uidfirst_flistwildmatch_array$XBoAMiKZTTvM0zq.robust_unlink.counterdeflateSetHeaderstringjointoupperkill_alldeflateBoundmd5_updatelp_uidset_msg_fd_out$XAoAMiKrTTvM0yr.extra_lbits$XBoAMiKYTTvM0yq.change_local_filter_dir.cur_depthsys_acl_get_entrytimestringzErrorhard_link_checkbatch_gen_fdlp_auth_users$XBoAMiKVTTvMUmq.recv_file_entry.lastdiroutput_motdmemcmpread_vstring$XAoAMiKdTTvMkGr.iobuf_in_ndxsetuidrecv_id_listmodify_windowset_acldo_compression$XAoAMiKaTTvM00q.total_read$XAoAMiKYTTvM0rq.cleanup_new_fname$XAoAMiKVTTvMUmq.found_prefix$XBoAMiKhTTvMEUr.client_name.port_bufappend_mode$XBoAMiKdTTvMkGr.check_for_d_option_error.rsync263_optslp_motd_file$XAoAMiKXTTvMkpq.deldelay_cnt$XAoAMiKdTTvMkGr.iobuf_out_cntstrlcatgetgrgidfilesfrom_hostset_modtime$XBoAMiKbTTvMUCr.rwrite.__func__delay_updatesidev_destroy$XAoAMiKkTTvMEbr.iServiceIndex$XBoAMiKXTTvMkpq.read_delay_line.read_poswrite_varlong_tr_alignsend_msg_intlp_outgoing_chmoddeflateTune$XAoAMiKXTTvMkqq.batch_redo_list$XBoAMiKXTTvMkpq.recv_generator.skip_diram_daemonpipeblock_sizelp_include_fromread_line$XAoAMiKdTTvMkGr.iobuf_outlp_dont_compressfwritestrlcpygetegiddefault_perms_for_dir$XAoAMiKdTTvMkGr.redo_listhard_link_onemd5_resultfreadpiped_childprotocol_versiongai_strerrorcleanup_disablememcpypoptSaveIntlp_log_formatic_chckstrlowerinflate_copyright$XAoAMiKbTTvMUCr.logfile_was_closedopen_socket_out_wrapped$XAoAMiKYTTvM0rq.sigactfile_checksum$XAoAMiKZTTvM0zq.num_pidsio_end_multiplex_in$XBoAMiKeTTvM0Lr.recv_deflated_token.saved_flagam_sender$XBoAMiKdTTvMkGr.write_ndx.prev_positivesys_acl_set_fileread_byte$XAoAMiKdTTvMkGr.iobuf_f_incleanup_set_pidallow_8bit_chars$XBoAMiKiTTvMEWr.find_matching_rsync_acl.access_match$XBoAMiKXTTvMkpq.recv_generator.parent_dirnamedeflateInit2_check_filterlp_filterhuman_readable$XBoAMiKVTTvMUmq.send_file_entry.rdev_major$XAoAMiKcTTvMUEr.long_optionslp_hosts_deny$XBoAMiKYTTvM0rq._exit_cleanup.unmodified_codeflist_findpool_destroy_new_arrayrecv_filter_listatofkeep_dirlinksdelete_modesigprocmask$XBoAMiKVTTvMUmq.send_file_entry.group_nameconnect_timeoutatoistrftimeread_buf$XBoAMiKfTTvM0Mr.is_in_group.last_out__fsr_init_value__1cG__CrunMdo_exit_code6F_v_$XBoAMiKdTTvMkGr.io_start_buffering_out.__func__read_int$XAoAMiKeTTvM0Lr.per_file_default_levelname_to_uidflist_free$XBoAMiKVTTvMUmq.send_file_entry.lastnameadler32get_rule_prefixcur_flist$XAoAMiKgTTvMkSr.tweaked_iconvlp_include$XAoAMiKeTTvM0Lr.match_listflist_new$XBoAMiKXTTvMkpq.recv_generator.fuzzy_dirlistset_filter_dir$XAoAMiKcTTvMUEr.refused_no_iconvpreserve_permsstrspnpoptFreeContextnormalize_pathget_backup_namevasprintfparse_filter_file$XBoAMiKYTTvM0yq.parse_merge_name.bufbackup_suffix_lenbackup_dir_remainder$XAoAMiKXTTvMkpq.dir_tweakingam_starting_upglob_expandwhole_filesigactionlp_prexfer_exec$XBoAMiKYTTvM0rq._exit_cleanup.exit_filesend_msgerrnomake_backuplocale_charset$XBoAMiKYTTvM0yq.change_local_filter_dir.filt_arraysys_acl_set_info$XAoAMiKdTTvMkGr.io_filesfrom_f_outwrite_longinthuman_numlink_destpassword_fileinflateread_ndx_and_attrsinflateSyncmdfour_updatecheck_name$XAoAMiKcTTvMUEr.err_buf$XAoAMiKdTTvMkGr.active_bytecntauth_user$XBoAMiKfTTvM0Mr.is_in_group.ngroups$XAoAMiKfTTvM0Nr.sigact$XAoAMiKiTTvMEYr.oldest_hposdup2$XAoAMiKXTTvMkqq.redoingmake_bak_dirclose_alldummy_snprintfstrstrimplied_dirsdefault_af_hint$XBoAMiKdTTvMkGr.io_start_buffering_in.__func__$XAoAMiKeTTvM0Lr.recv_statelp_exclude_fromsparse_filescopy_links$XBoAMiKVTTvMUmq.recv_file_entry.rdev_majorreceiver_symlink_timesgetgroupsmatch_acl_ids$XAoAMiKcTTvMUEr.itemize_changesbasis_dir_cntinflateGetHeaderdeflatePrime$XAoAMiKYTTvM0yq.dirbuf_depth$XAoAMiKnTTvMEor.mbitbag_create__ctype_mask$XAoAMiKgTTvMkSr.flag_ptrio_erroruse_safe_inc_flist$XAoAMiKkTTvM0cr.rl_nulls$XBoAMiKdTTvMkGr.write_ndx.prev_negativerecv_file_list$XAoAMiKVTTvMUmq.tmp_devshell_cmddaemon_mainlp_transfer_logging$XAoAMiKeTTvM0Lr.tx_strmlp_namebindcompress2libsec.so.1SUNW_0.9libsocket.so.1SUNW_1.4libnsl.so.1SUNW_1.7libc.so.1SUNW_1.19SUNWprivate_1.1libpopt.so.0libiconv.so.2/usr/local/lib:/lib:/usr/libPI =(PUP^ ='PmPv ='PPyP NqP`Y&hP5   $  h!~! 6!@!`!!!!"" "@"`")"""o## #@^#`#Y##g#$f$ F$@1$`"$($4$$j%% %@<%`%%+%%"&"& &@N&`\&&&&S'O' '@'` 'j'b'T'z(+( (@n(`c(F(v(e()R) )@")`))))** *@`*`**_*g*++ +@+`+%+6+i+,, U,@,`=,,,.,-- :-@-`----P.?. .@/.`..f..E/N/ k/@/`/@///000 0@0`&000A011 1@Z1`11H1122 2@G2`22 2[ [`+p @ "cX`+p @ rcP`+p ͒@ r`, @`+p 'ͦ \Ȁ t+``+p )ͨ -`- `?- =--% #0@B`+p v @; (`*p ͐ Z  `*p ͐ Z!@'@: @W@'@-0A@|awww_ @= w__t`_瀤h`]@n__t`_t _t 0A@|`twww_\ _@ @Aw_瀤h`]@E__t`__t`@''G< @'G'4 @w_ w_0A@{cww_  c]  @ 'G< 0A@{bww_  c]  @ W'G< 0A@{b4ww_  c]  @ 'G< 0A@{aĮww_  c]  @ 'G< 0A@{aTww_  c]  @ 'G< @w_ @'G< @w_ @'G< @A@{`Tw'`]D HG@ H'G@ 'G< 0A@zc̮w'/`]D HG@!~HwG@@ w_@A@zc<w''`]D H GG@@'ΒHGG@@'0A@zbw'w/`]D H G_@@(H G_@@(.@A@zbwbP]D H `]  @  `]D H H'`]D H H' 'G'G b]$`@A@za,wbP]D H c]D H b]D H `X]D H H' 'G'G< @A@z`\ww` ]_ @@٥bP]D H  ` ]D H`(] @ّ@E @A@ycw'`0]G @@w@A@ycDw' ` ]D HxHG<``d.! L d$@ HGƐ0A@ybww ` ]D H_D 0 H`@]Hw`H]w`8]_D 0_ @@H`P] @P A@yawwww__ a]D @@ H?Hm'_ !< @#(Hc__@#@2'G߀ H?HV' _G,@c]D H"__@@HbP]D H `X]__ @@ج__@@ҕH+' bp]D H"`@]D HG߀ H_``]@ @ H _`Gߠ$ < @@ 'G< 㾰A@xcLw_ww'a]D H __@@IH1'__@@V H?H&'G뀤H _ !< @#(H_g@@+ Hw!< @#H g_ `\@Ot 'G< 0A@xbww' `@]\ h `@]_G@ @ϖ H  aP]$` H' 'G<  A@xa<ww' `@]\ hL_w_ @H /w_瀤h( _,` `@]_@ @ ' /_,`G〤 H  aP]$` H&'_ @" /w_瀤oGH `@]_@ @h  H  aP]$` H' 'G< 0A@wcww''_G@\H H"'G H H' b]\ h b]_G@ @$ H H' 'G<  A@wbww'_D0G@D4HHv_D 4# H! _$`4H_D 4#@H _ 4D!@@$H_ 4D`, $`_D`4D`0G@H_D0G@$4_\`D`4 @wbP]D H/_D 4# H)__\ h`p]Hw`x]w`h]@;_D 4'ӕ`] H_ߐ @;[@͘__t`_\ h`]@d@w_\ @4w_\ (_h_t (H__t`( A@vcwww'G뀤 H"_@w_L /H  `]\ @s _ߐ HH[_wG 'H:_h b0]\ _\?h Hz'_\?w_h_@Ր'H  b0]\ _h Hb'_h_L /H  `]\ @+ _ b0]t`G c`]$`_h `]\ w_@ H6b ]D  b ]$`aP]D `]_@ @@T_ `]\ h  `]\ @  b0]t   c`]$` H' 'G< A@v`w'www''G'Ӡ?'`]D H+_ !< @#H# b]D   b]$`_  H_  'H _  @H!'H!'H_  '_  c(] HGà 'H_  c(]$`a]D Hs c(] !< @#H  c(] !< @#H_`]D H ``]\  `P]\ hGà 'H  ``]\  `P]t`H< ``]\  `P]t` `P]\  @`] HGà!'H  `P]\  @`]$ `]D H `P]\  @ HGà('HW cX]D HA c(] !< @#0H  c(] !< @#H-`]D HGà 'H `P]\  @f @q  `P]t Gà!'`]D HGà('H`]D H   @S  `P]t c]D H_ b]D ,0$@ <  `]D H`]L HGà 'H1_ b]D ,0$@ <  `]$` b]D H `]D @Dba ]t `X]D H a ]\ hGà$'`P]D H_ a]D ,0$@ <  a]D H`]L HGà 'H1_ a]D ,0$@ <  a]$` b]D H a]D @DP`]t `X]D H `]\ hGà('_\ `]\ hGà 'H_\ `]t`b@]\ hM`]D H$b@]\  b@]\ @@+w_\ < $ 'Gπ H GGנ@ < _t`G!@'H!b@]\  a]\ h`]D HGà$'H b@]\  a]t`Gà"'à 'G`]L@H)_GL@`]LHGˀ HGˠ 'G`]L@H_GL@`]LHGˀ O_Gˠ@@'Gˀ HGà 'Gǀ HGà @'`]D H/GÀH c(] !< @#HGà 'G!?# @HGÀH Gà 'GGÐ@@ HGGÐ@@"PHGà H c(] !< @!$@@? ? `? 'GG@'GGÐ@@"2Gà HGGː@@")Gà @H GGǐ@HGGǐ@@"G_Gˢ@Gǐ@@!Gπ HGGϐ@@ GGӀHH_ "H _ b@]D ,0$@?,0 HwwG_ _@ Gà H`]D H G`]\ @@  H G`]\ < @@ Gà H G c(] @@ c]D H:Gà H5`]D H G `]D @@H$G `]D @@ Gà$Ha ]\ @'GG@@!Ga ]\ G@@!O`P]D H:Gà H5`]D H G a]D @@H$G a]D @@ҒGà(H`]\ @'GG@@!BG`]\ G@@!a]D H c(] !< @#H' c(] !< @#H cX]D Hq c(] !< @#0H  c(] !< @#H]`]D HGà H G `P]\ < @@GHFGà !HG `P]\  @L: @T`]D HG `P]\  @A: @@GH Gà(HG `P]\  @/: @@ HG `P]\  @!: @@GۀHGGې@G_Gې@@ ob@]\ h9`]D H2`]D HG a]\ < @@ӒG b@]\ < @@ʒHGà $H G a]\ @@ϒG b@]\ @@ǒ b]D H1 c(] !< @# H `]D H  c(] !< @# H `H]wH c]wG_ b]D @@`]_@$@ c(] !< @# H  c(] !< @#(H _ "H _ b@]D ,0$@?,0 Hww c]\ _ _@ c]t`㺠A@q`wWw'' ' ' b@]D ,0'Ϡ?'G HG@ *08408'G @HG'HG@*08408' $ H`]Gb]@5) @@@zs`]@;b] 4@@ G@ߐ@@ ߠ@4,b]@$@' cH]\ ?hCw$wwwb]w_Gwo?wwwg cH]\ _@@- H"b ]D  b ]$``]@4b]aP]D @ @@ w _,@O瀤H@d b]D H `]@@ @ @ /w_hK_$@'_ wG `]D HcH]\ G@@ H-G <  @) cH]t cH]\ G@@w cH]\ G,@G `]$`cH]\ @ `]$ Hw_@ '`]D HG!" @"HG@'Gˀ H G_D`@D`0H`]G_D`@D`0 @k`] @jؔ"G_D @H_\`GD`@$< ,0\w_ "H _ b@]D ,0$@?,0 Hww_ _@w_\  b]t`_  b]$`c]D H_ b]D ,0$@ <  `]$``P]D H_ a]D ,0$@ < a@]$`a]D H@ b] !< @#H  b] !< @#H,_ ! H `X]D  H' '_ b@]D ,0$@G < ,0$@$ w_`` @g b]t GϠ ' b]D H b] !< @#(H_`@3@ @/ 'H 'HG wG H`]D H G@   b]t H G@:  b]t`G H G@r b]$ `]\ h b] !< @#(H b] < `]\ @@[o2  b]$`c]D HOG HJ`]D H G@4 `]$ H:G@M `]$ G$HG `]D @@? `]$ H!`X]D H c]D H b]D H  `]D @=8 `]$ `P]D H\G HW`]D H G@a@]$ HGG@a@]$   c@]4`G(HGa@]D  c@]@@?a@]$ H%`X]D H c]D H  b]D Ha@]D  c@]@@=+a@]$ a]D H b] !< @#H' b] !< @#H cX]D H} b] !< @#0H  b] !< @#Hi`]D HG H G@P:  b]t`H9G !H G2 a]$``]D HG@T'HG(H G@*08408'HG@ 'a]  @@} b]t  b] !< @#H  b] !< @#HGϠ 'wH`]D H   @}  b]t  b]D H= b] !< @#(H3G- 'GӀ HGӀ$H`]GӠ$  @@ʔ`]@ b`]D HGӡ, ' bp]D HGӠ 'H ' c]D H$`]D H b] !< @# HG"'G"H G`X]D  < ,0@'b]D H b] !< @#HGϠ ' b]D H b] !< @# HGϠ '_?4`h b] !< @# HGϠ '_ h`] @?`] @g#c`X]D H b] !< @#H `H]D HGϠ ' aP]\ \ wH_\ wGϠ hGϠ  'GGע@GӠ@ '_G`]@@֔w_GϠ @ @|_GϠ@w_w_ w__Gא@@|G"H_ ` 4` b]\ _t`__$`_?4`h b] !< @# H_ `"4`_<0 _ b@]D ,0$@$ b] < _4`c]D H `]D 4 _ b]D ,0$@$``P]D Ha@]D 4 _ a]D ,0$@$`_  c@] @4`]D H_D`0D`@_`]D ,0$@$`_瀤hcH]\ _t` `]D  _$H _$ b] !< @#HG׀ H_L .H _$ w_D`$ $``]D H"G !HG H_ ` 4`_ ` 4`H G H_ ` @4`HG HSa]D  b8]$`_D?ߢ@@?,@ @' cP]$` a]D H, cP] H% cP] $ 4b]L@ .H cP] $ 4b]L@ /H  cP] $  cP]$`_ ` 4`H6 b8]D H/ a]D H cP] H cP]  H cP] b]L@ /H _ ` 4`H  b8]$`a]D HD b] !< @#H  b] !< @#H0_ ! H `X]D  H' '_ b@]D ,0$@G < ,0$@$ w b]\  @zђ_$  b]\  @zВ_$ GӀH_Gנ@wG_D @H_\`GD`@$< ,0\w__`@z@ GӐ@@z۔H bp]D H_``]GӐ@@z_ wGӠ$ ' b`]D HbG'Gӡ<` @< '_Gۢ@GӠ$@w_GӠ$ < wo?wwwgG___o@@*_wwGww cH]\ _@@& H,b ]D  b ]$``]@.b@DaP]D @z[ @@ɪ_ w _,`_ ww __,@H G_GӠ$ < @@ݔb]D H bp]D H_L H_`] `]D @@@  c]D HG"H`]D H2G!@H_  "@ '_D`@D`0_ b@]D ,0$@G,0$@$H_  "@ 'G_ b@]D ,0$@G,0$@$H_`]D HG@:  a]t`G@: wHG $H G@ a]t G@ w a]\ _@@ Ғw_\ < $ 'G H`]D 'G `]$`G'`]D _t`_  "@ 'G_ b@]D ,0$@G,0$@$ b]D H b] !< @# H `]D H} b] !< @# H(_  "@ '_ ! H `X]D  H' '_ b@]D ,0$@GG@<  ,0$$ wH `H]wG_D @H9_\`GD`@$< ,0\w_  "@ '_ ! H `X]D  H' '__ b@]D ,0$@GG@<  ,0$$  b]D @@y H G_ b]D @@vb]D H b] !< @#(H_G@@_ b] !< @# H  b] !< @#(H  c]\ _@ c]t`_w_`A@hawwww'' b@]D ,0'_@$@x$ hb ]D  b ]$``]_ @@ҔHwנϐ@0 b]D H `]@@ @Y _瀤h_ !< @#H _/ `\@Ot /HϤ/ϐ@ HaP]D '#G߀ H*Gߐ@ H Gߐ@ H a0]D HG# H  cp]D   cp]$`HBwG# Hha]D Hc]D H  a]D H'Ϡ/@@M H?!< @#(Hb ]D  b ]$`a]@ @@-H,c]D H `]D H H' 'G'b ]D  b ]$`Ga]@@@Hb ]D  b ]$`G#a]@{ @@;HwG߀ HH?!< @#HK c]D H a]ϐ @@˔Hw `H]D H1_/ bh]\ h)G  H$ `H]D HbP]D Ha ]@+Hϐ @@ƛHrwG 'G ?'HG ?'?!< @!@ "H   2H Gߐ@H a0]D H  cp]D   cp]$`H@w `p]D @xH?!< @#(H ϐ@w%  HH'w_h-_\ h#?!< @#HG!@@HG ' a]D HG ' aP]\ \ wH_\ wHb]D H ?!< @#HG 'wbP]D Ha(]@*Gߐ @@ϐ@v /w_hA_Ϡ$@'#_ wG# b]D H c]\ G#@@v H#G# <  @2  c]t  c]\ G#@@v  c]\ G#,@G# b]$`Hw_@v- '?!< @#(H@v! Hww_'_W?4`h ?!< @# HG 'G hG  'GGǢ@Gà@ '_h_Ga0]@@Iw'HGː @˔ w'_'ha0]@_'G @ @v_'G@w'_'w_' w'_'_Gǐ@@v c]D H7_h3_\ h.`]D H?!< @#HC H H?!< @# H_/ b@]t`_7 b@]t`Hb@]t ?!< @#H ?!< @#H _O ``]t`wWH?!< @#0H ?!< @#HwWG_4`_o_t`_W_$`_W?4`h?!< @# H_Ϣ `"4`_W<0 _ b@]D ,0$@$?< _4` b]D H GG4 _ b]D ,0$@$` a]D H GK4 _ a]D ,0$@$`_πh c]\ _t`GÀH _'GǢ@GÐ@@uB b]D H`@]D H?!< @# H  `H]_W@@r`@]D H  b0]\ _tH _hG40_$Gǀ H _h_@$Hw`]D H b]D _`]D ,0$@$`_w_װ@w_D,0$@@t A@daĮw'www''___GGא@w_ǀhHw`]\ h_ !< @#(H _ `]\ @@P_4 G Hc b]D H6_ !< @#(H._Ǡ`@tA@ w_@t;'G Hb ]D  b ]$`_Ǡǐ@@ba8]@, @@ÛHIwHw ' bx]\ ?hw$www_\ h)_\ w_@sw?ww_$ w bx]\ @@ R HH$_ w /_,@_ w_Ǡ w_@sאw?ww bx]\ @@ . H&b ]D  b ]$``]@'_Ǡǐ@@aP]D @sҐ @@!HwϠ _,@GHS b`]D HL_wGw?www$www bx]\ @@ H)b ]D  b ]$`_Ǡǐ@@`]@'@jaP]D @s @@ИH~wϠ _,@w_'H_Ǡǐ@@{b]D H"_ !< @#(H_ '7ww_'@@V  H b ]D  b ]$`HHwG__G_D`0D`@@sb]D H_ !< @#(H 'G@@W:'@Qː_D 0 `]D @_  _ 0w_D 'G _$`__\ G,0t@_w_ϰA@bbw'www''_۠$ 4L@ .Hۀ H _۠$ 4L@ /H H'Ϡ 'G/_ !< @#Hd_  H^__ߐ@@ʒhV_@r'À H_à$ 4L@ /H à$ 'æ _,@À# Hb ]D  b ]$`a@]_@m @@ܔH%_Ð@@kwG__å< Gא@@L_@l _,@OրH ._۠$ 4,@0ww_\ _\ @@>'G< www_40w__Ǡ$@w_w__ǡ,0@w_ǀ h ___@_ h ___@ڔ_\ _\ @@ H_Ǡ$ w_ǀhHn_ߠ w_\ _\ @@ O_w___ǡ,0@@r_\ _t`_נ w_ߠ w_w_$ w_ǀ h8_ h4_\ _\ @@’ H_\ _t`_Ϡ w_ߠ w_w_Ǡ$ wH_\ _t`_נ w_ߠ w_w_$ w_ǀ h_ o_ǀ h ___ǡ,0@@q0A@aa,www_ hH' `(]D H__aH]@ @qH_ 40 @& w___@"_@qA@a`<w'w'wG HH$w aP]\ \ G,0\@  "@ ' aP]\ \ G,0\@ b@]D ,0$@Gˠ < ,0$@$ w_w aP]\ G@, aP]\ \  aP]\ t` 'G뀤H~_\ G,0\@w_ !< @#HHg aP]\  0w_D 'G _$`_ aP]\ \ G,0t@G$ '_L  .H _L  HHB_߀h  aP]\ D 0$ _$`H_׀h  aP]\ D 0$ _$`H  aP]\ D 0$  c]$`_  "@ '_ b@]D ,0$@G < ,0$@$ wG_$`?_$`G 'G뀤O_߀h?_$`0A@``ܮww'aP]D H'b ]D  b ]$`GHaX]Hwa`]waP]__@4 @@Hb ]D  b ]$`aP]D ah]_@ @@ٖA@_cw'ww''G!@ @  2H '_D 0'G$?@  'G'_hap]`]b`]@&]@p8H H' '_@p6w_h1aP]D H`@]D H_[ H b ]D  b ]$`aP]D ax]_@ @@dH_G@wG〤 H_L /H /_,`_Ǡ wǠ _,`__$@ $'Ӡ aP]$`_@ow_׀hn_tw_L .H_L  H _L  .H _L  HHG__Ӑ@@ohӀ hb ]D  b ]$`a]_@? @@H&_L Hb ]D` $`a]_@' @@HG__GG@| aP]$`_@ozw_׀o _G,@aP]D Hb ]D  b ]$`aP]D a]_@ @@_@oVG H1a]D H*GH&_D 0$ 'G'GGHG_] G,0\@_G4 Gߐ@@G 'GGO㾰A@^aw_'wwww'O/Ҡ ' b] `\@OtGӠ @ ?'w b]t _ b]t``X]D H6 b]\ h+ b]\ \? b0]\ h b]D __$@h a]_ b]D @@n# H 'H 'HT_w a]ww__瀤ha]`] b]@&@nH H's 's__׀h_wL /H_wL HHwH_wL _L HH_L /H_wG '_ w_wwg_w wwO 'GHa]D ' c]D '  c]$` a]$` _,`_ww_w @m /ww_wh= _w,`G__GӐ@# wG '`X]D H_ǀh_ !< @#H _@m@: G@@hc /_w,`_w @my /ww_woG__GӐ@ w`X]D H_ǀh _ !< @#Hw_ b]t`H_ǀh_ !< @#HG '_@mK@: G@@h a]_@$@m\__$@ b]$` /_,`Ga]$`G c]$``X]D HH b]\ hH_נ @m' b]\   "@ ' b]\  b@]D ,0$@G <  ,0$@$  @m1_h0  @mqw_ha]@w b]\   "@ ' b]\  b@]D ,0$@G <  ,0$@$ @ @l_a]@ @  wG  @ ww_w_t`_wha]@vĐO_\ ,`_\  _פ G < @@l b] `\@Ot@A@\awa] @`] @W_'`A@\aw'ww!@ '_@@@lP'_0 H `] @W2'G a]D @@g_  H, `H]D HG a]D @0 HŒ H_G bh]t`G_GGӐ@  a]D HH_  "@ 'æ_ b@]D ,0$@Gà <  ,0$@$  @l$_߀hHw_\ h{_\ _ǡ,0\@w_L / /G,@Gנ@ _  #@@kߔ'_@lGۀ$HHOGנ@ @k /w_hG_Gנ@ _GO@@sH0O H '@✔  H1 HG_'GӠ @ HG_GӠ @ښ _Ǡ w__\  o_@kA@[`Ԯw''b ]D 'b]D HH `]\ D 0'c ]\ w_`]\ hG_D 0@'_\ w_`]\ o `]D Gߠ$@GH aP]\ \  c]D ,0\@w b]D '_\?wa] @ w c]\ w`]D H _`]D ,0$@D 'H c]D 'GGˠ $ e@@ ђG_$`HG__@g_ 7_  "@ '_ b@]D ,0$@G < ,0$@$ w_D 'Gˀ H] aP]\ \ Gˡ,0\@  HQG c]$` aP]\ \ Gˡ,0\@w_\?_h 堌 H_Ϣ ` ?4`G__@_ 7_  "@ '_ b@]D ,0$@G < ,0$@$ w_D 'Gˀ H aP]\ \ Gˡ,0\@  Ob ]D GۀH  a]D HG@ג H&b(]D HG`@ Gb ]D @@@Hb]D HG@  b]D H _D 0 @ w__t`_ha]@t_\`\`D`0,0@j4H_\`t`_@ +  c]D _ b]D GǠ$@_⡐ `]D _D 0@ `]$` c]\ @ c]\ _$@ c]t`@ c]D H_D 0@ c]$`HbP]D H_@_D  H_D  c]$` a]D   a]$`HV_D  HK_D 'G c]$`G HG@}? b]$` @dH H@ a]D $  a]$` aP]\ \  c]D ,0\@w_  "@ '_ b@]D ,0$@G < ,0$@$ w_D  O_D  c]$` `]D Gߠ$@GO'b ]D GۀH a]D H b ]D  @A@Xcw''w 'a]D  @?,@'G'c]\  2h ' G  @? ' c]D  @?,@'`H]D HG H H' 'GG@G@' 'a] @JbH a]ގH`X]D HbP]D H b]D Ha] @# c]\ w7@i, a]D H`]D H a]$` c]D H`]D H `]\ h@a] @ bw_`]t`_wG`X]D Ha] @ M aP]t G!@@'H `]\  aP]t`G@4' c(]D H)_\ h"_\ @ HaP]D `]_\ @, @@`] @S' ' `]\ h  a]@g `]t GH c(]D G@$@ږ HHa]@@ @ H/G'G$ 'G'Gۀ HH_\ w_ w_wϢ_ϐ@$@gb]D H a]@@ @~Ҙ @g' a]D H /HG〤H G$ < L@ /H,G〤 HO .H G$ ' G,@HG $Ha]@qĐ .G,@G ' G,@ /H\G〤 H>G$ < L@ .H6G$ < L@ .H.G〤 H G$ < L@ /H"G $Ha]@q /G,@G ' .G,@G ' G,@ /HG$ < L@ .HG〤 H G$ < L@ /H /H /wO a]D H,@g; /wW_Wh _W,`_Wha]wOHwOG_W$@ < $'_W wHwHa]@@gvwW_Wh3 _W,`_Wha]wOHwO_O@| _W w_L /H _ w_L /O_L H_$ w _,`Hw_L .H_L  /HGHG_Gb]G @ ?@  '_@|e 'G〤 H_L /H b]w ' /H _L .H /H _G$ < L@ /HG$ ' _G,@G〤 H _L .H /H /_wW_Wb]@@fגwW_Wh4_WL  /H_WL  H_W_瀤h_WL? /Hb]_ @@`] @Q (Q_W wW_Wb]@@fwW_Wo_L H  'b]w /_Oh_O@eHww_'G`]D H c]\ _OGߐ@@f H _OGߠ @޹HO b0]\  c]t` c`]D `]$`H c]\ `]D @ޖHO_h _G < @@e a]D HO怤 H H'Ӡ 'Ӣ_GӐ@ܖ H#O怤 Ho!< @!@ "H ՒH a]D H$ Hb ]D  b ]$`aP]D ah]@Y @@OFO怤 Ho!< @!@ "H   2H , HO,o!< @#H c]D H a] @@O`X]D HG a]D H@OH<@d /wW_Wh1_W$@ hO .H_W @dے /w_瀤h_wWH_WwG_G_WGO@@:s__WhOH%a]D H@d /wW_Wh_WhG_G_WG@@ s `H]D H__ bh]t`a]D H  c]D HXO怤 HTG_G_G @ w_πhOs`X]D H)O怤 H# a]D H  a]$`G a]D @@_%G_GGG@JHG_G_ϤG4 G@@pHG_G_G@ O''@d_'_7$@,p ,p$,p$_/_?$@l# c]t`0 c]\ 0 h  c]t`0'7\t`\t`b ]D H  a]D HG@ H-b(]D HG`@Gb ]D @@Hb]D H `X]D HHG@\  c]D H`]D H `X]D H@ OAH_G'@d/_'_7$@,p ,p$,p$_/_?$@l# c]t`8 b]D H _GD 0 @e w__Gt`_瀤ha]@m_G\`\`D`0,0@cH_G\`t`_G@  `]D _GD 0@ `]$` b]D H `X]D HG@#.@?`]D H a]D H H'b ]D 'GG@@Hb(]D Hb ]D H a]D H b ]D  @ GH@ c]\ _$@ c]t`@_GD 0 c]$`HbP]D H_G@ːbP]D Hb ] @\`X]D HI  a]$`_G b]D ?@ `]D H_G\`D`8,0\ b]@@cV H?_G$`H_Gu c]D H G@? b]$`H  `]D HG> _Gw_A@Raw'bP]D 'c ]\ hb(] @H b0]-H$`X]D HbP]D H b]D Hc ]\ hb8] @ c]\ w c]D H c ]\ h@ Db@] @w`X]D H_D @ H b@] @ aP]t  aP]\ D 0'H _ aP]t` ' b]D HbP]D H bP]$`G@Ȑ*08408'G߀ H`]D HGߠ H GG@*08408< , @'G#`H/b(]D HbH]Gߐ @@3`] @L)-G@C' a]D H b ]D Gà@b ]$`Hw_͒ _GG@Hw`X]D H'_ !< @#H aP]\ ٯ  aP]\  0w_D 'G _$`_ aP]\ \ G,0t@_ 0w_D 'G _$`__\ G,0t@_D 0]bP]D H_ǐ@ zw_h_HwbX]wbP]_ @@G@ *08408'G߀ OE `]D _D 0@ `]$`GbP]$`bP]D H b`]_D 0 @@֘H_8 b]D H_D 0 @є w__t`_ǀhb@]@k_\`\`D`0,0@a`X]D H_ aP]\ D 0G〤HVbh]D  aP]\ D 4H aP]\ \  aP]\ D 4@ @ aP]\ t  aP]\ D 4bh]$` aP]\ \ G-p aP]\ \  aP]\ D 0$< ,0@@`Ŕ aP]\ \ G-0 aP]\ D 0$< @ H1_\`t``X]D H' aP]\ D 0G〤H aP]\ \  aP]\ t` aP]\ \ G-0 aP]\ D 0$< @ڒ`X]D H_H G HG_@@!A_ a]D @@e`]D H a]D HG@Hb ]D G@@b ]$`H'`X]D H _D @ H `]D H_\`D`8,0\ b]@@` H?_$`HbP]D H_@bP]D Hbp] @F c]\ @ c]\ _נ$@ c]t`@ c]D H_D 0@ c]$`H_w_0A@Ob w'G@V'G뀤?H  b]$` @Z\ HMG $ e'G뀤 H G aP]\ D 0H"G $ e'bx]@G aP]\ D 0 $ d @?@ܚ`] @JI)bP]D Hb]@oG @@–GwG_$`H A@O`Twww_D 8'_D <'GG〤HGG@<` @< '_\ Gۡ,0\@L HG'H`G_\ ,p\D?@'_\ Gס,0\@L HG_\ ,p\D?@'_\ Gס,0\@L OGGۨ$@_\ ,\@$GG〤H1G_\ ,p\ < $@'_\ G,0\@L HG_\ ,p\ < $@'_\ G,0\@L OGG$@4 _\ ,p\$`H@_\ Gס,0\@_@@'G߀ H&`]D H_\ Gס,0\@ '< @)@ "H _   "H @H?H'GH'G߀ HGנ 'HG۠$ 'GG〤OL?'G< 0ww__@$'G〤 HGH '_ '_ !< @!$@#@? @@'G_4`__@'< _4`G'G< @w_  @^d _$ 4 _$` A@Mcw'w  X@^w_߀h_@hG H c]@Ɩ w__t` _׀h_@hHkc ]\ h/ c]@ _t _\ h_@g`X]D @ 'G_$`DG_$`@_t _`]t`_c ]t`H'c ]\ \ wc ]\ \ _t` _D`@D`0 _$`@_D D _$`D__t`_c ]\ t`__t`_\ @_t ( bH]D   bH]$`_w_0A@Ma,ww_\ hHe_\ hw`]t _c ]t`  `]$`  bH]$`HJ_`]\ h_\ `]t`_c ]\ h c ]\ \ c ]t`H_\`\`t`_\ hc ]\ _t`_\`\`t` `]D _D 0$@ `]$` bH]D $  bH]$`_\ h  bH]D H_\ @H_\` \`(@+_\ h _\`\`h_\ @]*_\ @]&_@]#A@Lbww'_hH_D 0 H ?_$`<_$ 8H_\`D`0:`@]D H `X]D H& ' '_D 0H_\ G,0\@L HG'H G 'G_D 0OG_$`8H _D 0$ 'G'_$ 8G 'G_D 0H_\ G,0\@w_L HH__\ G,0\@@a HG'H'`]D H_ !< @#H_ 'G_$` x_c ]@@Tw_ cH]t`_߀?hc(]_c ] @@Wc0] @>Ĕ ~bP]D H( b]D Hc@]HwcH]w_L H_HwcP]wc8]__א @@#A@Cawwww'_\ h G㠌 H_$_\ h _@T8_\`\`w_\ w_\`\`\`w_\`\`\`%$ w_πh~_צϨǐ@@T?hlaP]D HHUaP]D H G HH^H3aP]D XH G HHNH#__\ $@wG H  aP]$`H;_\`$@S_\ _@w_Ǡ$wH_L _,`_נ w_ w_Ǡ$ w_w_Ϡ$ w_צϨǐ@@S?o_πo aP]$`__t`__\`$t`__\`$\`$t`aP]D `??'G'Gߡ< A@Bbdw'w bx]\ ? 2h 'G瀤Hǐ$ '_\ h G '_G,0\@ocX]_G,0t@bP]D H c`]_G,0@ @\F_G,0\@L H Gch]@ @H8G瀤H(_G,0\@w_@RUw?ww bx]\ ǐ@  __,@G__נ @@wHG_G,0\@@R0@ @@G '_G,0\@oG@ G瀤H_@RnA@Acw'wwwwנ 'ˠ /bP]D 'G@'G HHG?HGHQ'`X]D H `@]D H1c ]\ hc ]\ \ D @c ]\ \ D 0@$ 'H?'cp]G@G @?@1c0] @<!G?H b]$`cx]  @+ OG $ e'G H G aP]\ D 0H!G $ e'c]G aP]\ D 0 @$ d @?@c0] @<[!bP]D Hc]@G @@Ԗ bP]$`G @KG@GŐwG_$`H@1GbP]$`OB`]D H G@挐*00400H'!`'G'`]D HG`]\ D 0HG#H `@]D H@6OGc]@@`]t Gˠ(HG@ؐ/_,`G!@HG_ߐ@@ߔ$'Gπ H c0] @;͔!BH _,`?'G_$`G! @H/G`]\ D @$@'G H`]\ \ G,0\@ !< @# Hc]@G @@$c0] @;!OG_$`G'Gӡ< @w_\ h_\ @Pې_@Pؐ0A@@adw''''GH, 0 /@'b ]D H!< @# H IHG ?'H  IHG a$< @'HG04 @'G'4 `A@@`4wwwww'۠ '_ '3_瀤h7 c]D H HW'_?@ HaP]D c]_@j @@Ŗ H;'ww?wa]D `?'+G+'/Ha]D H _  H H'+ '+G+'/G/H3!< @#H _ $H3$'3 a]\ h3!< @#(H 3<  a]\ @@,<'3b]D H_ !< @#(H _\ h__@@2n c]D H_ !< @#H  c]D HG۠ 'G۠ H9_\ @_\ @@n H/__\ _ @@Y'+G+ HaP]D c]_@iV @@H|G+ H 'H_ `(4` c]D H b]D H_D _ b]D ,0$@ < H H'+ '+G+'; a]D H_  $H_D _ a]D ,0$@ < H H'' ''G''7G;HG7HbP]D H4G;Hc]__D 4 _ b]D ,0$@  @@HG7Hc]__D 4 _ a]D ,0$@  @@/ c]D HoG;H _ b]D ,0$@ H'#_D '#G7H _ a]D ,0$@ H'_D '_G#G@@C H#G;Hc]Hwc]waP]D c]__@hp @@/H_ ,H`]D H _ !< @#H H'# '#__G#@M 'b]D H3!< @#(H___@@7J H '_  /3 /H0 c]D H H'_3@@'G'#G# HaP]D c]_@h @@ÖH)G# H 'bP]D HG۠ HGӀH c]_ @@RH c]_ @@H_?h b]D H?@,G'Gס< @A@=b<w'@k!c0] @8"A@=aܮwwwwww'G'_߀h _L /H_Hww_w a]D HbP]D H c]_ @@_wH c]D HGπH_@H H'__h_@ːwGӀ @? '___G@bP]D H c]__ @@____  !@@[X'Gǀ HBGǀ?H`]Hw`]waP]D `]__@g_ @@@_߀hGǀ?H_h___  !@@[ H_@ HK'Gǀ H HD'_h_Hw_w_wGӀ @? '___G@_h#__@@ HaP]D `]_@f_ @@a H'_@g  'Gˡ< A@<atw'w`]\ w_߀h c ]\ w_߀hH9G_D @$ H_c ]\ hH(_\ wG_D @$ OG_D`@D`0H_\ w_߀hH G_D`@D`0O_HBw_h=c ]\ hc ]\ D @$ 'c ]\ \ D @c ]\ \ D 0@$ 'H '۠?'` ]GGG@_ @@@osc0] @6ܔ"w_ A@;bwa0]D H b]D Hc@]HwcH]w_H0w`@]D H`(]H"w a]D H`0]Hw c]D H`8]Hw`@]w_w_w_w_0A@;aww_@K|a]D "'G H_G@ b]\ @@L H H' 'G'G< A@;`̮ww77bP]D H`H]_ @@ H _ 4 @@;!< @#HO HJ b]D ' b]D H b@]D  'G b@]$`G b]$`  a0]$`_@@5'  a0]$`G׀H b@]D $  b@]$`  b]$`G뀤 HG뀤 HH H c]D Ha]D  'Ga]$`G c]D H H'!< @#H`P]w_@;  "H 'H, c]D H c]\ h_ H `X]w_@'H``]w_@W  "H 'GۀH H_@@ 'HA!< @#HaP]D ]H`h]_ @@̔ 'H'aP]D HaP]D `p]__ @@ 'H a]D $ a]$` 'G뀤 HP HLH$`x]H;w`]H6w`]H1w`]H,w`]H'w`] @4 H H  O OO @H OOO OO`]__ @@QG'G< A@9bww7bP]D H `]_ @@+_@I'_Gϡ4 @@Bwנ  cp]$`_Gϐ@! w cp]D  @?,@'G'_D 0HH H 'H_GϠ@wGπ H_L /H /_,`_Ǡ w__$@ $' ? 7_D 0'G'GӠ$ 'G'GH_\ Gӡ,0\@w_  H!_ !< @#HbP]D H`]_i @@ 'HO__ ߐ@@I>_  H! c]D H_ b]D ,0$@ <  a(]D H __  4 @@ _ !< @#H _ @' H '__ @ H 'G'GӠ$ 'G'GO _G,@___@CG〤 H `h]_ @@6G'G<  A@8b,w c]D '  c]$``]@@&H@!'G a`]$`G H3`X]D H`]Hw`]w`]_ @@ b]$``X]D `?'G b]$`G c]$` H '@IG c]$` 'G< @A@8`tw a`]D H H HE' a`]D `]\ c]D @@Hc]D h'aP]D `] @@Ք b]$``X]D `?'G b]$` a`]D @HƐ H ' c]$` 'G<  A@7bwww'c]D  c]D H H He'G렌 Hc]D 'Gߠ c]$` !`]\ G,@`]\ c]D @ c]D c]D $@< `]_ _@@@H. 'c]D G@'Gc]$`G c]D HHc]D G$@c]$`)H H'O 'G< A@7`wwwc]D 'Gc]D H`]\ GL@HG 'Gc]D H `]\ GL@OGc]D HH a`]D HGc]D HH?H'c]D c]D $@c]$`c]D  c]D HHc]D Hc]D H`]\ `]\ c]D @c]D @@F a`]D `]\ c]D @ c]D c]D $@< @G'G〤 Hc]D H`] @?H'G〤 HaP]D `] @@R?Hp'c]D G@c]$` c]$`O*`]\ c]D @w_L !H _נ wנ _$`H_$ _a]ߐ@@G4 H a] @?H1'_א@F,  wGc]D $@< __נ$@$ 'G c]$`G〤$H a] @?H '__G@@FSG'G< 0A@5cww a`]D Hc]D H HH3 a`]D @FҔ _@'G H_GG @_'G O a`]D H a`]D @FA@5bDwwww b]D '_h @@l H3bP]D H a]_ @@ a]D H@֬b ]D H a]D H c@]D HHa ] @  c@]$`H_@EY'_G_D?@@@" `H]D H_  H _\  bh]t`H  bh]\ _\ hH b]D H b@]D  'G b@]$`G b]$`_Gې@ w_D 0'G'Gנ$ 'G'GˀH_\ Gס,0\@w_L HHs_  H_ !< @#HbP]D Ha(]_ @@VHQ`]\ _@r HF '_  H c]D H_ b]D ,0$@ <  a(]D HG '_ߐ@ޒb]D H_G@HHH _ G@7G'Gנ$ 'G'GÀOy_GӀH b@]D $  b@]$`  b]$`㺰A@4`wg c]D H  `]D HH '{`]\ D 0H_`]\ \ G{,0\@wo_o@j_o  H@D'@: _oD?@@>H3bP]D H_o  H a0] @@`]D @ H !< @#HH _o@?G{ '{G{`]\ D 0O `], ` ]D H b]D Ha8] @D A@3b|wwww_ !< @#(HH c]D H_\ @_\ @@bI H H'a]D H_  /_  /H H'Hb ]D H_  I@ '_  I@ 'GG۠@H Hf' c]D H b]D H_D _ b]D ,0$@ < H HG' a]D H_  $H_D _ a]D ,0$@ < H H)'b]D H _ !< @#(H_\ h__@@%__@@,/ H H' 'G< A@2cdwww''w'/_wG瀤 H+ c]D H H!'_ !< @#H  c]D  4H H '_ !< @!($@@ 'G'G'G'_ !< @# H_ "H _ b@]D ,0$@?,0 Hww_ _@_\ (hG۠ '_ (HG!@H G `X]D @'H*GˀH_\ _\ @@@a" HHG!0@HG! @HG!@H_L HG۠ '_ !< @#(HH2a]D H_  /_  /HG۠ 'Hb ]D H_  I@ '_  I@ 'GG@HG۠ ' b]D H c]D H_ b]D ,0$@ < _D HG۠ ' a]D H_  $H_D _ a]D ,0$@ < HG۠ @'b]D H _ !< @#(H_\ h__ߐ@@$__ߐ@@* HG۠ 'HG!@'G!?<,@'G!,@HbP]D Ha]D H _πhe_L H` aP]D HY`]D H5G뀤 H  b]D G@@y b]D Gې@@OG۠(H  b]D ڐ@@G!@H b]D _@A[@: @@HG뀤 H a(]D @?  ` 'G'G_ c]G_ϐ@@@_A@1`<wwww_ "H _ b@]D ,0$@?,0 Hww_\ (_ _ע@h Hk' b]D HD_ !< @# H<__\ (@@~_  "@ '_ ! H `X]D  H'ˠ '˦_ b@]D ,0$@GGˠ@<  ,0$$  b]D @@@  "H H"' bX]D H H' `@]D H H'_\ @_\ @@_P  "H 'G< A@0aԮwwwc]\ h c]\ 'Hf_#ޢbh"'H\`]D H!H'!'G'۠ '_wߠ '_ߡ<0w_߀hGӡ, 'G'GϠ '_ߡ<0w_߀oGӀ HGGۀHG'H% 'GGӠ@'_GLhGGӠ< @'Gӡ< 'GӀ OG뀤"HGH'ˠ"'G'`]D H  b]D 'Ha b]D H 'HV '_w_ߡ<0w_߀h Gנ '_ߡ<0w_߀oG'Gۡ< 'GۀHG׀HGנ$ 'Gۡ< 'GۀHG׀OGע$ <` @< 'G b]D HGH' b]D 'G'G瀤 HGH'Ϡ 'G'__t`G_$`G_$`_Gl@L$@_$`_Gl@_D   2H < @w__$`_D _߀h?_$`_D H"bP]D Ha@]_D '_D`D`D`\`w ;[@@;㾰A@/`ww'w''w_@Gǀ H?H'G@@4c]D H G瀤 H H'_ h G_Gː@@–wHwנ 'GǀHv_Gˀh_HwGw_'__G@@w_G$@w_G@wG瀤 HG_G@@J;c]D HH>_G@@z'_G@@{QbP]D HaH]G'ss_wggG'ggG @;[;[@7G< @@ۧGGӐ@@Gߠ 'GGǀO_׀h_@Ӑ 'G< СA@.aĮwww_ w!@'ˠ?'_@>~'_G@@]wנ '_D 0H_\ Gǡ,0\@w_ !< @# H_ "H _ b@]D ,0$@?,0 Hww_ _@h_  HH_ w_ "H _ b@]D ,0$@?,0 Hww_ "H _ b@]D ,0$@?,0 Hww_ _@_ _@h_\ _\ @@\ HbP]D H aP]_ @@vGHS'_@='_G@@].w_G_G@@^'_G_G@@^* * @@'bP]D HaX]_4`< !?<,@<  @6ˀH'G'GǠ 'G_D 0O:G'G< A@-awwww b]D ' a]D H?'_wH__@@'GÀ H?Hk'w_א?@*?__G_ @@I H#bP]D HaP]D a`]_@WP_א @@_@>@*i?H3' bh]\ h_@WĐHww_wϠ  b]$`_____@@  s'G b]$`@*<Gǀ@ ?'G'G< A@,clwww'ww'G'Ϡ?'Ǡ 'à '_G,0 c]\@_$@@Qǖ__א@ H _ !< @# HH;H(G'Ǡ '___א@HH)G'Ǡ '___א@HHG'Ǡ 'HGÀ H , < #c_DHG 'G,0 c]\@oGÀH?H<'GGǀHG'_G,0 c]\@_$@@QT__א@p H?H'GÀ H b]D Hah]D HR___ߐ@@ HHt c]D H_  H__G_GGG@@@s bp]D H!bP]D H a]D H__G_ah]@ @ ssHGӀH__G_א@   ssbP]D H bp]D H ap]_ @@N?H'GÀ H c]D H___@% H?Hw'GӀH__G_א@  ss bp]D H>GӀH bP]D HGÀ H bP]D H(GÀ H$Gà$ @?  ` 'G'GÀ Ha]Hwa]wGax]__@@ޖ c]D H_  H__G_GGϐ@@?@Cs?H'G'Gˡ< $A@+`Lwww'ww'G'Ϡ?'Ǡ 'à '_ !< @#H 'HF_ !< @#0H _ !< @#H 'H2_ !< @#H _ !< @#H 'H_ !< @#(H 'Ha]_  @@S`] @%$F_G,0 c]\@_$@@O__א@˔ HHHB_ !< @#HHHE_ !< @#0H _ !< @#HHH1_ !< @#H _ !< @#HHH_ !< @#(HHHG H , < #ad_DGÀ H 'G'HSH`_ ! H `X]D  H' '_ b@]D ,0$@G < ,0$@$ w_\ _`` @:LhHNH4_ߠː@#@9'G HH> G,@_`@:@ @: HH+HG H , < #at_DGÀ H 'G'___א@0H 'G'HG 'G,0 c]\@o GÀH?H'GGǀHG'_G,0 c]\@_$@@N__א@Ɣ H?H'GÀ Hah]D HH_ !< @#(H@_ !< @#H8__@@ HaP]D a]__ @@NGH' c]D H_  H__GGGϐ@?@_sH 'GӀHPa]D HIbP]D H a]D H; aX]D H G H H 'Gà$ #@? @'G!@'G'GÀ Ha]Hww_w__G_G!@_@ @ ssbP]D H  bp]D HG Ha]Hwa]wa]__ @@d?H'G'Gˡ< $tXX`A@(bww_L HHk_ @@m_ "H _ b@]D ,0$@?,0 Hww_ _נ@wǑ? b]D H,_ !< @#(H$a]?_\ @V_ὒ_`@8~@  ;[@@sHa]?_\ @Vz_ᛒ @;[@՚0A@(`www_D?_D?H b]D H __@#H H' 'G'G< A@'cwww''''wנ?'Ӡ?'w'w`]D H  ax]D H H' 'G'_ !< @#H H'`X]D HG`]\ D @$ H?H' 'G'G'bP]D H a]_G @@> `]D HG HGHa]D H _  @HH `_ԐH [c]\ h,_c]\ @CHGH _ ` 4`H_  H _GGGߐ@@ 9H .c]t  `@]\ hL_L .H_L HB `@]_G@ @4 H5G HH _  H _GGGߐ@@ GH`]Hwa]wa]__ @@GHHH ww c]D H `p]\ h+_ `p]\ @H `]\ h `]\ ٌ`]t a]`p]t`?'# 'H_\ h_\ Hwa]w_w `p]t `p]\ _߀hm`p]\ _ߐ@@7` Hb a]D H0a]D H)_ߠ?@@ H! c]D HO_@Aq HaP]D a]_@P @@X`]\ h `]\ `]t  cP]D H  cx]$`a]D H _@  `]$ _`p]t` cx]D H_ !< @# H_ߐ@$@6b?ǔ `]t   cx]$``]D H GH H'Ӡ '_?GӐ@-'#aP]D 'b(]D HNG#?HJG HFGHG HH _c]t`_ ` 4`H_  H _GGGߐ@@ bP]D HGH`]Hwa]wb]__ @@DH G# HO H c]D H GW a(]D HG ' b]D H4G# H0GH O!< @#H%bP]D HG H b]_ @@_  H _GGGߐ@@ 8H GH a]D H _  @HH G H-G# HO!< @#H_O< G @ HH __  !4 @@~ H_ ` 4`H G# HO!< @#H_O< G @˔ HH?'# c]D HG# H `p]\ h_ `p]t`_ ` 4`G#'? `\@Ot_  H?'#a]D H_ O `]D G#  "H @Z: _4`G# H+ c]\ h$__G?GG@@s'G〤?H  ' ' '#HG〤 H '#G瀤HG߀?HG##@?,@'__GG#?G@@ ssG HX__ @@}D HOaP]D HH a]D HaP]D H_@?3 H__ @@}  H+aP]D H$aP]D a]_@NJ @@ b] @_c]t`_ ` 4`H G@? @w___ߐ@ HbP]D HG〤 HG߀?H Gb]_@@| c]D H0_  H*a(]D H#_  '_@@{ HaP]D b ]_@Mސ @@  `]$`G H `H]D H bh]\ w`X]D H4 `H]D H+_  "@ ' c]D @ '_ b@]D ,0$@GGנ@ < ,0$$ w_ @3_$ _ @3_$ H2b]D H+G߀?H' a]D H _  H_  H __@H _@3W@: _D?@@."Ha]D H$G# H O!< @#H H'ߠ 'G'_ O `]D G@Ⲗ: _4` c]D H_  ` H_G_G#?GG@@@3sHH b]D Hm_ !< @#(He_`@2@ w b`]D H,__@@NH$bP]D H b]\ h_wb(]_@LА_ߐ @@=HzG# HcO!< @#(H?'#HH_ߐ@#@2'Gۀ H<_Gې@@2{ H2_GL@ H,__? bp]D @[G瀤H__G?@   s}s b ]D HHH_O< G @ HHH; c]\ h4__G?GG@@s'Gۀ?Hah]D HH  b]D HH ' 'HGۀ H '# c]D H_  H`]\ D L `]\ $`LH__@@xN HaP]D b0]_@K_ߐ @@HW__@ᷘ G瀤H__GG#?@` ssG〤 HbP]D H Gb8]__ߐ@@5 c]D H_  H__GGG@?@s b ]D HH<H c]D Ha]D H_ !< @#H!_ !< @#H cX]D H_ !< @#0H _ !< @#H_ !< @#H _ !< @#H(_ ! H `X]D  H'Ӡ '_ b@]D ,0$@GӠ < ,0$@$ w_`` @1BwHwG# H_ !< @#H _ !< @#HO!< @#H O!< @#H?'# @'HO!< @#0H O!< @#H?'# 'G# HcO'< @_  HZO!< @#0HO!< @#H___߀hG__? bp]D @G瀤H__G?@   ss c]D H_  H__G?GG@@?@ߐs b ]D HH1H_O< GG۠@- HHH2 c]\ h+__G?GG@@0s'Gۀ?H b]D HH ' 'HGۀ H '# c]D H_  H`]\ D L `]\ $`LHbP]D Hb@]__ _ߐ @0#2_ߐ @0&2 @@@__ _ߐ@@w HaP]D bH]_@J @@ÖHU__@߿ G瀤H__GG#?@` ssG〤 HbP]D H GbP]_@@? c]D H_  H__GGG@?@ޥs b ]D HHFH_ !< @# H b]\ h_ÒwbX]_ @@~H c]\ h;_ "H _ b@]D ,0$@?,0 Hww_ _ߦ@ c]\ hbP]D H b]\ h_؃wb`]_ @@~H b]\ h;_ "H _ b@]D ,0$@?,0 Hww_ _ߦ@ b]\ hbP]D H b]\ h_Cwbh]_ @@~~H~bH]D H.G# H*__\ @@M H!bP]D H bp]_ @@~Y_  H _GGGߐ@@HK_w /G# HO!< @# H_O< G @c HH.?'# 'G# H2 c]\ h+__G?GG@@s'G〤?H  b ]D HH*HG〤 HwG/ '#G#'? `\@Ot bh]\ h"_@Hw_h_/@h H?!< @# H G# HH-HwG# HQ`]\ hJ_`]\ @裸'G〤 H=`]\ \ G,0\@w_נ@YbP]D H bx]_ @@}_ "H _ b@]D ,0$@?,0 Hww_ _נ@wg '#w /G# H1 c]D H_  H`]\ D L `]\ $`LHTG HHSGb]_@Gѐ @@}H? HHn HHh__?@쀔H^_h _@s_@HĒ __? bp]D @gG瀤H__GG#?@  ss c]D H_  H__G?GG@@?@as b ]D HH c]D HG d@MHc]D H+_ "H _ b@]D ,0$@?,0 Hww_g_ _ߢ@h_  H _GGGߐ@@H_h/? `\@Ot_w / '# cX]D HH aP]D H a@]D HA a]D H8 c]D H1 H-_@hw_hHY_ T w'_'hHS___' @?@8  H_'w'H8H;`]\ h`]\ _@u'G〤 H`]\ \ G,0\@ w_` 4`_ @tY 'GӀ H2aP]D b]_@F @@|J c]D H_  H`]\ D L `]\ $`LH?'?'#H a]D H c]D H H_@͐w_hG@-H_  w'_'hG@-O_@9H"aP]D HaP]D b]_@F @@{ݖ_'lw'G@,ސH_'@sɔ!'Gπ HYaP]D HaP]D H'ߠ 'G'aP]D H'_@C H!_'@s!'Gπ HaP]D HaP]D H'G'G'H 'G〤HGb]_@E @@{|_' w'G@,}H# /bP]D Hb]__gwǑ @;@{ [bP]D H b]G @@z b ]D Hc]D H a]D H c]D H GGG@@`X]D H c]D H `]\ D L `]\ $`L c]D H _  H_ ` 4`GG@@)G瀤HA! ' b]D HG ' HG(' HG!@'_׀h_נ Hww__GG_א@?@> ssb]D H@  cX]D H c]D H_  H__G?GG@@?@sHD aP]D HH;G# H a@]D HGߐ@¤H*_g h Gߐ@šG@+wHG_gGGϐ@> Hb]_ @@zGߐ@}G@+Z_'h/ b]D 'Gπ HG@+J__'@@ G b]$`bP]D H b]__ @@yҖ_'b]D H?@ H A@`tww'''`]\ w_`]@@’'G瀤 HH4`]\ \ G`]\ D @$@< ,0\w`]\ D L$ `]\ $`L_@9_GGGG@@֚_`]t`㾐A@cw?w'G H  '_D 0$ 'HG'G'G'GGπH_\ Gס,0\@w_ !< @#Ha]D H _  @HHbP]D H_ؒw_߀h_Hwb]wb]_Gא @@y c]D H _  H H'ˠ 'G'_L H_  H  c]D HGۀHHO_ҒwGۀH__ @@q] c]D H_ߠG@P H__\ @@G H __\``@3 c]D a]D H a]D H@DH@   c]$`Gנ ' c]D 'GǠ  c]$`G'GGπO7A@cLw''' c]D HN@.'Gۀ?HGGb]@Zw_\`GD`@$< ,0\w_  Hb]`]a]@(-@)H H'נ '_ߐ@GGG@?@כs_ߢ LD`$ $`OGH!@'Gۀ?H  b]$` c]\  c]t` b]\  b]t` b]D  b]$`b(]D b(]$`bH]D bH]$` b]D  b]$` bX]D  bX]$`c]D c]$` c]D  c]$` `@]D   `@]$``]\ wGb]@ۦ`]t `]\ \ G`]\ D @$@< ,0\w b]\ h b]\ @$@(H_ߐ@._GGG b]D @@Ț`]\ D P$ `]\ $`P_`]t`  b]$` c]\  c]t` b]\  b]t` b]D  b]$`b(]D b(]$`bH]D bH]$` b]D  b]$` bX]D  bX]$`c]D c]$` c]D  c]$` `@]D $  `@]$`O`]\ c ]\ hHPc ]\ D LH c ]\ D PHH> b]D @K? aP]D H@B b]D H a(]D HHc ]\ D H H aP]\ c ]\ D H@>c ]\ ɲO1A@cĮw'w ' ` ]D '`]D H 'a]D `?'G bp]$` a(]D  @? 'G'Hbc]D H0 a(]D H  cX]D H H'Ӡ 'G'ߠ  bp]$`G߀H  cX]D H H'Ϡ 'G'H- b]D Ha]D 'a]D `?'G bp]$`G߀ @? 'G'H  'ߠ  bp]$` '_ b]t` `]D H b]\ h  c]D H H'Ӡ 'Ga(]$` c]D  4H  c]$` a]D H  a]D ,`@H'Ϡ 'Ga]$``]D H  b]D H H'ˠ 'Gˠ  `X]$` a]D Ha]D H `]D H H'Ǡ 'G b]$`bP]D H b]@&:  @@un` ]D H b]\ h `]\ D 0 H|b]D H! c]$` c]D  @D `]t `]\ hb]@/֐  ` ]$`c]D H a@]D H a@]$`bP]D Ha@]D Hc]Hwc]wb]_ @@t bX]$``] < !<  `]$` c]D H'`X]D H b]D H `]D !H@sb]D H  `]D !O`X]D H`]\ D H H aP]\ \ `]\ D H,0\@w b]\ h b]\ @$@%4H_@G`]\ D @$ '_GGGG@@ݚb]D Ha c]D HZ `]D HS_  HM_  H> `H]D H)_  "@ ' c]D @ '_ b@]D ,0$@GG@ < ,0$$ w_`` @$ƔwH  @$ w_@H @$@: _D?@@e`]\ D 8'G`]\ D <H`]\ \ G,0\@w_L HHf`]D H _`]D ,0$@D 'H G`]\ D @@' b]\ h b]\ @$@$iH_@|_GGGG@@GGې@? G`]\ D @@G〤H a]D H@GH@ Ga]D @'G 'G`]\ D <O`X]D HG@?H,GGې@ `]\ \ h b]D HH@O`]\ \ w_`]t`_obb]D H  `] a]D   a]$`bP]D H c] a]D  @@s"GGې@  `]D HH@O a]D   a]$`bP]D H c] a]D  @@rG@p?`]D H c]D HG@^?GGې@j  `]D HH@sO`]D H8 a]D   a]$`bP]D H c] a]D  @@rc]D HG@? `]D H @; `]D OG ` ]$`b]D H b]D H b]\ h  `]D Hގ `]D H  c]D Ha(]D H`X]D H b]D H  aP]\ ޒ? c]D H&a]D  c]D Hc]a]D  c]D $@ @rb ]D  b ]$`bP]D Hc ] @rA@awww '`(]\ h_`(]\ @#@"'ߦ /_G,@Gߠ '_@" /w_׀h_נ w`(]\ h__$@'__Gߠ < @@"]H_wצ ._G,@Gߠ 'Gߠ # HGߠ #H'Ӡ 'G'G瀤 Hc(]_ @@q _,` H#'_Gߢ@_G@@"('GG瀤HG$ '_Gߢ@G@c0]@ @"2 'G<  A@cwwww__@XH?H$'__  !4 @@jВ'G߀?HaP]D c8]_@;Ð @@q?H'G'G< 㾐A@b wO'w'ww'_wwwgG@@ӒG뀤 H5_߀ h1G, #HG, H'_!'_G_'cG_GcG@@wbP]D Hc@]__wGG @;@p[Hw c]D @_c]D HGGL@wGH _GG$@< $wc]D HH! w__h# ` ]D H__ǐ@@Ȓ__@ @  @___w__! @w____o__h__$@'[ ` ]D H__ǐ@@__G[@@ߔG[@_r_wGӀ?H1G_@@j w____h%aP]D cH]_@:ڐ__wGG_wGG @;[;@p[cP] @  Gw@@ޒ'sGs H ` ]D H__ǐ@@IGs HBbP]D HcX]Gs_wGG @;@p[ c]\ Gs@ c]t`   b]$`_wGs@@^GӀ?HG_wGs@@3GsHH_Gs@wHGs  'sGsGL@wG'GsG$ HG HG' c]\ (G@ c]t`(bP]D Hc`]GsG_wGG_wGG @;[;@o[_h__G@@wg_gG@@e_gG@@^b]D HH__hCGӀ?H?G@o HH_G@wGG@@i w____h%aP]D cH]_@9__wGG_wGG @;[;@o[cP] @ !HGӀ?H_ghG_gG@@xGHHS_G@wGw@@˒'sGs OG@ HH= a]D HGӀ?HG_@@  HaP]D ch]_@9 @@o? ` ]D H_@ GӀ?H#_ hG@ HaP]D cp]_@9W @@ocP] @ 2!.aP]@^g'_h_@iGaX]G@@bP]D Hcx] @nGӀ?HaP]aX]G@@F H H'à 'Gá< 0'wG_@??MsA@cww?'`X]\ @@r?'G〤 H`]\ \ G,0\@w_h_Hw_אw_w_@9Mw_瀤hY c]D H _@|HHJbP]D H c]__ @@n__@@f HaP]D c]_@8_ @@nFH b ]D H c]D H _  HG d@[_@9 `X]\ G@@?'G〤 O A@`w''Gc]@ѻw_\`GD`@$< ,0\wGHc]Hwc]wc]__P @@m`X]D H  c]D HG f@0A@ c\w' a@]D GH* a@]D H  a@]D  c]@A'G a@]$`G H H' a@]D GO a@]D GH ? a@]$` H' 'G< 0A@ b w'c ]\ D D' a]D H Hn' `]D GHT`X]D H G`]D H HT' `]D H  `]D ! c@]D @Ӑ'G `]$`G H`X]D H `]D  `]$`H   a]$` H' `]D GO `]D GH ? `]$` H' 'G< }A@ c̮wW'w b]D H a(]D H'a]D 'G' a]D @??  'G'`]D H H'Ǡ 'G'`] < !'c]wbP]D Hc]`]\ D 0 @@l<c]D H`]\ D 0 @=Ð`X]t @ G[>OW@ʒ'G?H`X]D H.c ]\ h' aP]D Hc ]\ D 0c ]\ D @@אc ]\  c ]\ hOH aP]D Hc ]\ h c ]\ D 0 `0]D  'G `0]$`GGˀHHbP]D H c] `0]D  @@k `0]D H c]D H_:c] V @ OiG`]\ D @$@ H`]\ \ G`]\ D @$@< ,0\w/H aP]\ \ `]\ D H,0\@w/_h_Hw_/O@w_wObP]D H c]_O @@kIG[! @H _/G[G۠O@@rRO `0]D Hc] @@k'cP] @!_/  HE b]D H< c]D H bh]\ h  c]D  c]$`c]D H a]D a]$`c]D c]$`  b]$` a]$`HC b]D H< c]D H bh]\ h  c]D  c]$`c]D H a]D a]$`c]D c]$`  b]$` a]$` b]D H ` ]D H_/G@@ F c]D L  c]$`L_/ "H _/ b@]D ,0$@?,0 Hww c]\ _/ _@ c]t`  b]$` `@]\ h `@]_O@ @ Hc] @j?cP] @" aP]D HRa]D HGH'G'G'GH<a]D Hc]Hwc]wc]__O @@j_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@r_/ ` 4`O cX]D H/_/ c]G[ @@py aP]D H_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@9O a]D H/_/ c]G[ @@pE b]D H_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@OR bh]\ h_O@4Hw_Ow_w?`]D H}HN_OwGHZ_?wGHV_O@r_wGHP_/\ h?_/\ O@$@.?wGHOwGH:>a]D Hc]> @@i,cP] @"R?>,0 c]\@_O$@@.?wGH>$ O, < #c_WD_Gh `@]\ h `@]_O@ @ H_OwG />H1 a]D H c]D H_O@qwG_Gh_OwGH />H bh]\ h _?h_?wGH_OwG c]߂ P`\@Ot_G @` 'G瀤?H4`]D H-_G_Oh _OwG_G @`ޔ 'G瀤?H c]\ h? c]\ _O@$@-?wG_G @` ' a]D H_G_Oh> H H' 'Gb]$`G瀤?H 'owHCG_@@ba H;aP]D `]_G@2ʐ @@h_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@G@v`X]D HG f@OG瀤?HBo!< @#H;_G_Oh6`]_G@2 @@g_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@eG@2`X]D HG f@MOG瀤?Ho!< @# HG@?'a]D H7G瀤? 2H '_/\ h_/\ Hw`]w_w__h__@@ H_@'_w_/ oGG@ǎ: _/4` a]D H_O!@_!'G〤?HaP]D `]_O@1 @@gHO_O_/@'G〤?H O_?_/GG@@G〤?H/_/ "H _/ b@]D ,0$@?,0 HwwG_/ _@G瀤?HG@{`X]D HG f@O a]D H _/G[ @@mH b]D HbP]D H ` ]D H ` ]_O @@f_/ "H _/ b@]D ,0$@?,0 HwwG_GG__OG_/ _@@@s'G_/G[@@maG瀤?HG@ G@ HaP]D `(]O@1, @@fcP] @"GH c]D H _?h  a]D H,_?_Ohw?_OO_G_?_/G@@ VsH?'H_G_?h _?@\_?@1 H| c]D Hr_?hn_?@1 H,_h_Hw_/wGH`8]Hww`@]ww`0]__w @@fO@\?'H; bh]\ h H' '_?O_G_/GG@@sH?'Hc]D HGH`X]\ G@@7 'Hw?HO@\s@ aP]D H_/ ` 4`HH b ]D H`X]D H c]D H _/  HG d@)Ha]D @?  ` 'G'G H bP]D Hj c]D H_?h a]D H`H]wgH bh]\ h`P]wgH`X]wgG H ``]ww`h]woH`p]ww aP]D H`x]Hw_`]w___wo_h_/Hw__Ow_G`]_w___g_o@@@e(a]D H aP]D H c]G@@9G @_/ ` 4`H `X]D HG f@}H`X]D HG f@pHG$? H , < #c_WDO c]D H  c]D  c]$` `0]D H c]D H_[bP]D H`] @d 'G<  P PA@cĮw'w' `(]t``(] @ `(]t``(] @ b]D H b]D 'aH]\ w a]D ' b]D H G H  b]$`H `]D   `]$`G`]$`G b]$`_aH]t`G a]$`bP]D H`]G_G @@@d `]D   `]$`bh]D ?H$bh]D @@;J @'Gbh]D HG<  'GGH G b]$`G' `]D   `]$` b]D Hh ax]\ hac]\ hZ c]D HSc]\ @/[ HI ax]\ w ax]t  b]D ?H b]D @ b]D ?H b]D @䇐 b]D @ bh]\ h H'۠ 'c]\ _a]\ Gې@ Ws `]D   `]$`GH b]D H  c]D H@  `]D   `]$` ax]\ h ax]\ @YАGH@" c]D Hc]@D H@ w_߀h _L H@ @[G H4b ]D H   b]$` 'b ]D H   b]$` 'b ]D H `]D H   b]$` 'GHc]D H `]\ h b]D H bP]D H G_G@@kB `]D   `]$`bP]D H`]E`]D _GG @@@bs `]D   `]$` b]D HGH@1C dH `]D O, < #`_ϠDG@ d@A@b̮wwc]t _ ax]t`  b]$` A@bTwwww''_ ax]t`_c]t`_a]t`G b]$`G b]$`@A@aw'Gc]$`A@aTw' a]D ,`@'wא @rw_瀤h`]@zG_@@_t bP]D H`]_D 'Ñ_D`D` ;[@ac]D H_D`D`Lt`_D H _\`D`D`$< $t`_Hw_D  H_Hw_D  (@0 w__t`_πh`]@# '_D HG@m2 _\ G,p,p$` G_] G,p,p E @@@__\ G,p,pu _\ G,p,p4`G_D $ H_D  H _D`\`G,p,p$`H _D`\`G,p,p$`__\ G,p,pD w a]D HGG߃<`@.! L$@H@bP]D H!`]G_\ -p-pD`\`w_\ G,p,p  @;[@`G 'G_D Oe__t`_w_0A@`w' b ]D HHFG`]@Ľw_\`GD`@$< ,0\w_ HH+_@X@W3 HbP]D H `] @@`HaP]D `] @@`ʖA@cLw'''ww/_wG'GG@@ے`]D HHGG@@G(HGސ@@`G!@H G_Gː@@fСA@bLw''?'wߠ '3`]D H H'+ '+G+'/ b]D H a(]D H'a]D 'G' a]D @??  'G' a]D H c]D H'G'G'b ]D 'bP]D H`] @_Ғ`X]D HG#GGN_C@2'G?HB`X]D Hc ]\ hc ]\ c ]\ hG@?OG3 '3G3G/HH.bP]D H `]G3 @@_}G@?O`X]D HG#G`]\ D @$@ H`]\ \ G`]\ D @$@< ,0\w7H aP]\ \ `]\ D H,0\@w7_7\?h _7\?wW`]wOH`]wO_OwW_7 HOU_7_@ܒbP]D H`]G_W_O_ @@@_ GG! @H_7GGGӠ_@@fGGGG__7N_GC@@s}sOG3 Ha]Æ @@^۔a] H _7  H" b]D H c]D  c]$`c]D c]$`  b]$`H  b]D H c]D  c]$`c]D c]$`  b]$` a]D H`]D HN H H  c]D H H' 'G b]$` b]D H ` ]D H_7G@@ c]D L  c]$`L_7 "H _7 b@]D ,0$@?,0 Hww c]\ _7 _@ c]t` cX]D H _7 c]GG @@dʘGGGG__7N_GC@@ssO= c]ׂ P`\@OtGw_瀤hb ]D  b ]$`a] @]a] Z!_ @V- 'G?H^aP]D H.c]D H `]D H H' 'G'b ]D  b ]$`Ga]_@(<@@]Hb ]D  b ]$`aP]D a ]_@(" @@]_`]D HG f@OG_@@W H#b ]D  b ]$`aP]D a(] @@]_WG@a] ˔!5_h!_D ,`@#H_D ,`@H'!'G'G_G_D @@YwHwbP]D Ha0]_W_O__w @@;@][GGGG__7N_GC@@ssG_@@~bP]D Ha8]_W_O_ @@\ a]D H _7GG @@cH b]D HbP]D H ` ]D H a@]_ @@\”_@gG___@@Q ` ]D H_@G_7GG@@cL_߀h _@S'GHb ]D  b ]$`GaH]_@' @@\ҖG@ א_pbP]D HaP]_W_O_ @@\g_7 ` 4`O c]D H  c]D  c]$`b ]D GH`]D H b ]D  @bP]D HaX] @\-@RG@?@A@bww_ (H_\ \ @ _\ @  ch]D $  ch]$`_\ @ ֐_@ ӐСA@aLwww''' 'bP]D H-砌 @Hah]Hwap]wa`]p< _@ @< ___\  @@s@[sG㠌 H! @'`@]D H #HH7H #@HH.  @ w_׀hax]@(뀤 H_$ 4L@ /H$ ' @'_w__@h_L /Hà '_Ϡ w__@ o $H,G㠌 H_L /H G㠌 HÀH '_L /H b]  bP] $@$ 'H 'H 'G㠌 H ` @H  ?' 'H '@Ǡ@ 4 @*o w__t`_hax]@ˀH/_\  bP] b]@ː@@ _\ w__\ ˢ@h_L /Hà '_Ϡ w__\ ˢ@ o_\ ˢ@_ 4@@ aˠ@'ǀH_\ @a]Ǡ 4@@ kǠ@'à '_\ a]@@ 4h@ '_\ a]@@ w_πh0 '__\ h '뀤  H _\ $ 4L@ *H_\ $ 4L@ *H_\ $ 4L@ *H '砌(H_\ @  /w_πh_Ϡ wH_\ wϠ ' ch]D HD c8]\ G,0\@w_\ @ ߒ /w_h_ wH_\ w_@ '__\ $@$h__@@ Ŕ H_HG 'G ch]D O  @)Z w_hax]@w_t __t`_ a]_ϐ@@1 Hax]@v__t` ch]D  c]D H' c]D   c]$` c8]\  c]D @ @)E c8]t  c8]\ hax]@C ch]D 'G  ch]$`_ c8]\ G,0t@Há< _$`_$`_\ h_\ _t`__t`__t`H_\ \ _t`__\ t`__t`0w_\ h_\ t _\ w_h_\ w_+_w_ow_t __t`A@bTwww'b]D HL_L /HG_h9__ @w_Ǡ$ w__h_L /H_Ǡ$ w__h_L /O__ha]__  4@@ a]HwH _@ P /h_Hw_L /Ha]HwǠw_wb]D HU뀤Hah]Hww_w_h%__ L@H_a]hHwa]w_w___  4@@ 4_w___b]D @@ ! h a]_ @@XxHjw_@'H_h_  H'à$'__Ð@@ _א@ '_a]h; b] $@'Gã4 Ӡ@$ H a]_א @@X<H.wa]b]@GÐ@@Ga]@_Ӡ 4@@a]@~ '_h_$`a]w_߰0A@aww'_L /H)b] a] b] @@ / b] b],@ b]  '@$ H 'H 'b]@_@@ @4b],@b]@  b]$  b] H% b] $ 4b]L@ .H b] $ 4b]L@ /H  b] $  b]$` b] H b] '  b]$` /b],@  b] b],@b]D H bP] b]@@nb]$ A@bwww_\ w_ϐ w_߀h_L /H H'_ߐ@ْ /wנ _,`_נ @_t _L Hah]w_L /H _ߐ@$@H b]_ߐ@$@l@\ 'ˀ Hˀ#H  /,@ˠ '˦ ,@wb]w_L H_L _L H_ߠ w_w_נ w_L H _L _L O_L H_@8wנ b]$`_L Hf_א@$@E _,`_b]$@ b]$`__\ $@ $@@.__ @@  _ !H_t _t _נː@$@_L /O_,`O'_נ w_ߠ wG'G /H_L /O_,`O'_נ w_ߠ wG'G /O_L O b]$`_@ 'G< A@bLww'_@! ch]D HHw ch]D  @%x w_׀ha]@ '_w ch]D H"_w_ߠ w_w_ c8]\ Gӡ,0\@\  @GӠ 'G ch]D O ' ch]D H c8]\ Gӡ,0\@w_\ wbP]D Ha]c_\  @@U_t _ !H_t _ !@H_Ǥ !,@$__@UH_@ b] b]@_\  b] $4@@  b] $4h_b]_ @@ Hb ]D  b ]$`a]b]@ @@UQ  b] b],@GӠ 'G ch]D Ok_w_A@bLww_w ch]D 'G'G$ 'G'Gۀ H/ c8]\ G,0\@w_\ wbP]D Ha]_\  @@T_G'G$ 'G'GӀ O_瀤hH0 '_w ch]D H"_w_ w_w c8]\ G,0\@\ _ϐ@ @G 'G ch]D O_@0A@`Dww''_h;c8]D H2c8]D ,0aX]\@hc8]D ,0aX]\@Uc8]D ,0aX]t@c8]D $ c8]$`c8]D OHhG"Ha]a] `]@"@@H H' 'c8]D GH3c8]D ,0aX]\@hc8]D ,0aX]\@c8]D ,0aX]t@c8]D $ c8]$`c8]D GOGc8]$`_G4 @ݒc8]D ,0aX]t@pA@atw'ww' 'ߠ '_ ! @`?'G'_\ w_L` / "H < @w7_7L H H,'_D H_  H_7@s /w_ǀh_Ǡ w7HH_  H/_L /H* b]  bP]  H bP]  a] @?Gߧ,0t@Gߠ 'ah]?Gߧ,0t@Gߠ 'H_  H_L /H ah]?Gߧ,0t@Gߠ '_7?Gߧ,0t@Gߠ 'G뀤H_  H ah]?Gߧ,0t@Gߠ 'H_  @H G׀`?'3G3H'?Gߡ,0t@_L /H '_ wGۀH_D H_  H_D  'HGۀH_  H _  H?'H '_  H_?G@@)HGHZ'HRG߀ H_?G@@*)HGHG'H?GۀH_7_@@ HGH6'H._7@W'3_@S'/G/G3H!_7G3G/$@< _@@ HG3G/H _7G3G/ $@< L /HGH'G׀`?'3G3'G< A@cw'ww'wbP]D HI,w_  `?'G〤Hb]Hwb]w_  @Hah]Hwb]wGa]_M` s 2H < ,0a]@Gˡ,0\@___\ __א@@ss@RAsA@blww'w'_\ w_׀hn a0]D H _ !@HHX_ (H_\ G_G@Ӗ'GӀHGHJ'H?_ ! @H`]G_G@'GӀHGH/'H$__G@HG__G_\ @@6_  @??  'GH '_\ w_׀o 'Gߡ<  A@`Dwww'__G@@ HH-w_G @4 c]  @ H_G @ _H_G @H_G@$ Hw_G @ ,H_G@Hww_߰A@cww''ww_w H_  c]  @ H_Ϡ w_  c]  @ O_w_ HH(w!Р p @'"H_ !H ! @H!@'HvG H1_ -H_  H ˠ ?'_Ϡ wH_ +H_  H ˠ '_Ϡ wH _ !H!@'HC /b]wH_b ]@* w_πh !/H_b(]@ w_πh :/H_b0]@ w_πh -/H_b8]@ w_πh H/H_b@]@ w_πh +/Hy_bH]@Ք w_πh ./Hh_a]@Ĕ w_πh P/HW_a]@ w_πh R/HF_a]@ w_πh S/H5_ /_  ,H_Ϡ wH(_ `mH%`c O, < #a_D`rH `mO`pOOO`sOOHJ! @'ˠ$'bP]wHmˠ 'bX]wHdˠ '!@@'b`]wHWˠ '!@'b`]wHJ!@'wHCbh]_ @@Oєa] >#1H2Oƀ :H -H  !O +OOO .OO PH  :O HOO$ P O, < #a_D_h_Ϡ w_ H_ H_ _H__ @@h' H_  c]  @ H_Ϡ$ wHbp]_ _ @@O[a] Ȕ#=HRˠ"HOˠ"'Hˠ"HOˠ" 'H{ˠ 'Hv!@'Hpˠ"HO! #@'Hc!@'H]ˠ!'HX!@'HR!@'HL!@@'HFˠ 'HA_ < eH -H  !O +OH0 /H -OH(O COH! rH nH eOHO pOH wH  rO sOHO_h_Ϡ w_ H _ H_ _O-_ H_Ϡ w H-_w_  c]  @ H_ H_ w_  c]  @ H_ O__Ϡ$@'H_@'!@H) "HG HǀHbx]_ @@NWa] Ĕ#ǀ H!,@'HǀH! @Hb]_ @@N4a] 顔# b ]D H! @Hˠ(Hˠ"H!@@'_$`_$`_w_װXxx$( A@adw' c]D HHi  c]$``]D H!H' '`] `]G4 @@R  `p]D H `p]D @7Hah]Hwb]@Nw_w_h_b]@$@ $h `]@@ `]b]@(@@  A@cdwww''_hH_Gߐ@w_׀hH_@w〤$ Hb]< _א @@MAO!@HbP]D Hb]_\  @@M&_ǐOߠ$H〤Hb]wנ ''!@H2_ˠ@w__׀h_L? /H_$ w__׀h_L? /O__נ$@$'__ː@  !,@''ߠ(H(b]D H_פ bP] @w_πhO\__ߐ@Ș OPH_נː@| w_πhOA__ߐ@@' O7__G@! @H ߠ $HOA@cdwww''w '_h_L HH4_L -H_L H  b]D H7 `@]\ h&_@@ߐ@  `@]ߐ@  HwH b]@@͒wH _b]@@ÒwHa]wbP]D H!_߀hb]Hwb]wb]_G_ǐ @@@Ks_߀h+G砌 H%렌 Hb]Hwb]waP]D b]__ @@La] 5$&H  b] b],@wǠ '_@a'GÀ?H_@aHaP]D H_@\OH9GӀH G c]  @ HH*`H]D HGÀHH GÀ HGÀ HH__׀h G_,`_Ǡ wH 'OGH b]ߐ @@KSwǠ _,`O߀HGӀH O߀ ;HO߀ #H _G@GÀ?HHOy_@A@bw'w'w c]wG뀤H `]D H H'Ǡ 'G'G(HGˀ HH wנ :_,`_Ϡ wH+G H  +_,`_Ϡ wHGˀ H_L -H_L +H_L  H  -_,`_Ϡ wH 'G H /_,`_Ϡ wG!@H !_,`_Ϡ wG! @H  C_,`_Ϡ wH,G!H n_,`_Ϡ wG H w_,`_Ϡ wG"HG H  +_,`_Ϡ wH -_,`_Ϡ wG!@H e_,`_Ϡ wG!@@HG뀤H `]D H s_,`_Ϡ wG!@H!G뀤H`]D H b ]D H`@]D H r_,`_Ϡ wG!@HG뀤H `]D H  p_,`_Ϡ wH `@]D HH)w_ c]$@GˀhHwGˀH _,`_Ϡ wϠ _,`_߀h _ c]$@_$` c]w_װA@aw'ww_\ w_瀤h '_ !@@H`@]D @??  'G'_ !@HGπH H'`@]D @?  `?'G'G'H# b ]D HGπH_ (H_ "H`@]D @??  'G'Gπ H_߀h_\ _t`H_\ _t`H_wGπ HH_ ! @H+_  $H%`@]D H `]D HGH'?'G'G`]@\GGHH`_`< \`א@  w_ǀhb] @I"a] 䏔$G HH>_\ @'_  @@ 'G'ۢ@Ӡ@HH'Gۢ@Ӡ@< @j׀H G_א@@ݔG_\ ې@@ՔӀHG@ /_\ w_瀤o__t`0A@`w'`h]D H`]D H b ]D H `]D H H' 'G' a]D H `@]D HGH?'b8]D H&`@]D H`]D H  b]b]@   b]c]@  G b]@tG HG@Ē b8]D H-`@]D H `]D H  b]b]@  `@]D H  b]c]@  0A@aԮw'`]D H H' 'G'`h]D H`]D H b ]D H `]D H H' 'G' a]D H8`@]D HGH-G@'瀤 H%# hc]@|G@@ b]G@ 1G@'瀤 Ob8]D H; a]D H`@]D H `]D H  b]b]@   a]D H `@]D H  b]c]@   a]D H b]?n0A@bwww_ @ w__t`_瀤hc]@Ґ__t`_t _t 0A@bwww_\ _@ @w_瀤hc]@__t`__t`@''G< @'G'4 @w_ w_0A@`ww_  c]  @ 'G< 0A@`4ww_  c]  @ W'G< 0A@cĮww_  c]  @ 'G< 0A@cTww_  c]  @ 'G< 0A@bww_  c]  @ 'G< @w_ @~'G< @w_ @t'G< @'G@ 'G?HHG H G 'GG@ @͔@'G@ 'G?HHG H G ?'GG@ @@w_   @'G H _D _D G'G< 0A@`Dwwwc ]_ @@E_\ h._\ c(]@@s_\ @@h c0]_\  @@EH c ]_\  @@Eu_ w_\ oc8] @Eg@A@cwwc@]_ @@ELcH] ๔ u@A@b|wwcP]_ @@E*cH]  {A@awww'!< @#(H H2'bP]D HcX]__@@ @@D c]D H H'@ݐww_ww_ǐ@@ےH'G< 0A@`ww`] @ɐ_@> !'@ G'G<  A@`4ww '_L /H _ w_L /O_c`]@ @ H_ w_c`]@ @ O`] @}_w_@ߒ /w_瀤h$ _,`_@=! H aP]D H?' /_,`_ w_@ /w_瀤o@N G'G<  A@bdw'ww '_瀤 h*G__@@r'Gۀ HaP]D HHGH'GG۠@'_G۠@w_G۠$@w_瀤 oG'G<  A@aTw'ww_瀤 h_H'G__@@='G߀ H aP]D OG'G< A@` www'''_ @; 'Gۀ H#aP]D 'aP]D ch]_@$ @@C GaP]$`?H|'G뀤 H_@H*aP]D H#aP]D 'aP]D cp]_@  @@C GaP]$`?HJ'_@'@;'G뀤 HzaP]D H aP]D H'  ' G 'G〤H;aP]D H4_@M  H._@'@;g'G뀤 HaP]D H aP]D H' G ' G 'H ' GH Gch]_@ r @@C2G@7 GaP]$`?H'G ۠@ ' G HIG ۤ G@ H)aP]D 'aP]D cx]_@ . @@BG@G@ GaP]$`?H'G ۠@ ' G O G H)aP]D 'aP]D c]_@  @@BG@G@ GaP]$`?HA'G@ HaP]D c]_@ ɐ @@BG@ H#aP]D 'aP]D c]_@  @@Bl GaP]$`?H'ߠ 'Gߡ<  A@aww_@8'G H aP]D HGH'_@$@'G뀤$H#'G뀤 HG$ < L@ /HG$ 'G뀤 H G$ < L@ /OGc] $< @U@'G뀤#H  aP]$`?H^'c(]D 'G@c]c(]D @ @c(]D  'Gc(]$`G〤#H c(]$`@K 'G H c(]D G瀤ObP]D H c]_ @@A[_@@:D H  aP]$`?H' 'G< A@bwwww' 'G'G۠$ 'G'GӀHd__@@: H H['H@_ H  aP]$`?HK'ߠ aP]$`H7_瀤h_@  H?H6'_w__G4 @?+ H?H$'_@7| H'ߠ?H'aP]D O OOG'G۠$ 'G'GˀO?'Gߡ< 0A@`lw@'G HG?H`0]D 'G `0]$`GG,0a]$@G'G< 0A@cw' '`0]D H&G,0a]D@'@GHH G HHGG@@yG 'G`0]D O0ww_h_L H H'_@\w_߀h H'_D _$` 'G< 0ww_h_L H H'_@8w_߀h H'_D _$` 'G< ''' 7 7GwGw 'G@ @  "H 'G< A@`̮ww''_L .H_L  /HG HSb]D b]D H7b]D , b]D H b]D , H'b]D 'Gb]$`b]\ Gې@ @w_b]t`_πhc]b]\ b]\ G < @@,G'G b]D H3b]D , G H b]D , H'G 'Gb]$`b]\ Gې@ @Ӕw_b]t`_πhc]Ґ_L b]\ G,@_ wG '_L b]\ G,@_ wG ' b]\ G,@_L .H_L  /OF_@o /w_߀h  _,`__$@'H_@n'_c]@@~hlGHb]\ Hwc]w_@w_πhHr_@w_׀hG_w_L .H_L  H _L  .H _L  HH%__ǐ@@ HH_߀h_G@ Hww_@@: _GG@ @6_@{w_׀o_@{H_߀h_G@ Hww_G_GG@ @_߀h /_,`㾐A@ނb̮wGw''w''GG@ b]D H7b]D , GG@ H b]D , H'GG@ 'Gb]$`b]\ GӐ@ @ w_b]t`_ǀhc]b]\ G@_G@@GG@' b]\ G,@G߀ H`GG@ b]D H7b]D , GG@ H b]D , H'GG@ 'Gb]$`b]\ GӐ@ @ Nw_b]t`_ǀhc]Mb]\ Gߢ@_G@@_GG@'ߦ b]\ G,@b]\ wHb]\ wGH _瀤h@GH<b]\ W@@7` HHg!< @!@ "H   2H 'S_瀤hGSHH `@]\ h `@]_GS@  HH_瀤h1 /b]\ G,@G ' b]\ G,@G߀ H /b]\ G,@Gߠ 'ߦ b]\ G,@_GGߐ@AHlb]D $ b]D H9b]D , b]D $ H b]D , H'b]D $ 'Gb]$` b]\ GӐ@ @ ow_b]t`_ǀhc]nb]D $'Gˠ b]$`$b]\ @3w_b]\ G˧,0t@_w_w_hc]GA@܂cwwwww_h b]\ hb]\ @Yb]\ @Sb]  (@;?H+'b]D H_c]@ @ wH_@ѐw_ǀhc]_ǐ@ b]D $H0b]D , $H b]D , H'à$'Gb]$`b]\ GÐ@ @ w_b]t`_hc] b]\ ,`_D 'Gb]$`$_\ b]t`_D b]$` b]D dH0b]D ,  dH b]D , H'à d'Gb]$` b]\ GÐ@ @ jw_b]t`_hc]i_ǐ ?b]D $GӀH\b]D $ b]D H9b]D , b]D $ H b]D , H'b]D $ 'Gb]$` b]\ GÐ@ @ w_b]t`_hc]b]D $'Gà b]$`$_b]\ Gç,0t@ 'H_@5 'b]D _$`b]\ _t`b]D $_$`G'Gۡ< A@ۂbtwwwwww_w_@묐'_h_L HHc__G@@y H_G@w_@뇐w_hc]c]_@@Ɣ Hc]G '_w_L H'__@@w_πh _,`____א@:_πhH _G@w_L O_@뚐_@뗐@w_L H_VH_l_, _ w_L O wwww___@@(w__$ h4_πh __Ϡ$ L@ /H  /__,@_Ϡ w__$ h____$@@wH  __,@__@Ӑ@wH __@ː @w_w_װwwwwwwwǠw_ (p  @w_w_נ w_w_hH'_@꜐w__Ϡ@w_ h__ h_$ w___ϐ@@Ĕ__Ϡ$@w__Ϡ@wO _,`_w_߰0w ' '_L H4_L '_ wG'G〤 /H_L .H _L  /H _L  H H'ߠ 'G'H G뀤H 'G '_L OG'G< w'_$ w_w_w_h H'_L / "H 'GӀ H_L _,`_נ w_ߠ wH$G H _L .H_L  /H_L _,`_נ w_ߠ w_L _,`_נ w_ߠ w_L H_L /H_נ wH_L .Hu_L  /H G H_נ wH_L  HG HHG HW_L  .HR_L  /H_L HH_ߠ$ w__h GӀH_נ wHi__瀤h_Ǡ$ w_L /H__瀤h _Ǡ$ w_L /O__ߢ$ h__ h_L /H _Ǡ w_נ wH7_ߠ w_L H/_L /O_,`O'_נ w_ߠ wG'Gǀ /H_L H_L /O_,`O'_נ w_ߠ wG'G /O_L OI__GӢ@h_L? /H G H_ߠ$ w__h ._,`_ߠ wߠ _,`__$@'4 A@؂cwwww''ߠ ' a]D HGߠ H H' 'G'__hU_@辐'_L /H_瀤h cX]\ w_@謐'à '_ w_h GG@ $HHwHGG@ <  @r w_hc]GÀH__GÐ@@蹔GÀ H  /_G,@Gà 'GH_L .H_L  /H_ w_L .H_L  /O_Gà@w_w_L H_L /H_ wHGH_L .H_L  /H_L  H_ wH{_L .HD_L  .H?_L  /H_L  H5G〤 H__πh&_ w__πh_Ǡ$ w__πh_L? /H_Ǡ$ w__πh_L? /OH:G$ '_Ǡ w_L H/_L /O_,`O'_ w_Ǡ wG'G /H_L H_L /O_,`O'_ w_Ǡ wG'G /O_L Ob__h ._,`_Ǡ wǠ _,`_w_װ0A@ׂaww' c@]D H,  c@]$` a]#@#haP]D c] @@75cH] P# a]@Y b]$`_h H'_@K'뀤 H _L .H H'_L /H(뀤$ h  NaP]$` H'GH _@ސH H' a]_ 4@@UHG b] @ 4$ h  NaP]$` H' / b]  a],@ b]  a] @_ 4@@&GH a]@蕐H  b]  a],@ HO' a]  b]$ b]D H# bP]  b] H  b]  bP]$` bP]  a]@8 `]$ bP]D HGHc] a] @@6 'G<  A@ւa\ww'w_L /HH_@e' b] Gס4 @ 4$ hHUwߦ / b]  a],@ b]  a] @_Gנ < @@| a]@/w_hc]O  b]  a],@HGH_@w_hc]3_ '_瀤h_$`_w_߰A@Ղcdww c`]\ h c`]\ @<_L /H `]w_wH# bP]  a]@w_w_L /H _Ǡ w_L /O_L H`]w `p]D H`]w `p]D @㩐w`]wH ` ]w_w_w c`]`(]______א@@s@ s H`0] c`]\ w_A@Ղa,ww b]w$'_@剒 /w_׀h"_נ w bh]\ L /H__$@'__GӐ@@_GӠ@wGGӠ$@'H_w_G bh]\ _א@: G〤HH:w `@]\ h/ b]@B /w _,` `@] b]@ K  HHw /_,` `@] b]@ 8 HHw b]w_㾠A@ԂbwOw'_ b]h Hd'GH  bh]\ L /H HU' b]@ /w_瀤h HG' _,` b]wGH4_ߠ_@@.'[G[ Ho!< @#H_@* H /_,` H'?'[G[ H_ߐ@-G! H /_,` H 'H_@, /_,` 'G<  ww '_h _L H_L /H H'_w_ߐ@0 /w_׀h;_L .H_L  /H _L  .H_L  /H _L  .H 'HGӠ '_L  /H _נ w_L  /O_נ w_ߐ@ /w_׀o_L .H_L  .H _L  H '_w_ߐ@ے /w_׀hC_L .H"_L  /H _L  .H_L  /H_L  .H GӠ$ 'GӀ H H8'HGӠ '_L  /H _נ w_L  /O_נ w_ߐ@㚒 /w_׀o_L .H_L  .H _L  HGӠ$ 'GӀ  &H 'G< A@ӂaww b]  4  b]$``x]D H`x]D Hl_#h_<hb_w`@] ?_ hב?`@] H K/H`@] ?`@] H M/H `@] ?נ G/_ hב? b] ,0 `]@`8]O֐@ ;[@㭘 b] ,0 `]@HwHj_$h_<hb_w`H] ?_ hב?`H] H K/H`H] ?`H] H M/H `H] ?נ G/_ hב? b] ,0 `]@`8]O֐@ ;[@C b] ,0 `]@HZw b] ,0 `] @w _,`_h_$ w 0_,`_ h_$ w_l` L $@ < ,08<08 0_,`_l w 'H '_h_$ w_l` L $@< ,08<08 0_,`_l w_oG〤H_$ w -_,`_w_A@҂`<w?'H?_w_@'_G۠@$ ϐH_G < $@w_GG@ < `P]@;@[_w_ A@тc<ww@Lwa]`X]_@ ǔ@㟖a]@ w_߀h _,`a]w_A@тblw' 'ϐ@=GGHF߬ GG$@< #.! < wGG$@<`c.! L#$@,` ,`$,`$< waP]$` @J@@__Ϣ$@,p ,p$,p$__נ$@l#'GGO 'G< 0A@т`ܮwww__h__$@c`]D h H'?H'__$@c`]D h H' 'G< 0w''_#t@4 hHwGH _@@ዒHw_L@@ w_w_0w'w_#t@4 hHw_h _L@@H w__L@@⢒w_߰A@Ђb|ww'wGH_L .H_ wG'G$ 'GH_L .OG H_G$ < L@ ~H G$ ' 'H '``]w_$ _G@wG H_Ϡ$ w_L .H__h_Ϡ$ w_L .H__o__hHG__$@$'__$@'Gǀ H_Ϣ `h]@@ H _Ϣ `p]@@֒ HH[H+Gǀ H_Ϣ `x]@@Ò HHHHGǀ HGˀH_L  ~H _Ϡ ŐHH0G_$`_wGǀ HH)_Ϡ wG'GǠ$ 'Gǀ H_覐H_Hw_Ϡ wG'GǠ$ 'Gǀ O_wG O^_w_߰w'w'GHG〤H&GH_wG' ' 'GHG_GL@'G 'GGOG, Gà@H'ߠ 'G〠HG`, 4 ,p%G 'GG〤O 'GH{G, 'G , 'נ 'G〠HfG,0@'_G @_G @$'GÀ HGÀ H Gâ !@@'HG!@@'Gá4 @'_G @!@@'_G @!@@'׀HπHH''H'πHH''''עG,0$@'G 'GG〤OG 'GGOG$ < ,0@'ߡ4  A@΂c<w' @wG!#@<`4 @< _$`_D  @[w__t`_߀h`]_w_0A@΂blww'G<`4 @< 'G<%,@ $'_\ G,0\@h @w__\ G,0t@_瀤h`]詐_\ G,0\@G<` @< < ,0w_  G<` @ ?$@,%  w'G 'Gߡ<`4 @< 'Gߣ<%,@ $'ߤ Gߡ<` @ ?$@,$ 'Gߡ<` @< 'G_D H _\ Gۡ,0\@hH G#H_\ Gۡ,0\@G,0@< @'뀤HHHGۣ, G, @H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ Hx'Gۣ, G, @ Hp'Gۣ, G, @ Hh'Gۣ, G, @ H`'Gۣ, G, @ HX'Gۣ, G, @ HP'Gۣ, G, @ HH'Gۣ, G, @ H@'Gۣ, G, @ H8'Gۣ, G, @ H0'Gۣ, G, @ H('Gۣ, G, @ H 'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'Gۣ, G, @ H'$` @@<# Hj< H6< H< H< H #|OHOOHOH< H OOH O@OH<(H<"H OOHOOH<#H O#OH}#O#OHs<# H9<#H<#H # O#@OHZ#O#OHP<#H #O#OHA#O#OH7<#H<#H # O#@OH##O#O H<#H #O#O H #O #O?H'G ' 'G#OG۠ '۠ ''G_D O?'G< 0A@˂cww' @w_瀤h`]_t G_$`_\ h__\ t`H__t`__t`0w_\ h?H'_\ D '_\ \ w_\ @__t`_瀤h_t G'G< A@˂b<wwww'_\`\`h_\ wG〤 H _G < @wH_G〤h_G@wH_ǡ,0w__\ h`]庐_\ _< _ǐ@wbP]D HH__\ h`]Hw`]w`]u__w`]```] H`ʑHH_w`]```] H`ʑHH H_ @;[@*_πh`]8__t`__t`_ w_\ w_Ǡ _t`_\ __L@w_װ0A@ʂcTwww_ ˔ w__t`_瀤h`]__t`_t _t 0A@ʂbwww_\ _@ ϔw_瀤h`]Ӑ__t`__t`@''G< @'G'4 @w_ w_0A@ʂaLww_  c]  @ 'G< 0A@ʂ`ܮww_  c]  @ W'G< 0A@ʂ`lww_  c]  @ 'G< 0A@ɂcww_  c]  @ 'G< 0A@ɂcww_  c]  @ 'G< @w_ @٨'G< @w_ @ٞ'G< @A@ɂbw'`]D HG@o'H'G@oD'G< 0A@ɂbw'/`]D HG@p HwG@@ow_@A@ɂatw''`]D H GG@@v\HGG@@v{0A@ɂ`w'w/`]D H G_@@wKH G_@@v A@ɂ`Lw'w'G_G@@'G〤?H aP]D OG〤?H.aP]D H' 'GGߣ,0 a]D@HGߣ,0 a] D@_$`Gߣ,0 a]$@GH 'Gߠ 'G߀ OG'G< 0A@Ȃbw'wG@ @'G뀤 H  @t G@ @'G뀤 OG뀤 HaP]D `] @@(w _$`H)G砌 H G砌 H _$`HG砌 HG!?# @ H _$`H _$`HG<  _$`@A@ȂaLw'@ `]t  c]\ cx]t` c]\  c8]t`b]D H bP]D H@]N a]D HHc]D HG?H `@]D HH b]D H?`@]D H6Gcx]\ @ G c8]\ @ G c]\ @ `]D HG c]\ 0@ G c]\ 8@ HG H `@]D HH`@]D H3G,  c8]t G$ cx]t G  c]t `]D HG   c]t 0G  c]t 8HL a]D HE c]D cx]\ @4  c]D  c8]\ @(  c]D  c]\ @ `]D H c]D  c]\ 0@   c]D  c]\ 8@ 0A@ǂ`wb]D H`] @&`] c]D H @@&`] c]D L @@&`] c]\  @@&a] c]\  @@&a] c]\ | @@&ua] c]\ (n @@&ga] c]\ @` @@&Y c]\ 0h*a ] c]\ 0wߕah] Ȑ @;@&>[a(] c]\ 8wߕah] Ȑ @;@&*[a0] c8]\ # @@&a8]cx]\  @@&bP]D H b]D H`] @%a@] c8]\ cx]\  c8]\ cx]\ @wߙap]  `]\  a]\ $@wߑH ȁH  @@% a]D HaP]Hw c]D HaX]Hwa`]w_waH] c]\  c]\ wߕ c8]\ cx]\ @wߑ_ ;[@%}a] @a]!@ېPA@łb |?wwwww'w_wǠ ' |o' aP]D H a]D H |^/ax]@ѐ |Ow_h |O_w_ha]w_@Փw_hH_ |_w |__ |gw |__L H |__L HHG#\HH |g_ |wG,0t@G ' |__L H |^OH |__L H" |^OHa] |^O @@$”a] /!j |__$  |_wHj |__L 'H  |__L "H9 |^OH |__L |^/ |__  |_wH9 |__L |^OH |__  |_w |__L |^OH |^/H |__L |g_,` |__  |_w |g_  |gw |__L Oy |^OOs |g_,` |g_  |gw |__  |_w |__L O1 'G$ H* |wG,0\@a]@@?H |wG < ,0\@L -H  |o'G 'GG$ O_ |wG,0t@G '_瀤h% b]D H |oGHa] |wG,0t@G '_ |wG,0t@G ' `]\ |wG,0t@G 'a`]D H9_@j / |Gw |G_h  |G_  |GwH_ |Gw |G_a]@@Ի H |G_a]@@ԯ H a`]$` |w@@IĒG#HHa] |wG,0t@G ' b]D H,Gۀ H(G#Ha] @#Wa] Ĕ!_\ |wG,0t@_ߠ wG 'G۠$ 'Gۀ O |wG,0t@bP]D H$ 'GH |wa]G-0]@ @#G 'GGO`] @#  aP]D H8@u |g0 HaP]D a] @@#Ba] ]! |gGc@]$` |kG_$` c]D _$`? |s'~HX a]D H-a@]D H a]D H a@]$`@uiG |w__ah]@@@ê |s'~{H& |w__ǐ@@² |s'~k cp]D H b]D H _D |w@E |sGH 'a] 'Gá< 㾐A@‚cwGwwbP]D H_h_HwOa]wOa] `]D _O @@";_h  `]D HHw `@]\ hX_@Ւ /wO_Oh_OL  H _OL  .H _OL  H _O,`HwO_L .H_L  H) `@]_@  H `@]_@ ϴ  Ha]_ @@!ߔa] L" _Oh /_O,`_g@@'cGc H]w!< @#H"_겒 HaP]D a]_; @@!a] "HDw `]D Ha] @!a] " `]D H_\ \  !< @#Hb] @!ua] "%H aP]D HaP]D b]_ @@!a] ”"+_@ /wW `]D H _Wh_WL H_Wh _WL H _W,`Gc Hb] @!#a] ";_O HaP]D b]_또 @@!Xa] s"A_D`"G$ '_ wG H!a]D H c]D H  `]D H  '_$ wa]_t`GG_@fw_߀h_D 0 H a] "G@_RGG@S@jӐ G`]D HGҐ@jĐ a] ݔ"܁A@c w''w ' c]$`  a]$` a]$` c]D H`X]D Hc ]\ @x̐a HaP]D b] @@sa] "@jl `'G瀤?HaP]D b] @@Xa] s"G瀤 Hc  c]$`G@MGGHG@E@oG@Q@G@^WG_@N@j0 Gb] V @V G c]\ @@k̔ @j `]D H#? ` ]$`GצҨҠӐ@|%b]P @@a] # f O  a]$`@o] a]D H  b]D H@oG@ڐGGHG@ҐG@]G@PG@^; c]D H`X]D Hc ]\ w_πh _@w_\ w_πoG_@Y?@i `]D HG@l?@i @P|?G@L G@ْG'G< A@b w'''wwbP]D ' c(]D H bP]$`bP]D H b]@rG:  @@c]D H `p]D @ӐHb] @ܒa] I#eHEG H0_\ wG$ '_ wc]D H _屒 HaP]D b]_: @@a] #p`]D H@n HG@]_G~ c(]D H c(]D G@@Vi? c(]$`Gjyw_׀hb] @na] ۔#`X]D H  `]D HGm8GbP]$`G H __\ @wb]D H: c]w_\ h_\  `]D @Ș _t _ w_\ o bh]\ h bh]\  `]D @㩘  bh]t  `@]\ h` `@]w c]w_\ h%_\ w_L /H _ bP] @w__@ ɥ  HH+_ w_\ o bh]\ h) bh]\ L /H!_ bh]\  bP] @ z  Hb] @a] #GG_ϐ@;'Ga]@#0'wG_  @@ 'G< 0A@cLw'''wGOGLGG@@N=GG@@n`]D H@l`@]D H `]$` a@]D H@lG#GGG_@ʖH GGG_@a] #΁A@aԮw''''wwנ 'Ӡ 'wGbh]$` aP]D HGސGېGG@@M̒GG@@n `@]D H `]$``]D H@l$HG@[=c]\ hG@NGc]\ hG c(]$` a]D H  b]D HG@lGG_@bwbP]D Hb] @`]D H@k@fӐ GG@L@f̐ ?`]D HG̐G?HbP]D H b]G @@Y@f GӐ@@f Ga]@$ aP]D H`]D H@k a@]D H@k aP]D ?@?,@G @'GZ c(]D H c(]D G@@S? c(]$` a]D H  b]D HG@kGgw`X]D H  `]D HGjƐ_׀h_D 0 H__\ @uwGG_ǐ@m'Hؐ?G?HbP]D H b]G @@@f GӐ@VGGπHGH'G'G'G< 0A@cԮww '_\ h*_G,0\@@w__G,0t@_瀤hb]a] @@i$E H'G '_G,0\@o 'G< A@bĮw'www_'G HGH' aP]D H+_\  b]@@Iw_h '__t`_wG'_G$ < ,0@wG H_\ L :H 'H!_\ @@H۔hb] @a] a$rHGà$ 'à 'c]\ h"c]\ L Hc]\ _א@@ Hc] @ƒa] 3${ `@]$` b]D HbH]\ h H'?'G b]$`H `@]$`G HG$ '_G,0\@w_G,0@wH c]\ wc]wǠ '_ߤ b]@@HRw_h)c]\ h"c]\ L Hc]\ _א@@z Hc] @Oa] $_h  a]$`c]\ hc] @2a] $wH__G,0t@ b]D HbH]\ h H'?'G b]$`H2  a]$`_G$ < ,0\@ b]@@GԔhc] @a] Z$_G$ < ,0@w_wǠ ' '`@]D H7 b]D ' ' GH)_G,0\@@@Ghc ]_G,0\@ @a] $G 'GGOH b]D ' ' GÀHx_G,0\@@@Gew_hc(]_G,0\@ @wc0] @qa] ޔ$_L H__א@@Ȃ Hc8] @Wa] Ĕ$ b]D GH" b]D HGH c@] @7HcH] @/a] $__G,0t@G 'GGÀO b]D H_G_G_@@@uH'ap]\ h b]D HcP] @a] `$`]D HcX] @ߒa] L$_׀h_א@ǂ @w_߀h  _,`_w_ߠ wbP]D HObH]\ hbH]\ Hwa]w_׀h_Hwa]w_πh_Hwa]w_ǀh_\ h_\ Hwa]w_Hwch]wc`]____ @@@obH]\ ___Gì@@s' b]D HGG_G_ǐ@@@N'G HGH'GGGG_@@''a] @Ța]!@ȔG'G< @A@aw'a] %@A@aw' b]D H0^`]D H@- @+ 0A@a w'?@6 @'G H/ 'G,0 a]D@ HGG,0 a]$@GG,0 a] $@H G 'G O?@  @'G OA@cw'wG'_wנ@! c]$`cp] c]t` c] @ǐ@ cx] c]t` c] @ǐ@ܒ  b] c]t` c] @ޔǐ@ʒ @H a]t @ a(]$  a(]D  "H  c]$` c]  P@G H @%6 a] %@+ `]$ c] @ǡ@@,H @)Oa] z% c] c]t` c] @Ƃǐ@n  c] c]t` c] @pǐ@\  c] c]t` c] @^ǐ@J ǐ @]  c]t` c] @I  c]t` c] @=ݦ : a]D H  aP]D H~ b]D Hw a]D H G_G@@  aP]D H a]\ c]@@Ŝ H   c]$`H a]D #@?,@' a]\ GÐ@@ ! c]$  c]D HaP]D c] a]\ Ґ @@a] % aP]D H  c]D @jH c]D @ a]D H  c]$` b]D HoHc]D H@'Hz b]D H+ cp]D H$  cp]$`Ǥ @$ s@Sts@@+}H @(a] E%G H @#א a] 8% b]D Hͧ ͥ c]D H @ H&'G_  @8G_@U'G瀤?H a]  %H Ga]@%G'G<  w'_wנ '' 'G$ H:_GM@4 ,  < M@,`@4  < M@, 4  < M@4 @'_GL@< L@< L@< L@4 'G 'GG$ OGGH_GL@4 '@'G 'GGO!?<,@, @'4 СA@aww'w`]D HA@͐_G4 @@C c]D H( c]D 4 / c]D 4 !?<,@4 / c]D 4 4  / c]D 4 4 /@@ _@@H@Gc]D H+c]\ hc]\ @}G <   c]t Gc]$`c]\ hc]+c]\ _G@@? c]D HC c]D 4 < c]\ G,@ c]D 4 !?<,@4 < c]\ G < ,@ c]D 4 4  < c]\ G < ,@ c]D 4 4 < c]\ G < ,@G ' ' @GHc]\ G@@E @G @'G @GOGG$@ H `]D Hc]\ GG$4 @@!_@@x㾰A@aTwgwww_w_  @«_ @ ( 'oGo?HHGo_@@ @w`]D H>w@wנ @_πhw__א@@( @@ @_נ @w_נ @_πo__נ$@'sGs Hw__Gs@@ Gs4 @@w_@@THCw@wנ @_πhw__א@@ @@ @_נ @w_נ @_πo__נ$@'sGs H `]D Hw__Gs@@ǔGs4 @@pw_@@ǒGo@ _@@A@btw'`]D H  c(]@H$ c(]@~  c]$`G4 /G4 !?<,@4 /G4 4  /G4 4 /@  0A@atww'`]D H c(]_G4 @@5HG c]D @ @H c]D  c(] @_G@@ c]D G@ c]$`Ha c]D H+ c]D  @' c]D  c(] @_G@@` c(] c(] @@ @GG$@'_G@wG @H c(]_@@ @G$ @'_ @wG @OG c]$` c]D H c(] _ c]D @@0A@bܮww`]D H  c(]_@@ H)' c]D H `]D H c(] c(]  c]D 4 @@@ c(]_@@핒 'G< 0A@aww_D <` @< 4 ,`,`  c ]$` c ] #@H!@ c ]$` c ]  a] H c ]  a] !$@H/ ch]\ h ch]\ @ c ]     ch]t  ch]\ hc]N c ]  a]$` ch]\  c ] ,0@ @_ c ] #@H: '_D H1+?|_\ G,p,p ,@4`,' ch]\ ,0D@_\ G,p,p$`G ch]\ ,0$@G 'G_D OH= '_D H6_\ G,p,p  c ] t@L$@' ch]\ ,0D@_\ G,p,p$`G ch]\ ,0$@G 'G_D OA@aԮw'www'_ a`]\ $@'bP]D H'Gۀ H#c]_w a`]\ wG_\ -p-pD Gא ;[;[@@@sGۀ H H '_\ Gۥ,p,pD 'GG_ a`]\ GGϐ@@@z,b]\ Gנ@b]t`Gۀ H c]\ (_\ Gۥ,p,pD  c]t`(G_\ Gۥ,p,pD 'נ 'G׀H*GGӠ$@# H! H'GGӠ$@'G'_ a`]\ GӢ@Gː@@ڔGmG! @'GG׀OGۀ H__\ Gۥ,p,pD  a`]t`H_ a`]t`_瀤h ` ]D H  a`]\ _\ @@Y㾠A@b$w_'wwwߠ 'bP]D Hc]_D _wWW @;@[__D h_Hw_D w_'_Gː@@bw_Gː@n'!?<,@'4 'bP]D H c]Gː @@ Жw__\`D`$ < ,p,pD   wbP]D Hc]_D _wWW_D 'WW @;[;@ [ 'bP]D Hc]_wWW%?,@, ;[@@  c ] #@H  ch]\ @!?<,@4,0D'G HH!?<,@, @'H$!?<,@, @' ch]\  c ] t@L$@4,0D'G HH `]D   `]$`_\ G,p,p HH}_D __ע$@h_D Hww__נ$@ww_w'G_\ G,p,pD HH] b]D H_\ G,p,p\_׀h_\ G,p,pT  HH=bP]D Hc]_wWWG @;[@ ИGH__G@@7w_G@ '_] G,p,p E @@@g H  b]D   b]$`H b]D HYG'sGs HS_\ Gs,p,p\_׀hH9GsGH%_\ Gs,p,p HH3_] Gs,p,p E @@@ HH Gs'_\ G,p,p wg_gT` 4`HV_\ Gs,p,pD 'sGs OGGǀHDG_D H> b]D H_\ Gǥ,p,p\_׀h _\ Gǥ,p,pT  H!_\ Gǥ,p,p H_] Gǥ,p,p E @@@ HG'G 'G___G@@ܘ__\ G,p,pD $ < w_D __ע$@h_D Hwo__נ$@wo_o'__Gː@@8w_Gː@D'!?<,@'4 'b]D  b]$`H_\ G,p,pD 'G Ol_ a`]\ $@'GÀ H '_Gˢ@_߀@ &h '__Gæ$GG@@Gàw_L 4 $@'G_L L@4 $'GH_GL@4 '@'HGˠ$ 'G_D ! @H__נ$@# hG___D`$@@-?_נ w__πoG___ߐ@?__ߠ$ @@ A@aw'www a`]t   b]$`  `]$` b]$`b]t  c]D c]D H{c]D Hlw' w_\ h2_瀤h ` ]D H  a`]\ _\ @@_ a`]\ @ @3 _ a`]t`_! @w__\ o a`]\ _\ h+_\  a`]\ $@'_瀤h ` ]D H  a`]\ _\ @@_ a`]\ G@@G_\  a`]t`_$ _߀ h/_D  H*_abP]D Hc] @ \G___ߐ@/bP]D Hc] @ FH+ a`]\ ! @w__߀h+ G___@?_w__߀oG___ߐ@ ?Ɛ'_瀤h _D 0 HOϠ /bP]D Hc] @ GGː@@XbP]D H`] b]D  `]D b]D  @@ ۘbx]D  `]D @bx]$`b0]D  b]D @b0]$` cH]D b]D @ cH]$` c]\ b]\ @ c]t` @A@`wbP]D HH `] cH]D bx]D b0]D  c]\ w @@;@ q[0A@c,ww c]D H H'`]D H  `]D H  aP]$`?H'_@'G< 0A@bTwww c]D H H'`]D H  `]D H  aP]$`?H'__@@'G< 0A@alwww c]D H H'`]D H  `]D H  aP]$`?H'__@@m'G< 0A@`ww'' c]D H H '`]D H  `]D H  aP]$`?H '_GG@@8'G< 㾰A@cwgw'w c]D H Hy'`]D H  `]D H  aP]$`?Hc' c]D H_#@!'G߀ HG@ H?HI' HF'!< @#0H7s_@ l@ 7q  @ 'G߀ H_@j H aP]D H Gߠq@@Ҕ n H?H'G@a_@@H '__@@Ô'G< 0A@a<ww c]D H H'`]D H  `]D H  aP]$`?H'_@'G< 0A@`dww''G H' c]D H  aP]$`?H '`]D H  `]D H  aP]$`?H '_G@@/'G< 0A@cLww' c]D H HA'`]D H  `]D H  aP]$`?H+'!< @#(H 'H _ /@@'G뀤 Ha]D H b ]D HGH' 'G< 0A@aܮwww c]D H H'`]D H  `]D H  aP]$`?H'__@@ɒ'G< @w_@W'G HG$ '_GL@ /HH  _G,@G O0A@`\ww' c]D H H!'`]D H  `]D H  aP]$`?H '__@@n'G< 0A@clww' c]D H  aP]$`?HD'`]D H  aP]$`?H5' '_@>'G뀤?H?H''G@@9 Ha]D HaP]D 'G@_@tGaP]$`?H'GH'G< 0ww__@@'G< 0ww__@@'G< 0'wG_@@'G< 0'w'G_G@@?w_߰0A@`www_  w__t`_瀤h`]L__t`_t _t 0A@cwww_\ _@ w_瀤h`]#__t`__t`@''G< @'G'4 @w_ w_0A@bww_  c]  @ 'G< 0A@bww_  c]  @ W'G< 0A@aww_  c]  @ 'G< 0A@a<ww_  c]  @ 'G< 0A@`̮ww_  c]  @ 'G< @w_ @'G< @w_ @'G< 0A@c̮w' ' a] \ h"G,0 a]D@GH G,0 a] \@HwG 'G,0 a] \@ow_0A@bܮw'w` ]D H@qc]\ h c]\ ` ]@-@_@@@@c]\ @H G`(]_@@7@A@aw ' `]D HH  `]$`G '`0]G `p]D @W@@@A@`w`]  @ِ' `]\ `8]@@nc]t @ǐc]\ haP]D 'G`@] `]\  @@`H] @@A@cܮw'`]D HRGHH `]\  `p]D @l@@ Hc]\ hc]\ @,c]t H@ `]t H `]\ L HHL@? `p]D @@H@nHH:H `]$`@)c]D H `]\ h  `p]D @ `]t  `]\ h `]\ L H*H@A@alwc]\ h ` ]$`c]\ @c]t @A@`ܮw` ]D H  ` ]$` A@`lwww''_G@w_w__׀hh__ע$ h!_L \H_L  #H_ߠ QH_ߠ JH _ߠ CH_L H6G瀤H_PH_ H'__h__ߦ$_@ @ h `P] Ɣ _`X]_ @@b_ߠ w_ߠ w__׀ o__׀h__צ$_@ @i h `P]  A@aw'w''wG瀤H cH]\ ?h cH]\ Hw`]\ w_wG뀤 H `P] b! b]D H,ch]D H%G瀤H``]`P]c]@!@H H'à 'G_G@@:і HG H 'H G H ' 'G H 'Hnc]D H  `]\ hZG HG H H' 'G'`h]D HHs `h]$``]D Hߐ G (H(H'G '_G@@Gàǐ@ `h]$`G Hc]D H  b]D HH5HG HH- a]D HG HH  b]D H4G'`]D HGÀ H 'HGÀ H 'G瀠`?'G_GG@@:HHc]D HHH- `]$`a]!wH1 b]D Ha]!Hwa] w_wH`P] <!EHG$  O, < #`L_D `8]D H b]D H _א @  `8]$`G뀤H_G$ < L@ H _G$ < L@ H G$ '_GL@H'à 'G'_π?hSw$www_wGw?ww_h@_Ϥ@]J aP]D '{_h _צ_< @ wG{HG{ HH__ @'w_ wGw's_`X]Gs@@M_$ w_oH``]D `?'__GG@dG〤H G_א@@S_@x wwwwA@a|w'wwߢ__ߐ@@4: w_#ch"!#wנ _,@_נ@$ `p]@ @_@N@" L@ H _פ$ ,@G_ס< @  wwwA@`8w''w`x]@@; wנw_נߦ !@__ߐ@@Җ: @w_#h_נߤ !@`]G@G@@: @w_# h `P] є!G_ס< @: 0A@bw'wc]D HG HHG H b]D H a] wHa]!w_@`A@aܮw'wwwwwG'_w %/_@(@wo_o$h`] `P] ]!ڠ _o,@_o wo _o,@w@K %w_h_w_ ww_L -H _L _,`_ w_ w_}H_$@ h_L _,`_ w_ w_gH_$@ o_L HH _,`wHc]D H@. wH?c]D H@ wH3`]@ @_ "H _ b@]D ,0$@?,0 Hw_w__ __@w$;@x[wH`]@ @ b]D H _ b]D ,0$@ H'[ '[[@$@PwH a]D H_ $H`]wH`]@ @Y_ a]D ,0$@ $@"wH`]@ @=@b: @$@ wH_\ pw_w_@E w_h -_,`_@9 w_oH|w__ @@j_ wHo_wHk_׀hW=w__א@$@CH_ߐWWw`@]D H'_\?h"_\?_@$ OH _@$@_wHwH:c]D H-_L /H( bP]  a]@_$@Öó OH _@$@_wHwH_Ü _w_L /H_ wH_׀hVw__א@$@H_ߐVԒw_ !< @#H _`]@$@X_wH_h_L H_w`]@$@H3_ !< @#(H_׀h_ߠ`@^@ w`]@$@rH`]wOHH`]@$@]`]@ @æ_@#@ԖwHb `p]D @&wHY@/wHR ap]\ wHKa]\ wHD`@]D H  c]\ _\ $@wgH  c]\ _\ $@wg`]@ @_gw@$;@[wH`@]D H  c]\ _\ $@wgH  c]\ _\ $@wg`]@ @_gw@$;@R[wHG!@H`]wHwwG!@HG! @@??  h'SGSH 'WG! @H .H'O a]D H _L sH <H'K >'KGK'OGO'WGW_,`_ !< @#(H. L_,` ._,`Gˠ H .H'G c]D H a]D HGˠ H TH'C t'CGC'GGG_,`H^_ !< @#H dH.'G_ !< @#0H _ !< @#H SH'C_ !< @#H _ !< @#H DH'? f'?G?'CGC'GGG_,`Gˠ @??  s';G;_,`Gˠ H .H'7 c]D @??  t'3G3'7G7_,`Gˠ @??ˠ ˠ c'GGG_,`Gˠ @??  p'CGC_,`Gˠ @??  o'?G?_,`Gˠ @@??Ǡ Ǡ g';G;_,`Gˠ @??  u'7G7_,`Gˠ @??͠ ͠ a'3G3_,` Gˠ !@??  x'/G/_,`  _,` G!H@H#G! @@?  ` +''G'/. '#_L HO._G#,@G# '#_G#L@OHC_L .H _L hH_L cH4 '+_L H_G+L@ .HH G+ '+_G+L@O_G+L@H '+_L H _G+,@G+ '+_G+L@OHW_L `fH1`PH`LH `BO`GOjHDO`MOH=`aH `PO`UO0H2%`a H., < #a@_D`lH%`f H, < #aP_D%`l H , < #ax_ؠD_hHh_hOH`]@ @_@$@Pw_@ww_o__$@ $wo_w_o@( h`]_L  @ `P] w"_w__$@ h__w@_ _o$@$ @@W_o_w@wo_wh ___w@@__w@w_@H %w_oG_o< @ @ , 4 p |444 0w/_h HB'_w_@ %w_瀤h5_ w_L -H_ w_MH _ w_DO_L HH_L OH H '_@ݒ %w_瀤o 'G< A@bw'ww'w`@]D H`]Hw`]w_wG H" c]\ h b]D H c]\ ___G_א @@ssG H# c]\ h c]\ L H c]\ ___G_א @@ssA@a4ww''wG!,@'GH#G〤H_L Ha]D HbP]D H a]D H H'۠ 'G'G!@H G〤H H'Ӡ 'G' b]D H- `]\ h$ c]D HG߀HG〤H  a(]D H_ c]G_ @H:G߀HG׀H_L H_ !< @#H%G〤H!G〤H  a(]D H H'ˠ 'G'G_ c]G_@@A@bLww'_@'G`8]4`$bP]D H  c]\ hHT b]D H$`]D HG$HG!< @#HG '_G a]D  e@@0H+b]D H c]\ Hwa]w_w_a]`8] _ c] @@!ss `]\ h c]D H  c]\ hH+ a]D H c]\ Hwa]w_w_a]`8] _ c] @@!sksA@c\w'w'G H%a] c]\ wϕ c]\ wϙ c]\ wϑ @;[;[;F[HE b]D H>Gw_߀ha]wG Ha ]_G_[Ga(] @@ssHa0]_G_[Ga(] @@ss0A@alww c]\ h' c]D  b]@a ] _ b]\ @a ] h b]H!wH b]_ b]\ @$$h b]H wa8] w_0A@`ww_w_瀤h Hf'__@u HbP]D H a@]__ @sHIaP]D H aP]D HH9aP]D 'aP]D H _h HOaP]D H _ݐ HOGaH]__ @GaP]$` H' 'G< 㺀A@aw/w c]D '_L .H_L  /H_ wGˠ$ '_L .H_L  /O_@$@$ h?H'Gˠ@w_@dw_w_נ$ w_עh?H'_L /H' _,` HHaP]D HaP]D aP]> @?H'O__瀤 hU_7@ HaP]D aX]_ @ܖH;ww_ - w_πhOb]D H_ !< @#(H_7@@Ȓ_Ϡ7@@ǒ7@_ϐ@U _15@Y /_,`_@ːw__߀hHs HaP]D aP] @|?H'O 'G<  A@awww__@͖!퀢 HKaP]D HaP]D H' 'G'aP]D H'_ѐ H!__@!퀢 HaP]D HaP]D H'G'G'H 'G瀤H GaP]$`?H' 'G< pA@`Lww b]D 'K 'G__@ H Hv'ww_ , wW_Wh He'_wO_Oh _W0_@ HU'b]D H_W !< @#(H__@@ƒ_W_@@Œ_@ c]D Ha]D H_W !< @#H!_W !< @#H cX]D H_W !< @#0H _W !< @#H{_O꼐_O_W _@뚔 HSaP]D HaP]D H'; ';G;'?aP]D H(_O H"_O_W _@q HaP]D HaP]D H'7G?'7G7'?H '?G?HG?a`]_OZ @H '?bP]D HG? H ah]_ @ 'G_FGGHz_W !< @#Hr_O_W @ HOaP]D HaP]D H'; ';G;'?aP]D H&_Ob H _O_W @ HaP]D HaP]D H'7G?'7G7'?H '?G?HG?ap]_Oܐ @_]'CbP]D Hax]_ŐGC @2 'GGGH b]D H_W !< @#(H_W`@@ w7 b`]D H"_7_@2HbP]D Ha]_O_7 @ 'GH`_O醐_7_O@鷒 HPaP]D HaP]D H'/ '/G/'3aP]D H%_O H_7_O@鑒 HaP]D HaP]D H'+G3'+G+'3H '3G3HG3a]_O*_7 @_- 'GGGH_W !< @# Ha]_ @}_W.^@ HT'GGH%__O@V HaP]D a]__O @H s H_N  b]$`_O_W_@R GK b]$`_W.@@bP]D H a@]__O @% 'G< 0A@aww c]\ h_YH'_f'G< 0A@adwww_ O w__t`_瀤ha]__t`_t _t 0A@`www_\ _@ Sw_瀤ha]W__t`__t`@''G< @'G'4 @w_ w_0A@c\ww_  c]  @ 'G< 0A@bww_  c]  @ W'G< 0A@b|ww_  c]  @ 'G< 0A@b ww_  c]  @ 'G< 0A@aww_  c]  @ 'G< @w_ @,'G< @w_ @"'G< A@`w'a]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wa]wGb]a]b]_@@ gGb]@`Gb]@YGb ]@RGb(]@ @ @ @G @Gb0]_____ߐ@@6sGb8]_____ϐ@@%sH Gb@]@  GbH]@GbP]@ GbX]@Gb`]@@A@adw'G*GbH]@Gbh]@ޒGbp]@גGbH]@ВGbx]@ɒGb]@’Gb]@ﻒGb]@ﴒGb]@ﭒGb]@漣Gb]@Gb]@Gb]@GbH]@Gb]@Gb]@|Gb]@uGb]@nGb]@gGb]@`Gb]@YGb]@RGc]@KGc]@DGc]@=Gc]@6Gc ]c(]@+Gc0]@$Gc8]@Gc@]@GcH]@GcP]@GcX]@Gc`]@Gch]@Gcp]@Gcx]@Gc]@ޒGc]@גGc]@ВGc]@ɒGc]@’Gc]@Gc]@Gc]@Gc]@Gc]@Gc]@Gc]@Gc]@Gc]@Gc]@|Gc]@uG`]@nG`]@gG`]@`G`]@YG` ]@RG`(]@KG`0]@DG`8]@=G`@]@6G`H]@/G`P]@(G`X]@!G``]@G`h]@G`p]@ G`x]@G`]@G`]@G`]@G`]@G`]@G`]@ےG`]@ԒG`]@͒G`]@ƒG`]@G`]@G`]@G`]@G`]@G`]@휒G`]@핒Ga]@펒Ga]@퇒Ga]@퀒Ga]@yGa ]@rGa(]@kGa0]@dGa8]@]Ga@]@VGaH]@OGaP]@HGaX]@AGa`]@:Gah]@3Gap]@,Gax]@%Ga]@Ga]@Ga]@Ga]@ Ga]@Ga]@Ga]@Ga]@Ga]@Ga]@ߒGa]@ؒGa]@ђGa]@ʒGa]@ÒGa]@켒Ga]@쵒Gb]@쮒Gb]@짒Gb]@젒Gb]@왒Gb ]@쒒Gb(]@싒Gb0]@섒Gb8]@}Gb@]@vGbH]@oGbH]@hGbP]@aGbX]@ZGb`]@S@A@bw'G~GbH]@9Gb]@2Gb]@+Gb]@$Gb]@Gb]@Gb]@Gb]@Gb]@Ga]@Gb]@Gb0]@Gb8]@Gc]@ޒGbH]@גGc]@ВGc]@ɒ@A@`wax]L H ax]c]@ @Jc ]ax] @랔f  A@cܮww /_L H _ w_L O_L HHM_@ w_瀤h _,`_c(]@@ 2h 'ߠ '`]w_L /_\ hO値HH_\ h __\ @@HO値H_@@H_D H_$ _`]$l 0!#(@$ 'H_D  ah]$`H_D  b]$`Hbx]_\ @@nH _D  b]$`Hrb]_\ @@[H _D  `]$`H_b]_\ @@HH _D  c]$`HLb]_\ @@5H _D `]$`H9b]_\ @@"H _D  c]$`H&bh]_\ @@H _D  b]$`Hb]_\ @@H_D a]$`H8O値 oH dH  Os DO`H) gH dOXH!OT lOQH rH  oOI pOFH tH rO>HO: zO?G߀HH_ 0wOGۀH c0]_ @:_瀤hH  _,`_ wO@w '_h_G,0\@h G '_G,0\@oG'G< `A@aw'w/ '۠ w_\ w_zH _Ϡ w_qO_L .H_Ϡ w_cH _Ϡ w_ZOH 'HS 'HO 'HK 'HG?Hw_L H_L +H_L -H _w_Ϡ w_L H'O'GÀ bH KH  BO GOOO MOO kH  bO gOOO mOO_L bH_L BH #'ߠ '_w_Ϡ wH+_L H _L +H_L -H$'H_c8]@ @ H $'_Ϡ wH?HwG'G$ 'G'GH_GߠL@wG'G$ 'G'GO_w?_\ @sI@H?_w_L +H_L -H_L  1H__@b: @wǠ '_Ϡ w_L H?H;w_ǀ h5GۀH1w?_w7 _?,`_7h_?$ w?_7l` L $@< ,08<08 0_?,`_7l w7_7o_?@8w/_/_t`_/hc@]U_w_0A@`w'G!#($@< ,p,p`]@wax]cH]_\ @ Ȕ@" '_L HGax]@  cP]_L @@A@cwww `p]D @Bw_\ w_D '_߀h _L H_c]D HcX] `p]D @}J Hb]c]D H cp]D Hc`]@w_׀h_L H _@`]t  c8]\ h c8]\ @1a]G_`]@@$  c8]t  b]D H  c8]\ @7  c8]\ @+'Gǀ?HHu ch] 3# b]D H c8]\ @1da]G_`]@@$`  c8]t   b]$``]t H b]D H  ch] # `@]$`Hc]D Hax]cp]@ @ H '`]t  c8]\ @1a]G_ `]@@$   c8]t  c8]\ @+!'Gǀ?HBH, ch] #bP]D  bP]$`H!cx] c8]\ @2` G@2 @H@Gǀ hO vOO c8]\ @*'Gǀ?O`(]\ h`(]\ @w# hax]c]@ @ H ' `x]D Hc] ؒc] Ғch] ?# c8]\ @0Ow__t`_'G_$` a0]$`  `x]$` c]$` H '  bp]$`H b] c8]\ @/@  H b] c8]\ @/@   H b] c8]\ @/@  Hv c8]\ @/wb]D H _א  w `@]\ hB_@Ȑw_hc]_L HH U_L /H bP] H' '_@w_  `@]_@   &H '_@GÀHH )GǠ$# @? ' b]_Gá4 @ H ah]D H  ah]D N H 'a]D H a]$`  b]$` a]$`  c]$` `P]$` c]$` a]$`  cX]$`H  cX]$` a]$`H  cX]$` a]$`H`x]D  `x]$`H c]D   c]$`Ha]D  a]$`HbP]D  bP]$`H a]D   a]$`Hu `H]D   `H]$`HjH b]c]@  H! b]c]@ Ԗ H cx]D  'G cx]$`G O OH:`]D H  c]D H`]D H`]D H' c]D 'Gm H 0'  ` ]$`  c]$`H `0]D ?H  `0]D Hax]c] `0]D @ Ȕ@  H ' `0]D  2H cp]$`cp]D H b]D H  b]D  H 'H  a]$`H? a]$`H  aP]$`H`]t H ch] bw_ c]t`_ hax]c] ch]\ @ Ȕ@ H 'H a]z bw_ b]t`_ hax]c] a]\ @ Ȕ@ H ~'H` b]D H c]D  c]$`H c]$`HG ah]$`c] a]t`H  b]$`c] a]t`H  aX]$`c] a]t`a]D Hax]c] a]\ @ Ȕ @* H !'a]D 'G a]$` c8]\ @- G,0 c]t@H c8]\ @,w_`]@@o.hax]c]_א@ Ȕ@ H 'H̐ ch] -$Ѡ b]$` a]$`H b]D Hb]Hwc]wax]c]_@ Ȕ@ H 'G#c(HG H ' b]D H`]Hw`]wax]`]_ c8]\ @. G@.Ґ@ Ȕ@ H y'Gǀ#HJ aH# HH DH AOOO FOO PH HOOO XOO qH hH aO)OO~ iOO xH  qO vOOO zO O}$#耤 Oy, < #b|_D c8]\ @&ΐ'Gǀ?O'`x]D HGˀ H b]D H  ch] ~H%`]\ h( cp]D H! b]D H`]\ `]@@ג H`]t H  b]$`a]D H`]\ h a]D  H' cp]D H  b]D H H' c8]\ @,w__t`_P'G_$` c]D Hax]` ]@ @ H~' a]D H aP]D Hax]`(]@ @l Hc' a]D H  aP]D H? b]D H* a]D H`8]Hw`@]w`0]_ @  a]$`  aP]$` a]t H c]D H  a]$`H a]D H c]D H  a]$` aP]D H `]\ hax]`H]@ @ H' aP]D H( b ]D H! b ]D H`X]Hw``]wax]`P]_@ Ȕ@Ɩ H' a]\ h a]\ @!hax]`h]@ Ȕ@! H'`(]\ h`(]\ @# hax]c]@ @ H' c]D H c]D #|H  c]$` aX]D  b]D @ah]D @ Hax]`p]@ @X HO' `]\ ha]D H a]$` c]D H  c]$`Gˀ H aP]D H b]D H  `]D   `]$` c]D H b]`x]@ k   c]$` a]$`H#a]D H   c]$`H c]D H `]D @ 'G c]$` a]D H `]\ h H'à 'G a]$` a]D H a]$`b]D @ '` ]D Gâ@ b]D @ Hax]`]@ @ H'` ]D Hb]D H  b]D H  `]$`HA`]D H  b ]D H3 `]D H c]D H  b]$`H  `]D  HH'H c]D H ` ]$` `]$` c]D H`]D Hax]`]@ @# H'`]D H b]D H  b]D @ H' b ]D H b]D H`@]D H  b]D " H'  a@]$`b]D HUG'G'Gà$ 'G'G H_Gá,0\@`]@ 9 _Gá,0t@G'Gà$ 'G'G O`(]\ h`(]\   `(]t  c]\ h c]\    c]t  `@]\ h}`@]D Hv `@]w`(]\ h3`(]\ L HHW`(]\ L /H bP] H' '`(]\ @w_ __@   HH0 c]\ h3 c]\ L HH c]\ L /H bP] H' ' c]\ @w_P __@   HH b]\ h c]\ h`]Hwc(]w_ b]t` b]\ @@a]$` b]\ @% /hax]`] b]\ @ Ȕ@˖ H' c]\ hq b] c]\ @$@- c]$` c]D $a ]$`a ] Hax]`]@ @ H' c]D $ <  b]L@ /H c]D 'Gà  c]$` /G b],@  c]D  b],@bP]D H`@]D H `] b] @*HZa]D H b]D H `@]D Hax]`]@ @3 H*' c]D H1`]D H* b ]D H# b]D H b]`] b]\ @$@ b] b]@ \  c]D H c]\ h  `]$` c]D H  c]$`H `]D H c]D H  c]$` c]\ hO b]D H c]\ ے IH  a]$`H c]\ ʒ iH a]D  a]$` c]\ 㷒 bH c]\ 㭒 cH b]D `?'G a]$`H$a]D H`] c]t`a]D a]$` b]D `?'G a]$` ` ]D HbP]D H a]D H b]D H bP]$` c]D H  cX]$` bX]D @bP]D H c]\ h`] c]t` b]D `?'G a]$`a]D H  c]\  oH b]$` `]\ hLc]D HE c]\ h`] c]t`  a]$`  a(]$`H' c]\  iH  a(]$` a(]D H  c]\ ˒ oH  a]$`ې H c]D H c]t  c]D H b]D H  b]D  c]D H  c]D  b]$` b]D H b]D ,0 cP]t` cP]\ "h" cP]t`a]D H a]D Hax]`]@ @5 H,'c]D H+a@]D Hax]`]@ @ H' b]D H  b]D > H'  a]$`c]D H bh]\ h  aH] bh]t` a]D HQ bh]\ h3c]D Hbp]Hwbh]wc]D Hb]Hwb]wax]`]__@ Ȕ@ H'`]D H `]D Ր H'  c]$`Hx c]D H& bh]\ h b]D H`]@w_׀h_L H _@ bh]t  bh]\ hF bh]\ L H  bh]\   bh]\ L H bh]\ `]@@< H bh]t  bh]\ h`]D H `]D ] H '  c]$` `]\ hGˀ H c]D HGˀ H  ch] vL&p `]\ `]@@ H  c(]$` b]D H a]c]t`H `]\ @@ w_h< b]D Hax]a]@ @ H'_ `]t`_c]t` `]\ `]@@ Hax]a]@ @ H'H}b]D H `]\    `]t  `@]\ h5 `]\ L HH_ `]\ L /H bP] H' ' `]\ @w_  `@]_@  HH6 `]\ @ɒ  c(]$  c(]D Hax]a] `]\ aP]D @@ Ȕ@ H' a0]$` H'ax]a ]@ @  'G< d0D| $A@z`|www_D 'a(]_G,0t@G ' b]D Ha0]_G,0t@G 'G_$`H[`@]D H a8]_G,0t@G ' 'נ - `],` cp]D H  sG `],@Gנ 'נ 'bP]D H vG `],@Gנ 'G۠ 'GbP]D O c]D H  bG `],@Gנ 'bH]D H  uG `],@Gנ ' cX]D H  nG `],@Gנ ' b]D H  lG `],@Gנ ' c]D H  c]D H% c]D H'a]D H  `]D H`]D H`@]D H  dG `],@Gנ '`@]D H4`]D H  KG `],@Gנ '`h]D H  mG `],@Gנ ' `]D H  OG `],@Gנ 'H"a]D H  LG `],@Gנ ' a]D H  kG `],@Gנ 'a@]D H  WG `],@Gנ ' c]D H HG `],@Gנ ' c]D H  HG `],@Gנ 'c]D H  oG `],@Gנ '`P]D H  gG `],@Gנ 'a]D H  DG `],@Gנ ' c]D H  tG `],@Gנ 'a]D H  pG `],@Gנ 'Hb ]D H`@]D H  EG `],@Gנ 'b]D H  AG `],@Gנ 'a]D H  rG `],@Gנ ' b]D H  cG `],@Gנ 'b8]D H  CG `],@Gנ ' `@]D H  IG `],@Gנ ' a]D H  RG `],@Gנ ' `H]D H xG `],@Gנ ' `H]D H  xG `],@Gנ 'a]D H  SG `],@Gנ 'cp]D H  zG `],@Gנ '@)`]D H6 eG `],@Gנ 'צ .G `],@Gנ '`]D H  iG `],@Gנ 'צ sG `],@Gנ 'צ fG `],@Gנ 'G׀ @Ha@] ch] rf'5 G `],@G׀ H  `]_G,0t@G '`]\ h.`]\ @B ,w_πh_Ϡ wH`]\ wϢaH]_ϐ@@ HHx__G,0t@G ' cp]D H a]D H _G,0t@G ' `]D H aP]_G,0t@G ' c]D H!a]D H`]D H`@]D H aX]_G,0t@G 'cp]D H" `0]D ?Ha`] `0]D @@ HH__G,0t@G 'a]D H cX]D H ah]_G,0t@G 'H cX]D H ap]_G,0t@G ' c]\ hS`@]D HLa]D Hax]_G,0t@G 'H9a]D Ha]_G,0t@G 'H&b]D Ha]_G,0t@G 'HbP]D H a]_G,0t@G 'c]\ ha]c]\ @@n HHb__G,0t@G ' bX]D Ha] bX]D @@N HHB__G,0t@G ' b]D Ha] b]D @@. HH"__G,0t@G ' c]\ ha]_G,0t@G ' c]\ _G,0t@G ' c]\ ha]Hwc(]w b]\ _ϐ@@C Ha] b]\ @@ޔ HH__G,0t@G '`@]D H( c]D Ha] c]D @@ HH__G,0t@G 'H c]D H a]_G,0t@G ' b]\ ha]_G,0t@G ' a]\ _G,0t@G ' c]\ ha]_G,0t@G ' ch]\ _G,0t@G '` ]D Ha]_G,0t@G 'HSb]D Ha]_G,0t@G 'H@b]D Ha]_G,0t@G 'H- b]D Hb]_G,0t@G 'H`]D H b ]D H b]_G,0t@G ' b ]D H b]_G,0t@G ' ax]D H b]_G,0t@G ' a]D H b ]_G,0t@G ' c]D H b(]_G,0t@G ' bX]D H b0]_G,0t@G 'H" `h]\ hb8] `h]\ @@ HH__G,0t@G ' bp]D Hb@]c`]D @@q HHe__G,0t@G ' c]D HbH] c]D @@Q HHE__G,0t@G ' bh]\ h;`@]D H4 bh]\  aH]hbP]_G,0t@G ' bh]\ _G,0t@G 'c]D H bX]_G,0t@G 'H c]D H`@]D H b`]_G,0t@G ' a]D H bh]_G,0t@G 'c]D H bp]_G,0t@G ' b`]D H bx]_G,0t@G ' b]D H b]_G,0t@G ' `(]D H b]_G,0t@G '`@]D Hs b]D H b]_G,0t@G 'b(]D H b]_G,0t@G '`(]\ hb]_G,0t@G '`(]\ _G,0t@G ' c]\ h. 'a]D H% a]\ _G,0t@G 'Gۣ,0 c]\@_G,0t@G 'G۠ 'Ga]D Oc]D Hc]D H b]_G,0t@G 'b]_G,0t@G 'H a]D H b]_G,0t@G ' `]\ hd`@]D H c]\ hVc]\ h*b]_G,0t@G ' `]\ _G,0t@G '`H]D H b]_G,0t@G 'Hb]_G,0t@G 'b]_G,0t@G ' a]D H b]_G,0t@G ' a]D H!a]D H`@]D H `]D H b]_G,0t@G ' cP]D H`@]D H b]_G,0t@G ' b ]D Hb]_G,0t@G 'H b ]D H b]_G,0t@G 'G뀤 Hb] Ich] l(G_$`Hc]ܐwww_wϠ 'ˠ '_w_L H_瀤hHwGˀH__Ϡ$@'H_L :H_L /HKGˀH__Ϡ$@'_L '_נ wG'G /H _瀤hHwH-_瀤h)_@L_$ _kH _נ w_bO_L H_L '_נ wG'G /HHwHh_L @H __$@ '_נ wHT_L [HO_w_Ϡ w_w__hHmw_L H_L ]H_L /H_נ w_L H _L ]H_L /O__Ϡ$@'_L ]H_L H _L  /H_L  :HGˀHH.w_נ wO4__t`GGˠ@ <   wGǀH __GǠ < @@ޔ_GǢ@_Gˠ < @@Ӕ_w_߰ A@pbwwww_瀤h2c]_c]@@@c H!_c]@@_@˔_t _\ h _D H#i_$`_H.w_א@_t _\ hHw_L :H_瀤h _D H#i_$`_נ H w_瀤h_$ _w_߰0A@p`Lwww_   w__t`_瀤hc]:__t`_t _t 0A@ocwww_\ _@  w_瀤hc]__t`__t`@''G< @'G'4 @w_ w_0A@obDww_  c]  @ 'G< 0A@oaԮww_  c]  @ W'G< 0A@oadww_  c]  @ 'G< 0A@o`ww_  c]  @ 'G< 0A@o`ww_  c]  @ 'G< @w_ @~'G< @w_ @~ܐ'G< 0A@ncw bX]D H bX]D HH^@`w `]\ h_ `]t` a]\  `]\ h a]\ Hw `]\ w_w__$@ bX]D h- b]D H c]D H c ] i c(]2__$@<  c ] i  A@naw'w_ ` `,  ` `, , 'Gc0]@1w b ]D H> c]D $  c]$`_\`GD`@$< ,0\ "H_\`GD`@$< ,0\ b@]D ,0$@?,0 Hwwa]\ _\`GD`@$< ,0\ _נ@%a]t``X]D H_ߢ LD`$ $`H^ b ]D H_ d @  c]D H_\`GD`@$< ,0\w_  H bP]G@_ߢ LD` $`H= aP]D H`X]D H_ߢ LD` $`H(`X]D H_ߢ PD` $``]G@HHG H , < #cp_ϠDp@A@mb w''G a]$`G b]$`@A@maw'G bX]$` bX]D  <` @<  a]$` bX]D H  a]D <H  < c]$`H  a]D  c]$` aP]D H  a]$`@A@m`|w'G c]$`@A@m`,w'Gch]$`ch]D A@lcĮww'w''G <  'GӐ ߔ w_׀hc8]_t G_,`G , G@4 < _,` G , G@4 !?<,@4 < _ע ,`G , G@4 4  < _ע ,`G , G@4 4 < _ע ,`_ע _G@@|_\ h__\ t`H__t`__t` A@law' bP]\ w_ ` `,  ` `, , !?<,@'_ $ '_\ w_ bP]t`_߀h bP]t `]D  `]$`GG_` GL`@@`]D $ `]$`_@|G'G< @A@l`tw a]D H1 bP]\ h( b(]D H! c]\  b]D } < @ c]t` bP]\ h  b(]D OH bP]\ hch]D Y bP]\ o0A@kcww '_L rH_c@]@ @{ HHU_ w_L -H_@{ :w_h_cH]@ @{ HH6_L :H'_L dH 'H_L eHHc]_L @@{|hH_ w_L :OG뀤HcP]  A@ka4w c]D ' aX]D   aX]$`? c]$``]D  `]$`G@ @3, @, @, 'G!?<,@'G< $ 'HG〤 H G〤 H  a]D H(`X]D Hc`]Hwch]wcX]G/,G_א @@}c ] e!_G〤HGG@@ݔG@  c]t  `]D   `]$`HG〤 H  a]D HOG@ @ >HG〤 H a]D H `X]D HOG@ @ `x]\ hcp]c ]`0]@!r@zH H'ߠ '`P]D G뀤Hcx]c ]`0]@!s@zۖH H'۠ 'bP]D Hc]., @, @,  ΖGːw, @, @, < _$`H c]D H_@$MH!G〤 H a]D H `X]D HO b]$`HG〤 HOGG@@b ]D 4 , @, @, < b ]$`HG〤(H  a]D HOGG@@ДG e@@i HG〤 H  a]D HOG@ @ ;HG〤 H  a]D HOG@ @ !H a]D HO~G瀤 H@G〤H*Gw_( h'wG_@@q a]D `?'G_< Gא@ԖG_$@'G〤OHTc]G-G @טc ] dD!H>G瀥`H%` O, < #b _ϠܠD`VH%` O, < #b,_ϠD`dH`VOO%`d O, < #b8_ϠD aX]D $  aX]$`G c]$``]D $ 'G`]$`G߀H  aX]D H\\\\ \  DLP0A@hbܮw'''a]\ #h H' 2'G' c]D GHH!GG@O  c]D GHHc]D H@m H-O c]D   c]$``]\ \ G`]\ D @$@< ,0\ "H`]\ \ G`]\ D @$@< ,0\ b@]D ,0$@?,0 Hwwa]\ `]\ \ G`]\ D @$@< ,0\ _@a]t`~A@h`lw''ww'_wG〤H9 bx]\ ?h2ww!#ww_w_w?ww bx]\ @$o _ hc] }c ] b!_w_wH_׀#hwH __א@@x$G , < _@< /G , < _@< !?<,@4 /G , < _@< 4  /G , < _@< 4 / b`]D   b`]$`G_נ @@ b`]D $  b`]$`__׀h G__ע@_$@@є`]D $ 'G`]$`GӀH  aX]D HA A@gaLw'w''ch]D H.`]D H G_GG@@]HB' b(]D H H8' bP]G_GG@* H(' `X]D H bP]G_GG@Hch]D G_GG@ט 'G< @''G4 /G4 !?<,@4 /G4 4  /G4 4 /G@ v P@ HHj@A@fbw`]'G< @A@fbTw bP]ѐ'G< @A@faw''G a]$`Ga`]$`a](S cp]D H  b]$EA@fa4w' ` ]D H-G a]D H% ` ]D H c ] a:"O!'!'!'!' G'G$ 'G'G瀤Oc] c]\ w׿*K?Ǡ @;[ŝc ] a "Y~A@ec ow'ww '@ѐ Gۀ HG ' נ @v7 נ @v/ עG40,0@ w _]  G ?,Pu a`]D Hna]\  h7 a]D H% ע a]D 40,0@ w _]   a]D ?,Pu  a]D 'H ?a`]$`? 'H# עa`]D 40,0@ w _]  a`]D ?,Pu a`]D ' G GH G ' c]D w w aP]$` G  פ צ Ǡ@@w ' G HaP]D H `]$`c ] `""Ha`]D Hha]\ hn עa`]D 40,0\@ a`]D ?,PhXa`]D a]\ a]\ @a]\ @@u ' G H.a]\  G$@ w _a]t` _ha]t Ha]\  G@a]t`HaP]D H?a`]$`H a]D H ע a]D 40,0\@  a]D ?,Ph c]D H  b] Hwa] w _ w a]D _\`\`@uB ' G H7 G H aP]D H(a]\ c]@ @t cH]L @   ' Ga]t`a]t ? a]$`Hu c]D H# b]t  G b]t` bx]\  b]a]@ i a]\  '`H]D HZa]\ G@ w _ w _$  w _ w _a]\ h2 _L H  _L H _,` _ w _$  w _ ww w_a]\ o cH]L H< GH6a]\ a]\ L@ H*a]\  a]t` G ' G$  ' GHa]\ a]\ L@ O GHa]t Ha]\ a]\ @ w _ w _ G@ w _ _hm _L / O _,` O / _  w _  w O / OH6 _ _h- _L H& _  w G ' G$  ' _ _h  _L O _ _o _L? cH],` Ga]t` צG4p,0\  `?,  hHvG__@@sz'G߀ HIG߀ HG$aP]D HaP]D H aP]D HHLG a]D H@aP]D c] @2H aP]D c] @%c ] ]@"_Gߠ@w_Gߠ$@wGGߠ@'G a]D H bX]D H@s `]t Gۀ O0G'G< ~A@ac w'ww'G㠌 H b]\ _瀤h  b]_$@G㠌 H b]\ Hw_w_w__@$ wGސ@ @r'GÀ HkaP]D HaP]D H aP]D HV  @r G40,0@ w _]  G ?,Pu  @q G40,0@ w _]  G ?,Pu  c]D wwG   @@sIHvOGÀ HH.G㠌 HOހ H HOހ HOހ HG㠌 H __hOjH__ǀhO_,`_Ϡ wO[ _,`G㠌 H_L #H_L ;HO5G㠌 H*_ww_ww b]t _ b]\ $@ b]t` cH]\  b]@n  __,@_H'__$@'Gߡ< СA@`cLw'www'w_w_w#' ' 'Gۀ@ 'G' cp]D H  cH]\ ?h H' 'GG@'G  w_hc]zҐ_h cp]D H c]_G,0t@G 'G__G@x HHhGG$ HG#'_G@ w_hc]zGH(_h_@pa_t w_h__@H _@2H#_@p?w_hc]z___G,0t@G '_L .H _L  HG'O_G,0t@G_$`__t`0A@_cĮw'`]\ h"Ga]D Hc]c ]`]@#@pTH H' ' H!'/ ” w_`]t`_hc]y c]$`Ga]$` 'G< 0A@_bdw' `x]\ h"G`P]D Hc]c ]a]@#@oH H' ' H&'!#`]t``]\  ` w_ `x]t`_hc]yG`P]$` 'G< @A@_`w `x]\ hH `x]\ @o `x]t cX]t  c]t ?`P]$`@A@_`4w`]\ hH@  `]\ @om`]t ?a]$`@A@^cw'`]\ hc]D HGH @pa a]\ " h@  @A@^bܮw@pF a]\ " a]D hO`]\ h c]D H8`]D H c]  5 H'`]D H c] * $ H b]D `]\ D 0@@ z b]D @ Z`]\ h@ G 0A@^a4w'`]\ hc]c ] a]@#@nH H' 'a]D ch]D Hc]c ] a]@#@nH H' 'G `X]$``]D  `]$`@A@]c̮w? `X]$``]D $ `]$`@ ΐ 0'ww_瀤hG__@ה'_G@w_G$@w_瀤o|A@]bww'ww ' `x]\ h G`P]D H G__@H' a]D H c]\ hG `x]\ `]\ @:  c]t`cX]t Gπ HT c]\ h;_ c]\ h_Hw c]\ w_w_ `x]\ cX]\ @_@@mcX]\ _@cX]t` c]\ _$@ c]t`_'HGϐ@ JС, @ҡ, @, 'G!?<,@< wGӡ< $ 'H_`]\ h `x]\ _א@ (w_ `x]t`_ǀh`]w'_`]t`G `x]\ _א@_ c]t`cX]t H_׀ hH`@]D HH_׀ hHG_א@۔С, @ҡ, @, <  b ]D 4 С, @ҡ, @, < b ]$`Hu_# hH cH]\ ?hh ' 'w!wwwww?ww_׀h>_׀"h"Hw_w_wG__@__$@w_׀h_$ L@H_$ w ' bx]\ @  HH?'_׀oGH__ǀhH __,@_ w_wH G_א@;_׀ h_נ$ L@H ϐmH  _,@ϐ bH_׀ h`]G *_נ @}c ] V$PG_א@С, @ҡ, @, < ZH_׀ hOG_א@С, @ҡ, @, <  fŒH_# h`]G_נ @1c ] V$dG_א@GӦ_ס< @ b]D H  `]D H`@]D H GӀ H  _,@ b]$`HB`]GӠ @c ] VU$sH.GӀ`H`O-`< #b_wD`dH `Oq`*O]O%`d O, < #b_wDGπ O c]\ h@ G'G<      A@Zc̮w'www__瀤hG__ע@_$@+'_G@w__瀤 oG a]D H c]D __א@@k_׀h c ] UĔ$G `X]D H a]D __א@@G a]D H  c]\ _נ@ c]t`@'G@ , @74 @'G@ s, @, @, 'G'G<  A@Za,w' 'G@ J<` @< <  aH]L@'G瀤H) G  ,@/G瀤 H` ] c ] U&$GG@$  @G,@H/, @, @, 'G'G< A@Ycw'/wG@ߤ$ < @@j1ס<` @< <  aH]L@'GӀH2 GӠ  ,@/GӠ@ H`(] Nc ] T$G@$ GӐ@Ҡ$  @GӠ@$ < ,H צGӠ@$ < ,, @, @, 4, @, @, 4,0 w_w_0'G'G߀?HGH"wG@ `, @, @, 4, @, @, 4,0 w_0'wwG__@10'wwG__@ __,@@'G@ /4  A@Xcw'w'G*08408'G㠌 H G ?, GӐ*08408< @'GG뀤H`0]GG$  @Z?H'G〤H G_G@ _G,@G'G<  A@Xbtw'w`]D H!H'!'G'G_$ _D  H`8]_D  @c ] S{%4G_$ _D  H_D G뀤H`@]_D  @c ] SX%:`]D H b]D H'G̐'G_$`_D  H_D  H`H]_fD  @c ] S'%@G_$ _D  H_D`D`H`P]_CD  @c ] S%F0A@Wcw'w_h b(]wG_D @@G_D @@`]D HG_D @@ՒG_D @@ϒA@Wb̮w' cP]\ hH `h]\ G@ `h]t`א@hD b]\ h8_ b]\ $@,p,p ,p,p,p,p,p_ b]\ $@w `h]\ _ b]D L@l#Р$ `h]t` `h]\ h `h]t  `h]\ ,p ,p$,p$ b]D l@w_#abh  b]\t`\t`HC_!Р"@l@w_%Ф@l@L$@w @i b]@gϒ b]\ _ע$@,p,p ,p,p,p,p,p b]\ _ߠ$@w__Ϣ$@ b]D L@l# `h]t`0A@Vcw'G b]D H`X]H-wGch]D H``]H wG c]D H`h]Hw b]`p]G@ @g| b]Hw_~A@Vb w'wwwנ ' aX]D ' G  aX]$` G ' G ' GH`]D  `]$` G ' G  '__瀤h נ @f עG40,0@ w _]  G ?,Pu נ @f עG40,0@ w _]  G ?,Pu G ' c]D H; נ @fs ע c]D 40,0@ w _]   c]D ?,Pu  c]D GH  c]D '  'H ' c]D w w aP]$` G ע@?,@ w G  _ פ ר @@g ' G H G HaP]D H c ] P%H1 GH ע c]D 40,0\@  c]D ?,Ph צG4p,0\  `?,  hH__נ$@w cP]\ h_ cP]\ h cP]\ wG__ע@_ߐ@@f' ' G H G HaP]D HHaP]D H aP]D Hw HG b]D H@ b]D HGch]D H c ] O%aP]D `x]_G$ @Ț b]D H:G b]D H2 a]D H+Z  bX]$` a]D @$ b]D HG b]D H  a]D Oc ] O%_ G@w`]D  `]$` G ' G  'G b]D H bX]D H  a]D H@e a]t G__瀤 o aX]D $  aX]$` b`]D H  G$  '`]D G$@ ' G`]$` GH  aX]D H0A@T`Dw' ' aX]D H HS'c]D H4 b(]D H b]D `]\ c]D @ Ø Ha]D `]\ c]D @) c]$` 'GH`]D H  bP]\ h 'G'G<  A@Sbw'wwG b]D H  c]\ _@ c]t`Gb]D H  c]D __@є`]\ h Ga]D H G__@HO_瀤hK_< c]D /H_H 'c]D /'G'G〤 H#`]\ c]D @_G@@c_G@w_G$@wc]D G@c]$`c]D /H _瀤o@'7/< /G@ Y@''G4 /G4 !?<,@4 /G4 4  /G4 4 /G@ 20'' 'G4 /G4 !?<,@4 /G4 4  /G4 4 /G뀤 HGL@ HG$ 'G뀤 HGL@ O G  ,@/G @񀤀H G '$ </HG뀤 H GL@, $ <@/HGL@/GG@ʔ0'w/ '_< /_< !?<,@4 /_< 4  /_< 4 /_<0 < /_<0 < !?<,@4 /_<0 < 4  /_<0 < 4 /GHGL@ HGߠ$ 'GHGL@ O Gߢ @ ,/G @䀤H Gߠ '$ </HGH GL@, $ <@/HGL@/GGߐ@D 'ww_< < _,`_< !?<,@4 < _,`_< 4  < _,`_< 4 < _,`_#ch_ h G_א@  H/  @b_<0 < < _,`_<0 < !?<,@4 < _,`_<0 < 4  < _,`_<0 < 4 < _,`G@ 0'wwG__@ǔ@'wG_@au@@@'/G@  A@Q`ܮw'w'wG뀤 H%G#cH`]G @c ] L!&G<` @<  _,`_ߠ wG_,`G_ߠ$ @ZG뀤H G_G@O0A@Pcw'' '`]D H  aP]D H GG@ےHG HG`H]D $@'G`H]$`H'G?H  /G@ Hy?G,@G 'G 'Gb8]D $@'Gb8]$`G HG H GG,@G 'HKG HG#cH+?G,@G 'G<  G,@G 'GG,@G 'G< G,@G 'G< G,@G 'H?G,@G 'G< G,@G 'GG,@G 'GG@0A@P`w'`]D HGHm'G@ 瀤 HG@  a8]wH 瀤 H?HN' a]w瀤 H1G@ 砌 H ?/O/G@ , @, @, 'H , @_D 4 @'H_D 4 @'G_$`_ a8]hG 'G'G< 0'ww_$ w_瀤 h* _,`G_@ [_L H H!'_L HH_L H_ w_$ w_瀤 o _,`_瀤  8h 'G<  wwwwA@Oa4w'wwߢ__ߐ@@b"'Gۀ H c ] J@'5G#H`] c ] J.'9Gߐ@@A@O`<w  b]D   b(]$`@A@Nc̮wܐ  a]D N  a]$` A@Nc\w'ww' b(]D H H'  c]\ _ @ c]t` b]D G__G@@捘 'Gߡ< @A@Nblw  a]$`U@A@Nbw  b(]$`m@A@Naw' c]D `]D @p`]D H  c]D `X]D @ c]D  c]D @S`@]D H Gb]$`HG a]$`@A@N`w?b]$`? a]$`0A@N`4wߠ ' cp]\ @a'GH cp]\ @^ .w_h _ @`'GHH.G`]D HGHG$ `]$`HG`]D H 'GG뀤H `]D $ `]$`@A@MbwbH]\ hbH]\ Hw`]w_ cp]t`a]D H  `(]D H  `]$`HI`@]D H%` ]D H b]D Hc]D H `h]D H  `]$`H b]D H a]D H cp]\ @]N ih `]$` A@M`w''`@]D H  b@]D   b@]$`H  b@]D   b@]$`c]D H b@]D  'G b@]$`G b]$``P]D H b@]D  'G b@]$`G a]$`b]D H`@]D H b@]D  'G b@]$`G c]$` b]D H b@]D  'G b@]$`G`]$` b]D H `]D H; b]D H  a]D H~ aP]D H G`]D @G  `]$ `]D  `]D H  `]D `]$` aP]D H$ `]D `]D H`] `]D `]D  @ۖ`] GH bP]D H$ b]D H`]Hw`]w`]_ `]D `]D  @ `]D H  `]D (H`] `] `] F  `]D H b]D H`]Hw`]w`]_ @k`]D H" b]D H`]Hw`]w`]_ @ K`] F `]D H" b]D H`]Hw`]w`]_ @ $`] F  aP]D H@/h`]D HNc]D H c]$`b]D H a]D H`]`]D  @`] FU  b]D H a]D H`]`]D  @Ȕ`] F5 `]D H&` ]D b]D @ b]D @H`]D H  ` ]$`H b]$``]D Hy cP]D H`]`]D  @}`] E a]D H  a]D Ha] a]\ `]D  @X`] EŔ a]D Ha] a]\ `]D  @:`] E `h]D Ha]`]D  @!`] E H`]D H b]D H)`]D @ 'G'G ' a]D H  cp]\ @Zb fhG 'GG@HGD*08408'G @ 'G`X]$``@]D H" b]D H cp]\ @Z0 L 2h H 'G @ 'G'Ga]$``]\ h# b]D H a]D H cp]\ @Z shH G H H' 'G b`]$``X]D H,`]D H% aP]D Ha ]Hwa(]wa]!a]_ߐ@@\m`] D!G @ 'Gb(]$`  a@]$` b]D H `@]D H `X]D H b@]D  'G b@]$`G`]$` bh]\ h: bh]\ L /H2 b]D H  a]D H$"@'`@]D H `]D HG!@' b] bh]\ G4 @[e  cp]D HB `]\ h;`@]D Hc]\ h  bx]\ ?h H' 'G c]$`Hc]\ h  cH]\ ?h H' 'G c]$` b]D H c]D H@Z| c]$`G c]D @H Gi c]$ @A@Hcw`@]D H `]D H  @&E b]t H`X]D H $@&5  `]t  A@HbLwwwa]\ h a]\ \ _h'b]\ _@@&y a]t a]\ \ w_߀h"@% w_a]\ t`_wHa]\ \ w__@@&Q w_0A@H`w 'b]\ D H'b]\ \ G4 b]\  L@4w_\ h_\ @& G 'Gb]\ D Ob]\ @%A@Gcwww `P]\ \ _D ,0\@w `P]\ \ _D ,0\@w_  "@ '_ b@]D ,0$@Gϡ,0$@D?'_  "@ '_ b@]D ,0$@Gǡ,0$@D?'GGˀHGGˀH H'à?'GH'_D _D H H'à?'G'G< A@Gb<ww'w_Ga0]@ @W 'GH `P]\ \ _G,0D@,0\w_  "@ '_ b@]D ,0$@Gá,0$@D?'`X]D H `]\ Gː@@%O w_\ h:  vA w__t`_ha8]arG `P]\ D @Ha@]aH]`]@ }@WH H' '_ߢ ` @4`?'H9_\ H1_\ ` `,  ` `, , 'G w_h_\`GD`@$< ,0\ w_` ?4`H _ߢ ` @4`?'H?'H _ߢ ` @4`?'GG$ Hm `P]\ \ _G < ,0D@,0\w_  "@ '_ b@]D ,0$@G,0$@D?'GGǀHHF_  "@ 'G_ b@]D ,0$@G`X]D @< ,0$$`]D H _`]D ,0$@D 'H _G,0D@ `P]\ D @@'_wG'G'G 'GG$ OG뀤 H`X]D H_ߢ ` ?4`_ߢ `!4`Hi_ߢ ` 4`_  "@ 'G_ b@]D ,0$@G`X]D @< ,0$$`X]D HE_\ H?`]D H _`]D ,0$@D 'H _G,0D@ `P]\ D @@'G4 < _\ ,`G4 !?<,@4 < _\ ,`G4 4  < _\ ,`G4 4 < _\ ,`G 'GGO_0A@Ec,ww `]D HK_D 0HF '_D 0 t w_瀤haP]_ '_D 0H_\ G,0\@  H G_G,0$@G 'G 'G_D 0O_ `P]t`GH_G@_@U`]D H.A@Eaww'w'ww_w_wG'G'G〤 Ho_\ _\ h=_\ _\ h6GH__GG_aX]@@ sPsbP]D H bp]D H a`]_ @_ `!4` Hg' c]D H _H?HW'H_bHaP]D ah]_o @Ж?H<'___ϐ@@ H/GH__GG__@@ ssG HbP]D H Gap]__@F H'?'G< A@Dbdww'ww_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?'GÀ H GÐw_hHK_\`GD`@$< ,0\w_  H G_$`__t`Hw_  "@ '_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?'G_ b@]D ,0$@G`X]D @< ,0$$O`X]D HQ `]\ G@@" w_ǀhC_\ hax]aH] c]@!@T~H H' '_\ H ?_$`_t _\ H w_  "@ '?_ b@]D ,0$@G`X]D @< ,0$$?_$`_t w_װ㱰A@Cbww'w'w'G'`X]D H_  "@ '#_ b@]D ,0$@G#,0$@D?H''?''G''+_G+/@w?_?w7_7h_/h H:'_/\`GD`@$< ,0\w_  !Hc_  H[_  "@ '_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?_ b@]D ,0$@G`X]D @< ,0$$_  "@ ' G_ b@]D ,0$@G `X]D @< ,0$$_ ` 4``]\ D L `]\ $`L H'ˠ H'_  @HC_G+/@`w?_?w7_7h_/ha]aH] ap]@!N@SeH H' '_  "@ 'G_ b@]D ,0$@G`X]D @< ,0$$_7hQ_/\`GD`@$< ,0\w_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?'G H$ c]D HGG,0 c]\@_ݒ$@gGw7_G@Вw?H _G@Ȓw7_7w?_7G@ɕ H) c]D H aP]D HaP]D a]_7lt @4?H'ˠG  @RG〤 H c]\ h 'wwG,0 c]\@_$@g-@I HHbah]D HA_G_h_O_hHO 'a]D HbP]D H#a]D H 'Ӡ 'bP]D H bp]D H a`]_ @nH(_@HH '_@HHG 'G,0 c]\@o~G〤 H0_ׂ `\@Otb]D H _ !< @#(H_@0_h _א@@4H __t`__t`wwH b]D H@0d_G_G__7G_?GGϐ@@ssssǀ H?H' b ]D H  cX]D HG d] 'Gˡ<  A@A`̮wwww'__@˒ H,G〤HbP]D H H%'ߠ 'H 'GaP]D a]_k+_@@ H '_ `!4` 'Gߡ< 㵠A@@cwoww'w''G'_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?'_߀h#G H_@ HaP]D a]_j͐ @HOw_ `!@4`_  "@ 'G_ b@]D ,0$@G`X]D @< ,0$$GӀ H c]D HGӣ,0 c]\@_$@enwH_wwwG'G HGa]@w_\`GD`@$< ,0\w_ ` ?!4`_  "@ '_ b@]D ,0$@G`X]D @< ,0$D?'_  "@ 'G_ b@]D ,0$@G`X]D @< ,0$$_@`?2 '_GG?___GGא@@ssss'_ LD`$ $`b]D H?@.ԐG HH b ]D H  cX]D HG dG'G On`X]D Hk_  "@ '_ b@]D ,0$@G,0$@D?' `]\ G@@ w_h_\ ha]aH] `]@"@P H H' '_\ Ha]aH] `]@"@OH H' '_\ @O֐_@Osww_w_t`_wha]Y A@?awww_ ` 4`_  H?H9'_  "@ '_ b@]D ,0$Gס,0$@D?۠ߐ@Gۀ H_\`GD`@$< ,0\w_ !H?H '_ ` 4`__t`G'G< 0A@>cwww_ m w__t`_瀤ha]Y__t`_t _t 0A@>cwww_\ _@ mw_瀤ha]X__t`__t`@''G< @'G'4 @w_ w_0A@>aww_  c]  @ 'G< 0A@>aDww_  c]  @ W'G< 0A@>`Ԯww_  c]  @ 'G< 0A@>`dww_  c]  @ 'G< 0A@=cww_  c]  @ 'G< @w_ @M'G< @w_ @M'G< A@=bww/wO [H=_@M ]w_πh4_w_Ϡ w_w__ h'_L /O'_ wG'G ]H_O_ϐ@ʔ_L /O'_ wG'G ]OHc_\ w_߀h._L OH_L H _ߦ _L``H _,`HA_L OHH _w_\ w_߀o @Nnw_׀ha]Wv__t`_t O_,`__t`_L H_צ _L``a _,`H _,` A@=`,ww_w_@M  k w_ha]W1_L HG_L /H_ߠ wH8_w_H __, _ wH _L _,`_ w_ߠ w_L /H_L O _,`_ w a]_L``_L O_@M0A@<blw `h]\ h `h]\  `h]\ h `p]D Ha]wH  `p]D @Fw_@L  kh w_`]t`_ha]V `0]D `]$`_L H_L H_ wHp_w_?H _U_, _ wH _L _,`_ w_ w_L H_L O _,`_ w__$@ h_L *H `]\ ,` a]t  `]$`H-_L *H#_L  .H_L H_ a]@@Mh a]_L``_w_L O _,`_ w A@;bwwcp]D HH`]\ h `]D  c]$``]\ L H  a]\ hH_@K֒ /w_瀤h_ w`]\ w_L H__@@qH   c]$`Hn_@K@ @w_L O a]\ w_h_@K .w_瀤h__h _ w_L /O怤HH@_L O怤H_L O怤HH2_\ w_hH)_L O怤O_ w_L /O怤 H_L H  c]$`H _\ w_hHO A@:cĮw'w a]\ h  i  a]t  a]\ ha]U `]D HGY'G〤 HGH5'G `]$` a]\ _t` `]D # H! H' `]D 'G' `]D G$@ `]$`G a]\ G@`G'G<  ''ww'G〤 H7 'GG〤H0GGߠ$@# H! H'GGߠ$@'G'GGې@jG__Gߢ@Gې@@\Gې@ؔGG۠@'GG〤OG?H GG  @FA@:`w''ww'' c]D ?Hj bH]D HMbP]t bP]t @bP]t HbP] c]D a]@ ?  s p@js Ha] b] 4!5  0 hߔ w_``]t`_πhb]T  bH]$`HbP]@\  b]$`G c]$`  a]$`H c]D ?H G c]$`HsG〤 HG c]D  H G c]D !@@H\ c]D  b]D $@' c]D  c]D $@'G׀ HG׀ ?HGۀ@??  'GGGנ@HGۀ@  'GGӐ@G c]D @`Gۀ H GGې@GGۡ< @ c]D  b]$`G c]$`G c]$`G〤 H  a]D H 'Ӡ bP]$` bP]$` bP]  H+G〤 H'G# HGH'! 'G'__Gې@@bP]t Gۡ4 bP]$`GG۠$@'_G۠@wbP] H7``]\  bP]t`!#bP]$` GӀ H$bP]\ ``]\ !#@ @IbP]\  bP]t`bP] $ bP]$` G〤 HG?H 'bP]GӐ@@i'G׀ Hb]Gא @(b] 3!yG〤 H bP] H0bP] !#@'GӀ HG۠$ 'Gۀ HGۡ<  @``]\ ,`G``]\ ,`G``]\ G۠ < @ܔG〤 O4bP] O-G? "H  a]$`G?HG HaG?H]G#?cH!?#H'G'G'GGӠ$@'__GӐ@@bP]t Gӡ4 bP]$```]\ bP]t`!  0bP]$` bP]@Ò 'G׀ H bP]  Hb]GbP]  @vb] 2!G߀ OA@7cw'wH c`]D HS b]t  b]t @ b]t H b]a]@?@V p Hb ] 1b] 2!# f w_ bx]t`_׀h  0 f| w_a]t`_πhb(]Q  c`]$`H b]@ a]$`  `(]$`H`8]D H`8]D ' `8]$`HG<*08408'G @H,G ?, G.*08408< @'G bx]\ G@ bx]\  b]t`G4  b]$` a]$`Hya]D H  b]$`a]\  b]t`!  0 b]$`  b]@ ' b] !  0@'G߀ HG߀?Hb0]GG @jb] 1ה!G瀤 HG߀?HG!@@`8]$`a]\ _t`GH ' b]@,Hb8] =b] 1!  b]$` bx]\  b]t`  bx]\ ,`  bx]\ ,`? bx]\ ,`? bx]\ ,` b]@  a]$`G〤 H  a]$` H'G㠌 H `(]D G ?@ `(]$`G< 'H Gې `(]$ G㠌 H!G<*08408< a]$`a]D G.*08408< , @a]$` a]$` `(]D $ H'a]\  b]t`!  0 b]$`  b]@. ' b] !  0@'G߀ Hb@]GG @b] 0"" b]  H a]$`G瀤 H a]\ _t`GH='H9 `(]D   `(]$`a]D $ 'Ga]$`Gۀ H a]$` `(]D $ H'a]D H , < #`_ǠDOG< $ A@5aww'  b]$` ' / b]  H=G H9G뀤 H$ b]t`  b]$`G'G#?cH!?#'G/G< /</</H_ b]t`G4  b]$`GG$@' 'a]\  b]t`!  0 b]$`  b]@C 'G HG?HbH]G @b] 0"[GO b] O A@4cw''ww''cp]D HGG__G@@THGG__GGߐ@@0A@4bܮw'wcp]D H G_@'HG_@ؒ'G'G< 0A@4b4ww'cp]D H_G@@A@4aĮw'`]D HGH'G'G< 0A@4a<w'/`]D HGڐHwG@Mw_@A@4`w''`]D H GG@*HGG@I0A@4`w'w/`]D H G_@H G_@ኔA@3cww'w'7 @Ew_πhbP]N _\ _t`__t`G_$`G_$`_4`__t`_w_װ0'G@Fw_瀤h_\ @CHww_0'G@Fw_瀤h_\ @CHww_0'wG H _@RHGH'G'G< 0'wG H _@RĒHGH'G'G<  A@3`Įw'G b@]D H`]D H/'a]D ?H@F2' @F6'Ga]$`G뀤 H a]$`a]D  <  a  `]t  `]\ hbX]M'a]D Ha]D  `]\ @@Ea]$  'a]D H `]\ G,0D@GHH G 'Ga]D OGa]D Ha]D 'G a]$`G `]\ G,0$@bP]D Hma]D ,`@,` <  a w_߀hbX]La]D Hbh]Hwbp]w_b`]a]D _א@ @C' 'a]D H!G_ߦbx] `]\ G,0D@ @C@'G 'Ga]D Ob]_ߐ @”_@BG b@]$` 'a]D H  `]\ G,0D@GH  `]$` H'G 'Ga]D O `]$` 'G< A@1cw'w_h G_@cH'G'G'`]G_G@ wbP]D H_h_Hwb]wb]G4 _G4  @<_w_A@1bLw'w_h G_@3H'G'G' c]D H GCH$H'Ӡ ' `]G_GGӐ@~wbP]D H_h_Hwb]wb]G4 _G4  @٘_w_0A@1`w'G H H='G b0]D H`]D H/'G b0]$``]\ w_h_D GH _D 'G`]$`GH'_\ w_oG`]$`G'G<  A@0clw'wb]\ hGb]\ D H b]\ wH( `]\ w_߀h_D GHH _\ w_߀o_߀hG w_b]t`_h _ $H_`$4`_D 'G<  A@0aw'G HH+w`]\ w_瀤h_D GHHw_\ w_瀤o`]G@@ j w_\ w_ A@0`w'G HH+w `]\ w_瀤h_D GHHw_\ w_瀤o `]G@@ * w_\ w_0A@/cw'c]D H b]D H5`]\ w_h(_\ hH_\ @?'G_D @GG@G_\ G@O_\ w_oG `P]D H b]D H5 `]\ w_h(_\ hH_\ @?'G_D @aGG@>G_\ G@_\ w_oGI  A@/aw''G_*08408'G <  ^W w_׀hb]IG_G@, b]D H_@?wG_א@Rw_D 'G< A@/`w''wG*08408'G۠ <  ^ w_πhb]IDG_Gې@ b]D H_@?iwG_ϐ@[w_h _ $H_`$4`_D 'G< 0A@.c<w'wc]D H b]D H b]D HG@'G뀤 HGG@>G3'G뀤 O`P]D H b]D H b]D HG'G뀤 HGG@YG'G뀤 Ob]D H  b]D H@( c]D H<c]D H5 b]D H. '_D 0H'_\ G,0\@ b]D ,0$@ <  2 _\ G,0\@ b]D ,0$@$`G 'G_D 0O`P]D H> c]D H  b]D H0 '_D 0H)_\ G,0\@ a]D ,0$@ < `2 _\ G,0\@ a]D ,0$@$`G 'G_D 0O0A@-cTwww_ \˔ w__t`_瀤hb]G__t`_t _t 0A@-bwww_\ _@ \ϔw_瀤hb]GӐ__t`__t`@''G< @'G'4 @w_ w_0A@-aLww_  c]  @ 'G< 0A@-`ܮww_  c]  @ W'G< 0A@-`lww_  c]  @ 'G< 0A@,cww_  c]  @ 'G< 0A@,cww_  c]  @ 'G< @w_ @<'G< @w_ @<'G< A@,bw'w'ww_߀h<_׀h8_b]_א@$Q@<'G,  <  .! #H b] ?H#'ӢG@@Y b]wH /b]wb]_G_@$@@= s@<`'GG@@=(GhaP]D b] @?H'ӠwǢƀh)G_ǐ@ @= haP]D b] @?H'_L HH _Ǡ w_Ǣƀ o_L H_Ǡ wǠ _,`_Ǡ$ w_L H _,`c]@ @; H c]ǐ @m?H'ӠwxH_L .H_Ǡ w_jO_L .O_L H _Ǡ w_L O_L 2H c]ǐ @6?HQ'ӠwǢƀh)G_ǐ@ @< haP]D b] @j?H3'_L HH _Ǡ w_Ǣƀ o_Ǣǀh _L H_Ǡ$ w_Ǣǀh_L H_L HHO 'Gӡ< A@+`w'''w  0@;G'G' '_@@>L'G߀Hc]_G@>H @?H''_w_hG_\` `@=Y?HH_@>1GH'_\ (w_o_@>$?'G< @A@*c\w'?`]$`㺐A@*c wGw'w' '۠ 'kw_wWc ]@;ww_wh _wL H H'S 'SGS'kGkHlk_w@$@:k@:ݒ @wo_oh( _o,`_o wo_owwk@: :wo_oh c(] ?HI'ߠ _o,`_o wokw__owWHkww_w@:l :wo_oh c0] ?H)'ߠ _o,`_o wo_o@ @:bP]D H c8]_w @ΖHc@]G@ @:_ww  0@:G'G'_w@@=?'G׀HcH]_wG@=: @?H'ߠ?'_w_h_D`D`D` @<@'GӀ HH_瀤hG_D G_@?H G@:Ő?'H`]D Hc]a]t`a] @:ܔ`]D 4 @<Gb]\ @@G_\` `@< H+`]D H cP] #$!aP]D HH G@:x?'H G_\` `@<Ĕ O`]D H@< GӀ HHGkHG_G___W@@ H G@:E?'HH _\ (w_oR_@<}GӀ HaP]D cX]_w @?H'G'Gߡ< A@)`tww'w'c`]@:Mw_׀h_א@9 %h_@9'_@9 '_w_L H_L %HH_L  %H_Ǡ wHGGӠ@'_Ǡ w_L O_wGϐ Wє w_׀hch]C_w_L H9_L %H%HH!__GӐ@@9 _GӠ@wH_Ǡ$ wH_Ǡ w_L %O HOO_L _,`_ w_Ǡ w_L O _,`bP]D H_׀hcx]Hwc]wcp]__G @_׀h_@uH '_G_G@'Gߡ< 㾐A@(awG''w' '۠  0@8G'G' 'uc@]G@ @8_u@@;I'cGcHc]_Gc@;E @HBwߠ '_w_h_\ (wG'_Gˠ '_oGˠ <  V wGː V wg_πh_ghc]B_w 'à '_h_D`D`D` @:'G׀?H._gGá,0@wWGà '_WwO_Oc]_D`D`D` aP]D @7@@@_ '_G_ Hc]AאH|Gנې@?c @: b]\ h Gb]\ @@H@0Gנ@@_D  HGנې@ ) '@:  Ha]D HG@8QH@G_\` `@9 H-_gGá,0@wWGà '_WwO_Oc]aP]D @7_D @@^'_G_ Hc]AhG@8H G_Gǥ,0$@GǠ '_\ (w_oH?_Gǥ,0$@_h_@:F 'GÀH'GǀH bP]D H_gGס,0\@@7@:  @m _gGס,0\@@7[Gנ 'GGÀO_g@7PGǀHc]G @j_@7AHw_w_߰@' 'G@?c@:   "H 'G< @'?@8 @ H ?@8 @ O~A@&b ~w'w!a]$`G a8]\ a]D  @! w _h cP] !e"  @6 '? ' _D H _ G,0D@@9  H'aP]D c] @aP]D }H G Hc] cP] !"*  _ G,0D@40,0 w _]`  _ G,0D@ ?,u` G _ G,0D@H  _ G,0D@ ' G  ' _ G,0D@ O! ~'^  ߠ`\@Ot G  ߠ@@7 HO '? ' _D H@ ߦ _ G,0D@< 4p,0\  `?,h _ G,0D@ ~פ ~Ӡ@@8Ӕ 'H G  ' _ G,0D@ O G HOc]a]t`a] @6^@6 ' G H? ' _D H _ G,0D@@6 G  ' _ G,0D@ O_ G@ ~' ~G@4АH! G HaP]D c] @͔ G@5А@8N H G@5ǐOA@$cw'w_h_L HH_@4Ɛw_hc]>_c]@@8w_瀤h ' '۠ '_@4 =w_πh  _,`_Ϡ @7'۠ 'ˠ ' c ]\ h!Gߥ,p,p c ]\@_@@5* HHGߠ 'Gߥ,p,p c ]\@oGߥ,p,p c ]\@h c]_ @HtHJGGߥ,p,p c ] D@ c ] D@ې@@7 'HHGˀH c]_ @Gߥ,p,p c ] D@'GGߥ,p,p c ] D@ c ] D@ǐ@@7S 'HGߥ,p,p c ] D@ H , < #`_DG〤 HaP]D c]_ @c]@7Jw_瀤o/_@4:  pA@#bܮww 'ˠ 'Ǡ?'?_$`?_$`ߐ  @4  @5 'G?HHϐ  @3 7Gϐ@@5 G@6  HHnGߠː@@6 HHb  @5Ô 'G_$`GÀ?HHT_D <! '_D ߐ@@6 ?H aP]D HH:H 'Gߠː@@6'G_$`GÀ?HH%G@4'?'_D <אGǀ H_D ߐ@@6n  H aP]D HH H'_D ?H_D @3_D ?H_D @3G?HG@3?'G< 0A@"cww* HaP]D c] @?HW'bP]D H `]_ @\@4l'G HaP]D `] @cP] #GG H&G@3G@6* H G@6#  Ha]!`]_@@5<@2Z _@6@2UG@3rG'G< A@"aw''G@?  w_'G$` @HG HG'Ӡ 'GGӀH G, 'GGӀO @3nw_瀤hGGL@<  Q5 w__t`_πh`] w__t`_ǀhb8])ː_\  a]\  a]\ ,0@@ڔH_t  a]\ _$` a]t _D H_  H _  @, _,` 'G< 0A@a$w'w_@@\HaP]D b@] @o?H' 'G< A@`twwww_t@[,w__t`_haP]D bH] @n H'_ǐ@@[MHbP]Hw__  ?4 @ @[ HbX]Hw_\ w_D w_߀hE_ !< @HH;_ǐ@@[HbP]Hw_ !< @@?  ` '_G_!<,@D@@@[RHbX]Hw_נ w_w_ߠ$ w_߀o_ǐ@@ZHbP]Hw__  ?4 @ @[' HbX]H}w_߀h,_ǐ@@ZHbP]Hlw__`D` @[HbX]H[w_נ w_w_ߠ$ w_߀o_  H_  ?H'_ 'G/_ǐ@@ZHbP]H3w_@ @ZΖ HbX]H$w_ǐ@@ZiHbP]Hw__  ?4 @ @Z HbX]HwϠ H'_πhaP]D b`]_ϐ @mі_\ @\  'G< A@ cDww'wG H`h]Hwa(]w_w_\ w_D ?H_\ $ _$`_w_Ǡ$ w_w_h4_\ w__D ,p,p_@H_D H%'_w_D 'G$ _$`GH_\ $ _$`_w_Ǡ$ w_w_o?_$`_D 'G< A@ atwww''_G@@Xgw_׀h__@'_@[kGӀH?H/'H+aP]D @[nH G뀤 H_@HaP]D bh]_GO @m?H' 'G< 0ww_t __\``  H_?H"'_ !< @#H_t __\`` x H_Đ?H' 'G< A@ bww'_D wG_D @_\ w_w_ߠ$ w_w_πhZ_ , '_ !<@H ˠ '_D wH_D LwG_D @`X]D H_h_@'Gˠ < @GG@G_G@HGˡ< @_ w_w_ߠ$ w_w_oA@ `ww'w'_G_@]'GGߠ @^G߀ H|_bp]@ @#wנ /_  H֠ /_  H֠ /_  H֠ /_  H֠ /_D H֠ /G֐@֠ HG_ @֠ HG_ @ ֠ HG_ @֠ HG_ @֠ H_G@__ׂ `\@Ot c]_ `\@Ot0A@ b|ww'_\ h o_t _\``K_\ _\  a]G@ >_ !< @#H_\ hI_t _\  b8]G@ "0A@ aTww'G'_h. '4 ' c]D H렌?HH&G4 H _,`H _,`G4 H!<@'H c]D H렌?Hbx] @jb] "'4  A@ cĮww' /G'G瀤HG 9ݔ w__t`_߀hb]%H_t G_$` 'G瀠H|Gt'ߢG@d'怤H!<@H GGߐ@@'H GGߐ@}'H=!<@H`X]D H c]D H  b]D HGP'H`X]D H c]D H  b]D HGߐو'G_\ G,0$@_\ G,0@$`ۡ< @/G 'GG瀤O ?/4  A@ `ܮww'' /G'G׀ HG_\ hb]GOG_\ <  @ib] "G׀ HGנ$ Hk'_\ '_b]@ >e#w c]_߂ `\@OtG/ޠ H G: _,`ޠ H G~: _,`ޠ H Gs: _,`ޠ H Gh: _,`ޠ H _G@*08408< /_D H _  H_ ` ?,`_t G'G< 0A@ b$ww' a]G@ D_ c]D ,0$@$ _ !< @#H_  "@ ' b8]G@ &2 _ b@]D ,0$@G,0$@$ A@ aww'w_h?'H-_G_@`'G߀?H!_\ '_b]@ =#w__ׂ `\@Ot_t  c]_ `\@OtG'G< 0A@cwww c]\ ?h  a]\  c]t`_\  a]@ _ c]D ,0$@$ _ !< @#H, cx]\ ?h  b8]\  cx]t`_  "@ '_\  b8]@ j2 _ b@]D ,0$@G,0$@$ww_\ w__,0@w__\ ,0@w__t`_w_$ w_w__߀h_M_\ h_\ @V_w_$ w_w__߀o@A@alw c]\ ?h a] c]\ @? c]t` cx]\ ?h b8] cx]\ @? cx]t`A@`www''!< @#H砌"H  "H ?'H렌(H砌(H 렌$H  $H ?'a]w_א@ @R'Gˀ Hn_נǐ@@Rߒ'Gˀ Hb]wH^H@4  _א@HHTwHC_  HH<4  _א@jHH?wH.4  _א@\HH1wH  _א@OHH$wHGǀ H  O OHO O_א@ @R'Gˀ OGˀH_πhaP]D b]_ϐ @gM?H' > !@'4 A@a$www'w'G뀤 H!_  H_@U5'GӀ HaP]D b]_ @g?HU'HQ_ '_\ h _`@H?H@'G뀤 H_\ې@ܖ'Ӏ?H H+'_G_\ @@T HaP]D b]_G @fŘ?H 'G뀤 H_$` 'Gס< A@bwwww ' c]D H`]D H  `]D H  aP]$`?H'_ c]D ,0$@D 'Gۀ HMG a]\ hE a]\ w_Gۡ,0@w_\ h_\ __ @H H'ˠ 'G'G׀H ' c]D H_h____ @  H?'_ !< @#HGHf'_  "@ '_ b@]D ,0$@Gӡ,0$@?'Gۀ HNG b8]\ hF b8]\ w_Gۡ,0@w_\ h_\ _ǐ@ZH H'à 'G'G׀H#G߀ H ' c]D H_h____ @  H?'G'G< w_\ w_\ 'G'G$ 'G'G߀HG_w_\ w_D 'G'G$ 'G'GǀH&_ !<@H _D g_$ H _D Բ_$ _Ϡ wG'G$ 'G'GO_ wG'G$ 'G'G׀O@A@aw a] b8]A@a4ww_hb]w`]D < !'_@PL w_πh;H#H4 c]D HH+b]_R aP]D @[ @dHaP]D 0H OOO YOOGH?' c]ׂ `\@Ot_Ϡא@L'_@SGˀH b] dvGH '瀤 HD'bP]D H b]G_ @dZG'G< 0A@bwww_ 3 w__t`_瀤hb]Ԑ__t`_t _t 0A@b www_\ _@ 3w_瀤hb]__t`__t`@''G< @'G'4 @w_ w_0A@`ww_  c]  @ 'G< 0A@`<ww_  c]  @ W'G< 0A@c̮ww_  c]  @ 'G< 0A@c\ww_  c]  @ 'G< 0A@bww_  c]  @ 'G< @w_ @'G< @w_ @v'G< 0ww_] _]`$,p ,p$,p$] ]`$@l#w_ A@atwwww'__h dH'_wߕc0] H_wߑȑH'G'G'G〤HZa8]\ ha8]_@w_h w_a8]\ $@wߕc8] H_wch]``cp] H`㕧ʑHH c@] ?_wch]``cp] H`㕧ʑHHc8] ?Hfa]D ,p,p c]@_@Sw_h w_a]D ,p,p c] \@$wߕc8] H_wch]``cp] H`㕧ʑHH c@] ?cH] HH__$@wߕc8] H?cH] ??cP] Hc@] c@] H ?b]wHc@] Hc@] ?b]wHc]wcH] H c]@ @@rH7c]cX] ȑH'Gc`] ȑH'G߃<``<.! L <$@H'G߃<``<.! L <$@ @@@ÚG〤H!#c] c]D L c]D H c]D $@$  c]D H @@H #c ]@ @  `8]$`c(]_.dG_# @;[@saRsG〤H  `8]$`0A@bww' b]D H`]\ _@y`]\ D @ c]$`HG c]$` c]D `]\ D D$@ c]$`0A@aww b]D H @_@@ a8]  @ A@`www b]D HH `]D ?H@ `]$ ߐ@Ȓa8]\ hV `]D ,p,p c]@ߐ@%h `]D ,p,p c]@a8]\t`\t`a8]t H_a8]t`_a8]t`_a8]t` 'a8]Gץ,p,p c]@ `\OtGנ 'G׀ OHW `]D ,p,p c]@ߐ@6#hH\a]D  `]$`a]D  <``.! L $@a]$`_ `]D ,p,p c]t@_ `]D ,p,p c]@t`_ `]D ,p,p c] t@@ 'G `]D HGۀ?HH __ߐ@ A@awwwwbP]D H cx]_@! H HaP]D c] @`c] # 9'G߀?HaP]D c] @_c]   ?G߀ HgGא@ HG@ HG@ܐ H GӐ@m  HaP]D c] @_c] ڔ HG׀ HG@GӀ HG@`] @\` a`]D HW _\`@d@aP]D c]_\  @_c]  TG@ HG@~ HaP]D c] @_hc]  YG_$`G_$`G'G< A@a|w'wwww`@]D Hc]c]a]@ t@ƖH H' ' H HaP]D c] @_c] + y'Gπ?HaP]D c] @^c]  Gπ He `@]$`  b]$`? c(]$``]t  `]\ h `]t [Gǐ@h HG@ʐ HG@Đ H GÐ@U  HaP]D c] @^c] ” Gǀ HG@GÀ HG@_G_@G@ HG@ HaP]D c] @^rc]  G_$`G_$`G'Gӡ< 0A@awww_ -_ w__t`_瀤hc]__t`_t _t 0A@`www_\ _@ -cw_瀤hc]g__t`__t`@''G< @'G'4 @w_ w_0A@cww_  c]  @ 'G< 0A@c,ww_  c]  @ W'G< 0A@bww_  c]  @ 'G< 0A@bLww_  c]  @ 'G< 0A@aܮww_  c]  @ 'G< @w_ @ <'G< @w_ @ 2'G< 0A@`ܮww_@|'G c]  @ HG H_@k'G c]  @ HG OG'G< @w_@K'G HG?HG H_@;'G H G?HG OG'G< 0w'G$ 'G H_G@HG$ 'G H _G@OG H _GL@ \HGH'?'G'G< A@bLwwwc]wנ ' '_K'G瀤?HG瀤 HGa]D $ H-a]D $a]$` b]\ a]D @ + b]t  b]\ h c]_א @[ H'H  b]\ G,@G߀ H c]_א @[˔ H'_ b]\ @H H'_ H' b]\ G@@'G〤 H  b]\ G,@c]_ b]\  @[ Hj'G〤 H b]\ G$ < L@ HG$ H'G'G'_@ ('H6G c]  @ H  b]\ G,@Gߠ '_'HG b]\ G,@G 'G'_@ 'H G瀤 O ]OeOG瀤?HG瀤 O%c]_ b]\  @[* 'G< A@awww' ' 'ߠ 'c]wGۀ HGa]D $ H-a]D $a]$` b]\ a]D @ *} b]t  b]\ h c]_ϐ @ZԔ H'HG߀ H c]_ϐ @ZÔ Hy'  b]\ G,@Gߠ 'G'G'ۦ  b]\ G,@H b]\ G@5'G〤 H  b]\ G,@ `]_ b]\  @Z H>'G〤 H b]\ G$ < L@ HG$ H'G'G'_@ 'HW  b]\ G,@ `]_ b]\  @ZT H 'G c]  @ H  b]\ G,@Gߠ '_i'HG b]\ G,@G 'G'_@ ې'HG뀤 H ?O OOOq =OHOGۀ O _:'G뀤?HG뀤 HGa]D $ H-a]D $a]$` b]\ a]D @ ){ b]t  b]\ h c]_ϐ @YҔ H'H^_@ |'Ha b]\ G@S'G〤 H 'H)G'G߀ H b]\ Gߠ@^HGߠ$ 'G߀ H  b]\ Gߠ@LO_@ B'H'G b]\ G,@G 'G c]  @ HG'_@ &'H G뀤 O OOG뀤?HG뀤 O_  b]\ G,@_ b]\  b]\ G۠@'G< 0www_e'G߀?HhG߀ HdH?_W'HT_'HN_h HQ'__@H HF'_9'H6_3'H0__Gߐ@H H-'_ 'HG߀ ;H  O #OO [H ;OOO \OOG߀?HG߀ O 'G<  A@`ww `]w_h_L H  `]_ߐ @XHw_ ` ]@@ Cw_瀠haP]D  `(]_ @Xٖ_w_A@ctwwww `0]w_w_׀h Hd' b]\ h ___@'H?$a]$`a]D  '  b]t  b]\ h `8]_ϐ @X1_@  H-'___@' b]\ @ b]t  a]$`_@ ېG߀H  `@]_ϐ @X H' 'G< 0A@a\www_ 'M w__t`_瀤h `H]~__t`_t _t 0A@`www_\ _@ 'Qw_瀤h `P]U__t`__t`@''G< @'G'4 @w_ w_0A@cTww_  c]  @ 'G< 0A@bww_  c]  @ W'G< 0A@btww_  c]  @ 'G< 0A@bww_  c]  @ 'G< 0A@aww_  c]  @ 'G< @w_ @*'G< @w_ @ 'G< @A@`wb@]  (@~P0A@`wb@]\ hb@]\ Hw `X]w_w_0A@cwb@]\ hb@]\ Hw ``]w_w_0A@bwb@]\ hb@]\ Hw `h]w_w_0A@bdwb@]\ hb@]\ Hw `p]w_w_@A@aԮwb@]D 'G<  A@a|w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `x]w_w_w_ A@`\w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `]w_w_w_ A@c<w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `]w_w_w_ A@bw'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `]w_w_w_ A@`w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `]w_w_w_ A@cܮw'G HGa]D H `]\ G,0\@\ (h  `]\ G,0\@\ (Hw a0]\ (h a0]\ (Hw `]w_w_w_ A@bw'G HGa]D H `]\ G,0\@\ 0h  `]\ G,0\@\ 0Hw a0]\ 0h a0]\ 0Hw `]w_w_w_ A@aw'G HGa]D H `]\ G,0\@\ 8h  `]\ G,0\@\ 8Hw a0]\ 8h a0]\ 8Hw `]w_w_w_ A@`|w'G HGa]D H `]\ G,0\@\ @h  `]\ G,0\@\ @Hw a0]\ @h a0]\ @Hw `]w_w_w_ A@c\w'G HGa]D H `]\ G,0\@\ Hh  `]\ G,0\@\ HHw a0]\ Hh a0]\ HHw `]w_w_w_ A@b<w'G HGa]D H `]\ G,0\@\ Ph  `]\ G,0\@\ PHw a0]\ Ph a0]\ PHw `]w_w_w_ A@aw'G HGa]D H `]\ G,0\@\ Xh  `]\ G,0\@\ XHw a0]\ Xh a0]\ XHw `]w_w_w_ A@cw'G HGa]D H `]\ G,0\@\ `h  `]\ G,0\@\ `Hw a0]\ `h a0]\ `Hw `]w_w_w_ A@bܮw'G HGa]D H `]\ G,0\@\ hh  `]\ G,0\@\ hHw a0]\ hh a0]\ hHw `]w_w_w_ A@aw'G HGa]D H `]\ G,0\@\ ph  `]\ G,0\@\ pHw a0]\ ph a0]\ pHw `]w_w_w_ A@`w'G HGa]D H `]\ G,0\@\ xh  `]\ G,0\@\ xHw a0]\ xh a0]\ xHw `]w_w_w_ A@c|w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw `]w_w_w_ A@b\w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a]w_w_w_ A@a<w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a]w_w_w_ A@`w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a]w_w_w_ A@bw'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a]w_w_w_ A@aܮw'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a ]w_w_w_ A@`w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a(]w_w_w_ A@cw'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a0]w_w_w_ A@b|w'G HGa]D H `]\ G,0\@\ h  `]\ G,0\@\ Hw a0]\ h a0]\ Hw a8]w_w_w_0A@a\w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@`w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@cܮw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@cw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@b\w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@aw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@`ܮw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@`w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@c\w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@bw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@aܮw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@aw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@`\w'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@cw'G HGa]D H  `]\ G,0\@D H' a0]D 'G'G< 0A@bܮw'G HGa]D H  `]\ G,0\@D!H' a0]D!'G'G< @A@bww_ !@_ a0]@@00A@awww_h_t H_@o_t _\ h  a@] [! A@awwwa]D  '_߂!`\@Ot_h_@'G瀤 HGHn'a]D ' `]\ Gې@ A `]t  `]\ h!@/ `]\ a]D ,0t@ `]\ h `]\ a]D ,0\@h?H1'a]D  a]$` `]\ G,0\@H `]\ G,0\@ߐ@@_h `]\ G,0\@ _@IG'G< 0ww__h HR'_h?HK'_h HD'_H _ w_O_ߐH _ w_֐O_6_2@H _L H_L HH _ w_ wO_L _L $@'G< 0A@`ww_L -H?H5' ' a]\ h"G,p,p a]\@_@x HGH'G 'G,p,p a]\@o aH]_ @J?'G< 0A@cĮwww '_ aP]@= H_ aX]@3 H _ a`]@) H _$`H._ ah]@ H_ ap]@ H _ ax]@ H_$ H  a]_ @J7 'G'G< 0A@b,wwwa]D $ 'G瀤 H) `]\ G,0\@\ _@ʒ H_h _ `]\ G,0\@@H G$ 'G瀤 OG'G< A@awww ' a]\ hwG,p,p a] \@h]G,p,p a] D@ HQG,p,p a] \@w__ a0]$@w__ a0]$@wH_D _$`H/_D _$`H)_L _,`H#__\ @HHG,p,p a] D@ O, < #b@_ǠܠDG 'G,p,p a]\@o@((XXx(A@bw'wwww_b'G߀ H  a]_ @I/ H)'Gߥ,p,p a] \@wG H_wH'Gߥ,p,p a] D@ H  a]_ @I H' `]\ G,0\@_ a0]$@wH__@bH__@[_D `?'G_$`H_@D_$ H_L _,`H_ a]_ϐ@@1H__@_\ w_h%_@8'G H_G$ < L@ /HG$ 'G H _G$ < L@ /O _G,@H__@H__@$@(H 'Gߥ,p,p a] \@ \ h9_Gߥ,p,p a] \@Gۡ,0@\ @ HGߥ,p,p a] \@Gۡ,0D@_$`HG۠ 'Gߥ,p,p a] \@Gۡ,0@\ oGߥ,p,p a] \@Gۡ,0@\ h _@ H_@_$ HHGߥ,p,p a] D@ H , < #aL_ؠD 'G< Xt0A@aLwww c0]D H?H'c]D 'G__@'G< 0A@`ww_ a]@x  "H ' ' c0]D HG뀤HG c0]$` c0]D H H?'_@ /h  a]_ @G H-' 'c]D H 'GH a0]_@'Gc]$`G瀤 H  a] G] H'G'G<  A@bww' '  c0]$`{_@$@?c]$`GHHw a]wߢ_ a]@'G'G< @A@aĮwa]D 'G< 0A@alwwa]D $ 'G HGj_@ HH G$ 'G OG'G< 0A@`www_ ! w__t`_瀤h a]R__t`_t _t 0A@`www_\ _@ %w_瀤h a])__t`__t`@''G< @'G'4 @w_ w_0A@bww_  c]  @ 'G< 0A@b4ww_  c]  @ W'G< 0A@aĮww_  c]  @ 'G< 0A@aTww_  c]  @ 'G< 0A@`ww_  c]  @ 'G< @w_ @'G< @w_ @'G< A@cww'w'ww_\ L /H  a] E~?HQ'_@) @w_h _w_ w _,`_ b]D  a8]\ a]D @'Gπ?H  a]  z&G_G_@@@D'GˀHGH 'GG_א@@?*'G'Gӡ< A@b w''ww'?'۠ 'G a]`]D Gא@G〤HMw_πhF_L HA_ a]@@w_ǀh'_@H!__$ _ǐ@ @'GÀ H G_GÐ@_ǀh_@O_ǀh_@G a]@G__@wHG〤H b] D?H'_ b] `]ې@@ HG〤H  b]_ @DH G b]@?Hn'Gۀ H! `]D HG〤H  b ] D`H G b(]@i?HM'ߠ '`]D  `]D H `]D `]$`GۀH `]D $ `]$`H`]D  `]D HGG׀H `]D $ `]$``]D H b0]$` 'Gߡ<  A@a| |gw''w'wߠ |'G뀤 H_\ h b0] a] c ]@ @H  |sH' |s'_\ L /H  b8] C?H-'_\ @' / |w |_h _\ @*'H  |__\ $@'GӠ <   |ww |w_h b@]- |w__\ GӠ < @@ / |w_G,@ |w_GӠ < ,@_h bH]@w_h bP]@wGGӐ@4  H?H'۠  b]$` | |@i |G#HH bX] | |G,0t@ |G  |'G뀤 HX |G#H b`] C a] ށ!_\ |w_GӐ@@e H_\ GL@ H |w_ | |G,0t@ |G  |'H_\ | |G,0t@ |G  |'_ߠ wG$ 'G뀤 O | |G,0t@bP]D H  bh] |@G bp]G |w_@ `]D H`]D H  |oH' |o' |oG ` ]$`GӐ@JH  bx] Bw?H'ۢ b]@ @ H G_@@ÔO b]@@z HH6 b]@@n H@  b]@ @ H  b]Ӑ @B3?H'cP]D H  b]Ӑ @B!O  ` ]$`b0]D H3 ' |GH% |Gס,0\@hHG |Gס,0\@G Gנ 'G |GOG H) ' |GH |G b]Gס,0]@ޔGנ 'G |GOG a]@Ò cp]D H G |@y`]D H`]D H `@]D H |w_@k 'Gۡ< A@cw''wwwߠ 'Ӡ?'_h b]wG_@@ @X_瀤h_\ hG_\ @ؐ@ @E_ w_\ o '_Gӡ,0\@h*G_Gӡ,0\@@@ @(_Gӡ,0\@L .H _Gӡ,0\@L  HH GӠ '_Gӡ,0\@oG0 G@kGϐ@] H GϠ HGϡ<  H7Gπ H b]Hw b]wGπ H aP]D @Hw b]w b]G__@@@ H b]p_Hww_װA@`w'w'_w_G@$ wG_ߐ@ @ 'GӀ HGӀ H aP]D HO?H'_L HH __׀h_ߠ wO _,`__$@'G< 0A@cDw'w'G뀤HaP]D  b]_ @@H  b]_ @@JG b]@U?'G<  ~pA@b\ 7w'''wwߠ?'?'wGwG'?' 'wG``]t `]\ L H`]t __GAG셐@@ ݖH/ b]___ @?G=H G b]_@HG c]___@@֘?H'c]D H b]D H c]___ @?GRG@@ ؒH<aP]D HaP]D  c]G6 @?ԖG c]@H c ]G @?nG c(]Gu@t?H8'GGG__ b]@@@a]t a]\ hG c0]_@N?H'G `p]$`GH `]$`GtH c]\ h GW c]t  c]\ Eb iH  a(]$` a(]D H  c]\ EL oH  a]$`@p  "H  c]$` c]D HVGw_@H _H c8]_ @>ŔG c@]_@Δ?H'_@ 'G감w_@H _bH cH]_ @>G cP]_@?Hh'_@'G힐 cX]t GH cX]\  cX]@@w_ha _,` cX]\  tw_h G cX]\ @ H/'۠ /_,`_  bP]@ Xw_hG cX]\  cX]@@Tɔ H ' cX]\  9ww_w ap]t`_wh  cX]\  ap]t`_ cX]t`H+ cX]\  w_h G cX]\ @ H'_ ap]t` c`] cX]t`  bP]$`H' cX]\  bP]@ w_h G cX]\ @b H'_ cX]t`_ ap]t` bP] H  bP]$` c`]宒 H  cX]\  bP] @塒GVw `@]_@ " G걐w `@]_@  G\w `@]_@  Gw `@]_@  G蒐w `@]_@  9ΐ GJ H G촐J Hw ch]_@@ H8o cp] ap]\ @@ H)g cx]_@@ H_ c]_ߐ@@ HW c]a]\ @@ߔ H c]_w@J_o@G_g@D__@A_W@>`] @GQJ Ht@'OGO HaP]D  c] @=/G c]@?H'GOHT c]GO@@ H_@GOS@  H?'S c]GS@@x H_@GS HGS<  'SH?'S c]GS@@\ H_@̐G@ H?'SGS@쿐G J H c]@: @@7 H_@K@ H @o'G HaP]D  c] @<G c]@X?H'G HGO@햐GKIGK K@t C' CG H@g  c] K@@ H_@V G'GK K@K C' CG H  CGHH"@6  c] GG K@@ H_@! GG  G'OGK@-@+ @) Gr@'SGS H@ GS<  @GK@GOȐGO'@ GH$_@HaP]D  c]_ @;G c]@?Hl' cX]\ w_ H G_@ HX' bP] HGH b]$`G'{G{ bp]$`G{ HGH  bP] H H'w 'wGw bp]$` bp]D H- c]@5- H#!< @#H c] c] @;+G `]_@4 a] ֏" c]D HhG@kHaP]D  `]G @;SG `]@ ?H'۠ @UHaP]D  `] @;7G ` ]@?H'G@B HG@D HaP]D  `(]G @;G `0]@͒?H'@8  "H  c]$`G)h%G#J HG`(]t `(]\ @# h `8]_ @:`(]t G `@]@G_b0]D Ϭנ@@sys_wǠ bP]$`נϐ@Q' cp]D H&GH"_w  cp]$`G_Ϫנ@ sys_wǢנϐ@Q֒'HwGHGG___ǐ@@w_h_@  b]$`  a]$` `p]D  H  a]$` a]D H  c]$`GH b]D H  b]$`? c]$`H c]D H  c]$` c(]D HG c(]$`_hPa]\ L H'`@]D H `P]Hww `X]ww `H]_w_a]\ __ @@9sH `@]D H `P]Hww `X]ww ``]_w___ @@9w_@NbP]D G꫐@H GꥐbP]$ `]D H`]D H `@]D HHPGH_hHGG@s`@]D H: `]\ h( '{G׀H"_G{,0\@ `h]@ @ H  `p] `]t`H G{ '{G{G׀O `]\ hG RGH_h_h _@o@:  @6͖ HM%! a] N#I`]\ h& bx]\ ?h  bx]\ @@? bx]t` cH]\ ?h  cH]\ @.? cH]t` b]D HGH G_ H H GW H? b]$`G,H bX]D H G bX]D HGkq`@]D HG9wHGːw_L H-_`]@ðww_w a]t`_wh`@]D H `]Hwo `]wo `x]_o_ @84GGG_ϐ@ 'Gۡ< 0A@؂bw' ' 'GH!GiHG `]G懐Gⓐ@ G 'GGO`]D H G `]@@A@؂`w' b]\ h  b]D H c]D H  `] b]t`H  `] b]t` b]\ G@Z'G<  A@ׂcw''GG@jm H  a] #GwG w `]__ @7m b]D H G `]@GHGG@$5 H?H~' /G@$H?Ho'OH  `]@@U H `]__ @7&G?HQ'O #HG `]@%?HA''Gۀ H `]__ @6G b]@?H!'!`]$` b]`]t``] @gGGG__ߐ@@'G<  A@ׂ`wfw@5'_h_L HH]GԨ_`] < !@%.'G߀?H,Ԗ a]! `]_aP]D @6@@頖aP]D  `]_ @6˖ a] #ۢ `]G@ @璖@'GߤGې@@篔GۀhOG@箐@A@ւbw@V'GH!G Ha]! `]aP]D @ؐ@@C a] і#@b Z@ 'G@q a]@Ò G 'G O@A@ւaw H 'G@L a]@螒 G 'G O L Hr' Ha]! a] b]\ @@ a] 9$ bh]D HHn b]D Hߟ'G b]$`G H#i b]$` a8]\ hJ H a8]t 1  a] a] b]D  @5| b]D  c]@T?'G< 0ww_h_L H H'__@@ 'G<  www' 'G〠H_GL@_L@_L@H H 'G۠ 'GG〤O 'Gߡ< 0w''G< 'G 'G뀤H_G@ @̔GGH  G  ,@ _G,@G GH_G G$$ < @ @嬔H㾐A@Ղ`wGww ' 'wowg_h_L H H@'_@, /w_߀h  _,`__$@'cH_@+'c_ a ]@@惒ch_@  :h _߀h /_,` H'  0@P ' ' '_@@  H _߀h /_,` H'_@@'_߀h /_,`_ߠ wG H a(]_G@ @4G_@ H'_D _D H 'HH;_\  wo_\  wg 'H9_\ wW_\ wO_W wo_O wg '_O H _W _O H 'HH a0]_D  @3 'Hu_D  O OO?w_߀hM_\  _ߠw@@l H?wW_ߠW@@j w_L H_WL H a8]_ @3Ŕ 'H;_ h 'H3_ h _G, < h a8]_ @3 'HH w_ h w_< G@~_o_gwG@G'_@'_@$G'G< A@ӂc\wwww_@w_πh a@]__瀤h__ aH]@@/w_׀h#__א@H __א@eH_@ H' aH]@w_׀o_@ 'G<  wwww_瀤h_L Hw_߀h_L Hw_瀤h___@H H'_߀h H'_߀h___@hH H'۠ 'Gۡ< 0A@ӂ`ww'G H H4'_!@d!'G뀤 H H'' 'GHGG, @ H H'G 'GGOG@ aP]$` 'G< A@҂ctww'w' aP]w_wG,  <  .! ' 'GHPGǥ,`,`<` @< 'Gǥ,`,`<` @ ?$@'GӀ H_G @< GӠ  <@ ?'H_G @< GӠ$ ,@ ?'GϠ GHG_GϠ < @< GӠ$   <@'_GL@_G,@GǠ 'GGOG〤HGǡ<` @ ?$@H =_G,@GǠ 'G〤H Gǡ<` @ ?$@O _G,@wwϐ  @_@ @n@ 9_< /_< !?<,@4 /_< 4  /_< 4 /_< /_< !?<,@4 /_< 4  /_< 4 /@2 @/2 !?<,@4 @/2 4  @ /2 4 / R ϐ  !1'G_@ 㾀A@тcTw/'ww'Gᛐwנ 'O_׀h_L H H'_א@ 'SGS H H'_נW@+3?HaP]D  aX]_א @1 'OH'GLH!g H  a`] 1! 'OH@ HGo H  ah] 1 'OGOH ap] 1GS@Y Ht'_L #HGS@N Hi'_wGGSF@ @J hGS@< HW'OF H_wGH_Gh_GL OFH_G wGH_GL HOF :HHwGO_w7G〤 H$GS_7@ @ h_7L HH_7L HH_7 w7G$ 'G〤 O _7,`GS@ 'Gߡ< 㼐A@ЂcwGw '[ ax]@wO_hHw_@ 'cGc HaP]D  a]_ @0_Oh a] 0IHxw_o@*0?HaP]D  aX]_ @0 '[H! H  a] 0$ '[H@ HG H  a] 0 '[G[HGc@b a] 0_Oh a] /H'wGco@!@Q'_Gc@EG_ H oG_,@o a]@@㾒wg_gh_g@NHww_ www _@?@: @_@8@: @]'ӢG_@. |A@ςcwo'''wwwGٓw_ǀh_L H a]Hw_ߠ@G a]_נ@G@1H @Ғ ww_wh a]Gې__ߐ @/LHwϠ _w,`_w ww_@߻w_ǀh a]ې_ a]@@w_h_@@HH  a]@w_o_@_h a]Gݏ__ߐ @/HVwϠ "@G@!H "@߱ a]Gg__ߠ @@.֚H,wϢ@  "@ߑ_w@@ H a]G?__ߐ @.HwϠ@%w_ϰA@ς` w'ww_h_L H a]wap]\ w_߀h ax]@w_߀h a]@ w_߀h b]w__@G b]_@gA@΂bwwww_ /․ H_ /ր H_\ h ․ *H?H'H_\ w_ w_ /ր O b]D H c]  @ H@Q/Ha_ w_ /․H H'Heր /H H'H\_ w_ *H_ w_ *H _ w_ *O 'H '_ H!G׀H_@2 /h HR'_\ w_w_ w_w_o HA'ր H_\ w_w_ w_w_hH3_ /O___@?'Gۀ HG׀HGۀ?HGH'H G׀H ր /H?H'_ w_ /O?H'_ w_ /․ ^H !/$ !`?'G'G׀H_ w_ / /ՠ '․H?H'․ \H_ w_ /․H?H'․H 'H\․ -H7ՀH3_ H._  ]H)_ w_ /․ \H_ w_ /․H?H'․H ՀH '۠ /H#․ [H_  :H_ w_w_ /․H․ ]H_ w_ /․H․ ]O․H?HP'__Ǡ$@$ 'GÀ H_ ? :H_Ǡ$ w [/․H 'HGÀ h$_  b]L H_ b]GÐ@@ H c]  @ H 'HGÀ h$_  b]L H_ b]GÐ@@” H c]  @ H 'HGÀ h%_  b ]L H_ b ]GÐ@@ܜ Hb]\ ֡,0@ @H 'H[GÀ h$_  b(]L H_ b(]GÐ@@u H c]  @ H 'H5GÀ h$_  b0]L H_ b0]GÐ@@O H c]  @ H 'HGÀ h$_  b8]L H_ b8]GÐ@@) H c]  @ H 'HGÀ h$_  b@]L H_ b@]GÐ@@ H c]  @ H 'HGÀ h$_  bH]L H_ bH]GÐ@@ݔ H c]  @ WH 'HGÀ h$_  bP]L H_ bP]GÐ@@۷ H c]  @ H 'HwGÀ h$_  bX]L H_ bX]GÐ@@ۑ H c]  @ H 'HQGÀ h$_  b`]L H_ b`]GÐ@@k H c]  @ H 'H+GÀ h$_  bh]L H_ bh]GÐ@@E H c]  @ H 'H?Hh' /H ․H '/_ w_ /․ ] 2H 'GˀOuGG׀Hր /H H?'H< [H  *O ?OOO7 \OO_ w_w_ w_ /․ OH_ H H'_\ w_w_ w_w_πo 'G<  www_ H4_ H_\ w_w_ w_w_πh H6'_ O_ _ H H''_ w_w_ w_ O_ H H'_\ w_w_ w_w_πo 'G<  w'_\ w_w_\ h _ߠ w_\ o__׀h8_ߠ$ w_\ w_@_w_Ϡ$ w__\  h_ /HG$ 'GH _ߠ _t`_Ϡ Hw_Ϡ$ w__\ o__׀oG H _ߠ _t`_\ Hww_0A@ɂcwww__ ``]@=  "H 'G< 0A@ɂcdwww  b]$`__b]@  "H '  b]$`G'G< ww'_w_wG뀤 H G@9wH_\ w_נ w_πh HT'___א@֔'Gˀ HBG뀤 H>Gˀ?H:_ H_\ w_w_נ w_w_h H*'O_ '_Ϡ wG'GÀ /H___א@'Gˀ HGˀ?HHOGˀ  "H 'G<  ww'_w_wG뀤 H G@wH_\ w_נ w_πh H'___א@F  "H 'G< @w_@ٞ'G< P www_w__א@@۳'G߀ HGH"'Gߠ < @_t _\ h?H'_w_\ Gߠ < __א@@ێ'G'G<  wwwwww_t w___א@'G'G<  A@Ȃawwb]\  'b]\  'b]\  'b]\  '''''ۤ @<@נ @_ @ ?,` ?4` ?'ߤ @<@۠ @_ @ ?,` ?4` ?' @<@ߠ @_ @ ?,` ?4` ?'פ @<@ @_ @ ?,` ?4` ?'ۤ @<@נ @_ @ ?,` ?4` ?'ߤ @<@۠ @_ @ ?,` ?4` ?' @<@ߠ @_ @ ?,` ?4` ?'פ @<@ @_ @ ?,` ?4` ?'ۤ @<@נ @_ @ ?,` ?4` ?'ߤ @<@۠ @_ $@ ?,` ?4` ?' @<@ߠ @_ (@ ?,` ?4` ?'פ @<@ @_ ,@ ?,` ?4` ?'ۤ @<@נ @_ 0@ ?,` ?4` ?'ߤ @<@۠ @_ 4@ ?,` ?4` ?' @<@ߠ @_ 8@ ?,` ?4` ?'פ @<@ @_ <@ ?,` ?4` ?'ۦ @נ @ @@_ @-@ ?,` ?4` ?'ߦ @۠ @ @@_ @ ?,` ?4` ?' @ߠ @ @@_ @-@ ?,` ?4` ?'צ @ @ @@_ 0@ ?,` ?4` ?'ۦ @נ @ @@_ @-@ ?,` ?4` ?'ߦ @۠ @ @@_ @ ?,` ?4` ?' @ߠ @ @@_ $@-@ ?,` ?4` ?'צ @ @ @@_ 4@ ?,` ?4` ?'ۦ @נ @ @@_ @-@ ?,` ?4` ?'ߦ @۠ @ @@_ @ ?,` ?4` ?' @ߠ @ @@_ (@-@ ?,` ?4` ?'צ @ @ @@_ 8@ ?,` ?4` ?'ۦ @נ @ @@_ @-@ ?,` ?4` ?'ߦ @۠ @ @@_ @ ?,` ?4` ?' @ߠ @ @@_ ,@-@ ?,` ?4` ?'צ @ @ @@_ <@ ?,` ?4` ?'ۢ@נ@_ @'z㡠@ ?,` ?4` ?'ߢ@۠@_ @ ?,` ?4` ?'@ߠ@_ @'z㡠@ ?,` ?4` ?'ע@@_ 0@ ?,` ?4` ?'ۢ@נ@_ @'z㡠@ ?,` ?4` ?'ߢ@۠@_ (@ ?,` ?4` ?'@ߠ@_ @'z㡠@ ?,` ?4` ?'ע@@_ 8@ ?,` ?4` ?'ۢ@נ@_ @'z㡠@ ?,` ?4` ?'ߢ@۠@_ $@ ?,` ?4` ?'@ߠ@_ @'z㡠@ ?,` ?4` ?'ע@@_ 4@ ?,` ?4` ?'ۢ@נ@_ @'z㡠@ ?,` ?4` ?'ߢ@۠@_ ,@ ?,` ?4` ?'@ߠ@_ @'z㡠@ ?,` ?4` ?'ע@@_ <@ ?,` ?4` ?'@'@'@'@' ?'ߠ ?'۠ ?'נ ?'b]\ $`b]\ $`b]\ $`b]\ $` 0ww '_G-`< , < , < , < @4 _-p$@G 'G뀤 O@w' < _,`4  < _,`4  < _,`4  < _,`@w!H#_$`! ?4 _$`!H<4 _$`!  v_$` _$ _$ pA@Âcw'w'b]\  , @b]\ $`b]\  , H b]\   b]\ $`b]\  4 @b]\ $`s  @H s_@@ s,@ 7H%b]\  @g`]D H b]\  @W3s@&3H+b]\  @D`]D H b]\  @43s@3ܐ3@3ԐA@Âa www'_b]t`뀤 H_@G뀤 @ H2_@В_ @w$ @'b]\  "b]\ $`b]\  "H b]\   b]\ $`뀤 @O뀤H_@ 0A@‚cwww_b]t`_b]\  @_ b]\  @_ b]\  @_ b]\  @ww'_G4 @[_@@w!H#_$`! ?4 _$`!H<4 _$`!  v_$` _$ _$ ww_ '_ '_ '_ '_ ` `,  ` `, , '_ ` `,  ` `, , '_ ` ` ,  ` ` , , '_ ` ` ,  ` `, , '_ ` `,  ` `, , '_ ` `,  ` `, , '_ ` `,  ` `, , '_ ` `,  ` `, , '_ ` `!,  `" `#, , '_ `$ `%,  `& `', , '_ `( `),  `* `+, , '_ `, `-,  `. `/, , '_ `0 `1,  `2 `3, , '_ `4 `5,  `6 `7, , '_ `8 `9,  `: `;, , '_ `< `=,  `> `?, , ' @@! %V@',` 4 @' @@!?@',` 4 @' @â@!"*@',` 4 @' @Ǣ@!>@',` 4 @' @ˢ@!Z=@',` 4 @' @Ϣ@!`& ؠ@',` 4 @' @Ӣ@!. ?@',` 4 @' @ע@!)?@',` 4 @' @ۢ@!ʠ?@',` 4 @' @ߢ@!!"@',` 4 @' @@!=@',` 4 @' @@!a?@',` 4 @' @@!m !@',` 4 @' @@!xv=b@',` 4 @' @Ǣ@!Ӡ?@@',` 4 @' @ۢ@! "Q@',` 4 @' @@!N?@',` 4 @' @â@! t;<]@',` 4 @' @ע@! S@',` 4 @' @@! ׆>@',` 4 @' @@! ?Ƞ@',` 4 @' @Ӣ@!xs!@',` 4 @' @@!2>?֠@',` 4 @' @@!ʼ=@',` 4 @' @Ϣ@!V @',` 4 @' @@!=@',` 4 @' @@!?@',` 4 @' @ˢ@!"٠@',` 4 @' @ߢ@!l<@',` 4 @'@@â@!q=B@',` 4 @'@@Ϣ@!#>@',` 4 @'@@ۢ@!gX!"@',` 4 @'@@@!< @',` 4 @'@@@!E>D@',` 4 @'@@@!#@',` 4 @'@@ˢ@!Q-?`@',` 4 @'@@ע@!Pe@',` 4 @'<@@!>D@',` 4 @'<@ˢ@!ʿ#@',` 4 @'<@@!?@',` 4 @'<@â@!<9@',` 4 @'<@ߢ@!V֠!à@',` 4 @'<@@!<̠<@',` 4 @'<@ע@!<}@',` 4 @'<@@!=Ѡ@',` 4 @'<@Ϣ@!"O@',` 4 @'<@@!tƠ>@',` 4 @'<@Ǣ@!??@',` 4 @'<@@!!@',` 4 @'<@@!+ >@',` 4 @'<@ۢ@!C>5@',` 4 @'<@@! "@',` 4 @'<@Ӣ@!K?@',` 4 @'_@$_ @$_ @$_ @$0ww'뀤HHc_  ?'  @'_ @$_ ` ?$`_ 뀤H_ ` $`瀤H 〤 H_@ _@@5_`@d$@'_@w '뀤 @ H__@Q$ @'_ @w뀤 @O뀤H _@ _@@A@btwww_`4 `, '_ , 'ߠ /!?<,@4 /ߡ4  /ߡ4 / /!?<,@4 /4  /4 /_  ?'뀤 8H  8H'  x''_ c]@?_א@9 _ < _,`_ !?<,@4 < _,`_ 4  < _,`_ 4 < _,`_  < _,`_ !?<,@4 < _,`_ 4  < _,`_ 4 < _,`_  < _,`_ !?<,@4 < _,` _ 4  < _,` _ 4 < _,` _ < _,` _ !?<,@4 < _,` _ 4  < _,`_ 4 < _,`ww';_G4 @_@ 0A@b̮ww'_ bp]@ @ ' G,@4 H`@]\ G `< L_` < ,G 'G O(H  @@??  s'G_,`$H  @??  s'G_,`"H  @??  t'G_,` !< @#H d_,`H<!< @#(H l_,`H0!< @#H b_,`H$!< @#H c_,`H!< @#0H s_,`H !< @#H p_,`www' X@0w_πh_H5w_ϐ  X@Z_h_  ?Hw! w__t`G㠌 H _\`$ t`G '_h_Hw w__t`__t`G_$` _w_װ0w_w_hH"_\ w_瀤h_\ w_\ @_D H_@_w_瀤o_@www_w_׀hHw_h_\ wH_\  h__\ l@L$@h __\ l@L$@$@w__\ hH_\ h __\ \ hq_\ ww_\ w_D H_ w_ 8 w_πhHq_D H__ǐ@ @Ɋ_D H__Ǡ@wH  @Dw_hHQ_D H_\  h__Ǣ@_\ l@L$@w_h __@w__$@w__t`__t`__t`_\ _t`__t`_ע (\` t`_ע 8\` t`_צ H\_@t_\  w_\_$@t_\ \`\`Hw_\ h_\ _@w_߰www_w_߀hH_h_\ wH_\  h__\ l@L$@h __\ l@L$@$@w_ߢ @\` t`_ߦ P\_@tw_\ w_׀h__\  h __\ _\ @hH _w_\ w_׀o_׀hH_πhl_\`\`_@_\  h>_D H _\`\`_\ $@ @Ȓ_\ _t`_t _D H!_\  h_\`\`_\ l@L$@w_ǀh_צ \_Ǡ@t_צ \_Ǡ$@tH#__\`\`h_D H__@ @S_צ \_@tH_צ \_@tH<_צ \_@t_\`\`_\  h_\ _t`_\ @<_D H_@3_ߢ 0\` t`H__\ h_\ _t`_\ \ _t`__\ t`ww_w_瀤h_hHw_\ w_߀h__\  h __\ _\ @hH _w_\ w_߀o_߀hHz__\`\`hL_׀h_t _wH@_D H __\ _\ $@ @Ǩ_\ _t`_t _D H!_\  h_\`\`_\ l@L$@w_ǀh_ߦ \_Ǡ@t_ߦ \_Ǡ$@t_\ w_t H_\ w_t _w_߀h_\ w_\ @u_D H_@l_ 0\` t`_w_߀o ww_w_߀h_\ hHw_\ w_\ _h _ר] \@u _t _\`\`w_A@bĮww''_wߠ '_߀hGH"' bx]_\ @$@Y'GGϐ@@yGπh?'Ӣ b]_\ @$@@'GGϐ@@`Gπh?'Ӣ b]_\ (@$@''GGϐ@@GGπh?'Ӣ b]_\ 0@$@'GGϐ@@.Gπh?'Ӣ b]_\ 8w@$;@['GGϐ@@Gπh?'Ӣ b]_\ @w@$;@['GGϐ@@Gπh?'Ӣ b]_\ Hw@$;@Ʒ['GGϐ@@הGπh?'Ӣ b]_\ Pw@$;@ƚ['GGϐ@@ƺGπh?'GHGHC'_\ hGH;'G b]@ @Ɯ h?'_\ w_׀h$ b]_\`\`$@@['GGϐ@@{Gπh?'_\ w_׀oG'G< @w_h_@ߐA@a|ww'wG HG H  aP]$`?H?'_瀤h  aP]$`?H3'G H_$ _D  H  aP]$`?H '_D`D`H H'_ w_D 'GӠ _$`_Gӥ,p,p _t` 'G< 0ww_D _$` 'G< A@cww'G H G H  aP]$`Hw 'G@w_߀hHw_G_ߠ @ @'Gۀ H8aP]D H1_@ِ_  @'Gۀ HHwG@w_߀hHw_G_ߠ @ @͖'Gۀ H aP]D OGۀ H_@Hcw 'GۀH_Gץ,p,pD !@HH Gנ 'GGۀOGGנ$@'G H; 'G'GӀH.+_G˥,p,p Gϥ,p,p  `O$_Gϥ,p,p w_D`,$`GϠ 'G'Gˠ 'GGӀOG_$`HG_$`_w_ wwww_D _$`_ _$`_D H_D H_D _$` 'Gۡ< 0A@cw'G H  aP]$`H"wG,p,p  ͔ w_瀤h  aP]$`H wG _$`_$ ?_$`_w_A@bwww_h _h _\ w_߀h  aP]$`?H/'_D`D`H  aP]$`?H!'_ߠ w_D 'Gˠ _$`_G˥,p,p w_$ ?_$` _4`__t` 'G< 0w'''G_$`G HG HG_$`< _4` 'G< @w'< _4` 'G< 0A@`dww_D   $H '_D`G` @J H  aP]$`?H' 'G< @w_ϐ'G< `A@cdww'wwGG HG H  aP]$`?H'_ H?H'_ wW_D 'S__@@J H?H'o!< @#H|G H _w7_ w'_'w/H _w/_ w'_'w7_'h?Hw'_7D _/D @'SGS w wG_GwW_Gh _'@ aP]$`?HZ'_G _7` D`,0,0@µ_G_7D ,p,p_/` D`,0,0@¤_7D '#G#GSH)_GG#,p,pw_D`$`G# '#G#GSO_'@QHG H  aP]$`?H'_GS_W@ @O'C_GGC'G< 0w_ w_瀤h?H'__D``  @''_@G'G< @w_c 'G< @'G YH H 'G 0H H' 'G<  w'w'_G_G@    s@s'Gߡ< A@b$ww'''''_wG'Ӡ '_׀h_L b]L HGӀ ph?H5'_h?H.'_t 0_\ @h  b8]_t`@_t P_\ Hh c]_t`HG?H 'G뀤 H  'G 'H G뀤 H 'G$ 'G瀤 H"G瀤 HG HG뀤 HG뀤 HG HG H G〤 HG〤 H?H'G뀤 H '_\`@\`P (w_ǀh?H'__t`8__t`G_$`,_t 0G4 _$`H _`H< ,4 $`D_`D$ $`LG 4 _$`x _`x< ,4 $`t_`t$ $`|_`x t $`_\`@\`P_ D@ _t P_\`@\`P_ D@ _t `_\`@\`P_ t@ _t h G ,@4 _%$@_\`@\`P_!"@ w__t`_!"@,0t`_\ Ph_\ `h _\ hh_\ h"_$` c]\ 0_t`0_@ ;?H%'__!"@40,0't@_] !",p@'uG_$`G_$`G_,`<_@̐'Gϡ<  ww''۠ '_h_\ 8h_h_\ 8D , H_\ 8D , H _\ 8D  *H?H'_\ 8w_D ,H _\ `_@@@b_t `ۀ H Hr'_ D$!H _ D$!'_۠$@4w_\ P_ې@@'_$`_t`_\`P $`p_ߪ p` < ,] P  | @%` 'ۢ$ H2_ߪ p` < ,] Pנ 4 @ | @%`_\`h`p,07_\```L 4,04'ש< _\`h`p,04נ 'ۢ$ OӀH 'Ӡ 'G<  w_h_\ 8h _\ @h_\ Hh?HE'_t (_t _t 0 _$`X_\ 8w_$ (_\`t` _D , H_ ,D` $`_D ,@? G `G *'G_$`_D , H@BŔ Hwא@? w__t``_$ @_@*x_@ Ő 'G< 0ww_h_\ 8h?H'_\ 8D , H?H'__\ 8t`0 'G< 0w''_h_\ 8h?H'G_\ 8%$$@G G,@$  _\ 8% 4@ 'G< A@bww'' '_h_\ 8h?Hm'_\ 8wG?H 'G HG H G HG H?HQ'_D ,0 `8] \@w_G,0 `8] \@h _\  h_@* '_D GH(G_$`G,0 `8] @_$`G,0 `8]@_$`G,0 `8] @_$`G,0 `8] @_$`G_$`G'G<  w''''_h_\ 8h?H'_\ 8wG4 _$`G4 _$`G_$`G4 _$` 'G<  ww_`40@`?40 w_h_\ 8h_Hw_\ 8w_ H H_ x H_Hw_@A;w_0w'_ (w_ ' _$`4 < _\ ,@_ (w_ ' _$` < _\ ,@0w_\ 8 ('_ H_ ' HH9_\`\`8\ @@Ɣ_ \@t_\ 8 w_\@t_ (\@t_ $@$_\ 8 (w_$@$_\ 8 ( H_\ 8\`t` A@`Įww'_h_\ 8h G HG H?H'_\ 8w_\ h_\ h_  H _D "HG H  c]\ _t`0?'۠?H'_ H  c]\ 8_t`0?'۠?H'__t`_D @'G_$`@_D  *H6_D , H@@m _t `_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_\ 0h_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@_ߠ (w_ 'Ӡ _$`_D H H'_D H_D H H'ˠ 'G'G_\ ,@_ߠ (w_ 'Ӡ _$` _\ ,@ q_$`H _ߠ (w_ 'Ӡ _$`_\ 0D @ '_\ 0D D @?,@'_\ 0\ h H'Ǡ '_\ 0\ (h H'à '_\ 0\ 8h H' 'GGˢ@GǢ@Gâ@G@_\ ,@_ߠ (w_ 'Ӡ _$`_\`0\  \`,@_ߠ (w_ 'Ӡ _$`_\`0\ 40 \`,@_ߠ (w_ 'Ӡ _$`_\`0\ 40 \`,@_ߠ (w_ 'Ӡ _$`_\`0\ 40 \`,@_ߠ (w_ 'Ӡ _$`_D H H'_D H_D H H'ˠ 'G'G_\ ,@_ߠ (w_ 'Ӡ _$`_\`0D  \`,@_\ 0\ h'_ߠ (w_ 'Ӡ _$`_\`0 < \`,@_ߠ (w_ 'Ӡ _$`_\`0 4  < \`,@_\ 0D DH _\ `_\``(@>_t `_$ 8 E_$`Hi_ H$ ,  , '_D H_D H 'H_D H 'H _D H 'H 'ס, @'_ H۠ 'ہt`L $@  @'۠ q_$`_ې@ _ H__\ `40< @__\ `!?# @< @; _t `_D  EH_\ 0\ h_ ('_`8\`0 !?<,@HQ_`(\`h*_\ 0D DH_ (ۀH_\ `_] ۦ ($@@> _t `_ߐ_ ('_`(\`hH#_ߠ (w_ 'ˠ _$`_\`0\ `8 \`,@_ߢ 8` $`_`8\`0 !?<,@ O_\ 0D DH_ (ۀH_\ `_] ۦ ($@@=Ô_t `_`8\`0 H_$ 8 I_$`H I_$`_D  IH_\ 0\ (h}_ ('_`(\`h,_\ 0D DH_ (ۀH_\ `_] ۦ ($@@=_t `_W_ ('_`(\`h 'H%_ߠ 8w_ 'ˠ _$`_\ 0\ ( @'_ߠ (w_ ' _$`G_\ ,@G׀ O_\ 0D DH_ (ۀH_\ `_] ۦ ($@@=7_t `G׀ H_$ 8 [_$`H [_$`_D  [H_\ 0\ 8h{_ ('_`(\`h,_\ 0D DH_ (ۀH_\ `_] ۦ ($@@<_t `_ΐ_ ('_`(\`h 'H%_ߠ 8w_ 'ˠ _$`_\ 0\ 8 @'_ߠ (w_ ' _$`G_\ ,@G׀ O_\ 0D DH_ (ۀH_\ `_] ۦ ($@@<_t `G׀ H g_$`H g_$`_D  gHL_\ 0D DHC_`( 4\`h_b_`( 4\`h._ߠ (w_ 'Ӡ _$`_\ ` _\ ,@_ߠ (w_ 'Ӡ _$`_\ `40 _\ ,@@<[ _t ` q_$`H q_$`_ ( H_!_ H?_$`@ Hr'H_  HGG뀤HG H  c]\ 8_t`0?'۠?HW'_D "H_  H  c]\ 8_t`0?'۠?HB'_  H_ H G Hj_D "He_Dണ,0 `8] \@G@'Gۀ HGۀ H"_$`Gۀ HGۀ H _ H?_$`@ H'Gۀ H5G H_@/H_ߐ@.~ G H _\`h`t$ 4,04_\`h`t$ 4,0 @h_{_ H?_$`@ H'G H H'_D , H H'_D , H_ߠ (w_ 'Ӡ _$`_\ ` _\ ,@_ߠ (w_ 'Ӡ _$`_\ `40 _\ ,@_ߠ (w_ 'Ӡ _$`_\ `40 _\ ,@_ߠ (w_ 'Ӡ _$`_\ `40 _\ ,@_ߠ (w_ 'Ӡ _$`_\  _\ ,@_ߠ (w_ 'Ӡ _$`_\ 40 _\ ,@_ߠ (w_ 'Ӡ _$`_\ 40 _\ ,@_ߠ (w_ 'Ӡ _$`_\ 40 _\ ,@H__\ `40< @__\ `!?# @< __D , H_ߢ ,D` $`_ (`?'G'G< 0w_h_\ 8h?Ht'_\ 8D 'G *HG EHG IHG [HG gH G qH G"H?HQ'_\ 8\ h _\`H\`P\`8\ _\ 8\ hh _\`H\`P\`8\ h_\ 8\ `h _\`H\`P\`8\ `_\ 8\ Ph _\`H\`P\`8\ P_\`H\`P\`8_t 8G$ q?@? ?'G'G<  ww_h _h_\ 8h?H'_\ 8w__@ p@_\`@\`P (w_߀h?H'__t`8__א@(@__t`_\`@\`P_ D@ _t P_\`@\`P_ D@ _t `_\`@\`P_ t@ _t h_\`@\`P_!"@ w__t`_\ Ph_\ `h _\ hh_\ h_?HU'_\`P_\ P`D, 4@[_\``_\ ``D,0@Q_\`h_\ h`t,0@G_\`_\ \`< 4@<_]`_\` \`$u` __!"@40,0't@_] !",p@'u_ߠ`tkH_ߠitk`_ߠjtkx 'G< 0ww'_ '뀤H'〤 H H?'_ $@$_\ 8D , H_\``\`@@5_t `H_\ 8D , H _\``\`@@9_t `__\ @@Ô_\@t_ \@t'G< @A@a,ww_`D,0t`X _\`h`t$ 4,04_\`h`t$ 4,0 @_Dണ,0 `8] @$_Dണ,0 `8]@$_Dണ,0 `8] @$_Dണ,0 `8] @$_$ _t _$  _$` _$`_$ _$ pw'_ '_\`P`w_ '_D '_``D$!H _``D$!$H'à ''_\ `w_ L'_\`P`!w_GϠ$ < @/_G @/_`` H4 'G˧4 _ H_ '_\ P@w_G @H_GϠ$ < @H_ _ H _נ w_ _ HH_ߠ w_w_נ w_ߠ w_נ w_ _ Hb_ߠ w_נ w_ _ HU_ߠ w_נ w_ _ HH_ߠ w_נ w_ _ H;_ߠ w_נ w_ _ H._ߠ w_נ w_ _ H!_ߠ w_נ w_ _ H_ߠ w_נ w_ _ H__ o__ߠ$@< !'_$!wGGπH_$`G'GGˀHH _GϠ$ < @/_G @/_ @4,0'ǀH $ '뀤 O,Gϧ4 _ HGH'_ '4 w'_\`P`w_\`P`!w_\ P@w_ _ H _ _ H H'_ w_ߠ w_ w_ߠ w_ _ Hb_ w_ߠ w_ _ HU_ w_ߠ w_ _ HH_ w_ߠ w_ _ H;_ w_ߠ w_ _ H._ w_ߠ w_ _ H!_ w_ߠ w_ _ H_ w_ߠ w_ _ H__π o__$@< !'Gۀ H H'_$`Gۧ4 _ HGH'_ ''4  w_ D'_\`X`$`$'H〤 H_ H _ H'H 〤?H$ '_``D$! Hk_\ Pߠ@@@_ ߠ$@$_ ߠ$@$_ \ߠ$@t_ t'_\ h,0@w_$ w_ '߀ Hߠ$@H'۠ 'ۡ< _4`$ 'O'_\ `,0@w_$ w_ '߀ Hߠ$@H'۠ 'ۡ< _4`$ 'Oߠ@'_\   HH9_\`\`P``@'_ @$_  H_\`P` $`p_`p`< ,]`P` 4 `| @%_ !H_\   O/ w'!?#w__\ $ h_\ $ w_ H_ _ H G H H'_ HH_ठ@$_$ G H_`t`O_\ _@w_ H_ _߀ h2__ߠ$@$__$`_\ h _\`P\`< 4Hww__`\`$@@*i _`t`_\  _\  H H~'_`\`< $`D$! H*_\ h _\`P\`< 4Hww__`\`$@@*7 _`t`_\ _\  H HL'ObG H_`t` H@'_\ h _\`P\`< 4Hww__`\`$G  "H @@)_`t`_\ _\  H G$  @? 'GH 'G$ @?  ` 'G'G< A@`Lww' '_ !H_ _ !H G H H'_ HH_  H)_`p`< ,]`P` 4 `| @%_\`h`p,07_\````L 4,04'_`< \`h`p,04G H_ ` $`_ `$ $`O뀤 H1_$@D$!H(_D H_D H _@_$ H_D H_ $@ H _@ʒ_$ _  H_ $ /_``$7_!#\@+b@,04_w_ 'Ӡ _$`_!"\@,@$ 7_ b] @!< ,0 w_` 4`〤!H bp] @H '< !< bp] @'_G,0@)w_` 4`_!"@!"@$  "H '_$@$_``HJ_  HE_ `$ $`_ ` $`_`p`< ,]`P` 4 `| @%_\`h`p,07_\````L 4,04'_`< \`h`p,04_ $ '_$`〤 O_ ` $`H_@$_$ _\`P` $`p_`p`< ,]`P` 4 `| @%HA_\`P` / _!#\@+b@,04_w_ 'Ӡ _$`_!"\@,@_,0@ w_` 4`_@!"@$  "H '_ `$ $`_ ` $`G瀤H*_\ h _\`P\`< 4Hww__`\`$@@(  _`t`_\ _\  H HL'O2G H_`t` H@'_\ h _\`P\`< 4Hww__`\`$G  "H @@'і_`t`_\ _\  H G$  @? 'GH 'G$ @?  ` 'G'G< A@cww' '_ !H_ސ_ !H G H H'_ HH_  H)_`p`< ,]`P` 4 `| @%_\`h`p,07_\````L 4,04'_`< \`h`p,04G H_ ` $`_ `$ $`O_`$`_`$` _$`뀤 HQ_``HK_$@D$!HB_D H_D H _@h_$ H_D H_ $@ H _@_$ _ H_D H_ H _``$#H _$`_  H_``H_``$ '_ $ /_`$ `$7_!#\@+b@,04_w_ 'Ӡ _$`_!"\@,@ߠ$ 7_ b] @!< ,0 w_` 4`߀!H bp] @H 'ߡ< !< bp] @'_G,0@)w_` 4`_!"@!"@$  "H '_ਠ$ $@$_ `$ $`_  '_$`〤H)_`p`< ,]`P` 4 `| @%_\`h`p,07_\````L 4,04'_`< \`h`p,04_ $ '_$`߀ O_$  _$`_ ` $`G瀤H*_\ h _\`P\`< 4Hww__`\`$@@& _`t`_\ ﺐ_\  H H 'H_D Hq_\`P`$ 4 / _!#\@+b@,04_w_ 'Ӡ _$`_!"\@,@_,0@ w_` 4`_@!"@$  "H 'G瀤H!_\ h _\`P\`< 4Hww__`\`$@@% _`t`_\ P_ ` $`_ `$ $`_\  H H'H _$`_ ` $`_ `$ $`OG H_`t` H~'_D H;_\`P`$ 4 / _!#\@+b@,04_w_ 'Ӡ _$`_!"\@,@_,0@ w_` 4`_@!"@$  "H '_$ _\ h _\`P\`< 4Hww__`\`$G  "H @@% _`t`_\ _\  H G$  @? 'GH 'G$ @?  ` 'G'G< 㾠A@`twOw'_\ 8w_\ $ w__ $ 4@w_\ $ w__ $@4$w__ $!4@w_ 4'_ 8'_ <'_\ @w_\ Hw_ P'_\ `w_\ hw _ p< ,@$ ' _ t< ,@$ ' H_ߠ w__ < ,Pw '_ߠ w__ < ,Pw '__ @,0{4`4`|'w_w< 4Pww$@'{'ww H _Ϡ w}_,`HPw H }'sw 'wwH)wH_ߠ w__ < ,Pw 's_<  w< ,@$  's_w< 4Pww$@' H_ߠ w__ < ,Pw '_ߠ w__ < ,Pw '__ @,0{4`4`|'w_w< 4Pww$@'{'ww H}'ow 'wwH#_ߠ w__ < ,Pw 'wH_ߠ w__ < ,Pw 'o_<  w< ,@$  'o_w< 4Pww$@'__Ǡ$@'wowHow$@'wwH  b]_t`0 _$`H_$ wg H)_gw$@4wgwsHsw$@'s_Ϡ w_g wg_g _,`w$ 'wwO_o$@wgHxwHN_g@w$@4wgw$@'wwsH:sw$@'s_Ϡ w_g wg_g _,`w$ 'wwO_$ wgsH'wsw$@'s_Ϡ w_g wg_g _,`w$ 'wwO_o$@wgH'_gw$@4wgwsHsw$@'s_Ϡ w_g wg_g _,`w$ 'wwO_o$@wgs H'_Ϡ w_g wg_g _,`_Ϡ w_g wg_g _,`_Ϡ w_g wg_g _,`s$ 'ss OsH_Ϡ w_g wg_g _,`s H _Ϡ w_g wg_g _,`HG_o$@wg_Ϡ w_g wg_g _,`_Ϡ w_g wg_g _,`_Ϡ w_g wg_g _,`s$ 'ss OsH_Ϡ w_g wg_g _,`s H _Ϡ w_g wg_g _,`H%w @ H_}_ w< ,@$ 4 ,0@{4`4`OK b]_t`0 _$`H:H.w @ H_}_ w< ,@$ 4 ,0@{4`4`Ow H _$`H b]_t`0 _$`H __׀h__ of4 's_s$@ws, $@'_ < ,@$ 4 w_ߠ _t`_Ϡ _t`__׀h__ߠ$@ Hw___נ$@  w____$`__h__Ϡ$@!HwW__$@ !wW_W_$` __t`H_$`PH w_h_\ 8h?H5'_\ 8w_t _t (_t _t 0 _t``_$ _$ _$ ! _$`_t (_$ 4_$ 8_$ <_t H_$ P_%Pw__t`_w__t`h__t`` 'G< 0w''_h_\ 8h?H/'_\ 8wG H _ PG4 @ H?H'G G,P$ < '_ߪH]`GP< ,@< u`_ߤ PG4 @$ 'G<  A@a$ww'w'_瀤h_L  b]L HG〤 pH?Hk'_h?Hd'_t 0_\ @h  b8]_t`@_t P_\ Hh c]_t`H_\`@\`P  Pw_׀h?H;'__t`8G H _$ G 'HG<  _$`G 0HG 'G HG H_\`H\`P_א@_t 8?H 'G4 _$`0_t @_'Gߡ< 0ww'__G@ d'G< @A@b|ww a]_t`` _$`pap]_t`h _$`t0w'_\ 8w_\ @h_\`@\`P _ 0< ,@ _t @_\ @h H}'_ 4 H  _`0< ,$`4_$ <_$ 8_ $@'_ 4 H_\`@_\ `44$@@_$ <_`4$`8HO_`4`<$'〤H'_\`@`<_\ $@ߐ@@wߠ$@'〤H_\ @_\ $@@e_$`<_`4$`8H_ <ߠ@$_`<`4H_$ <_`8`4H_ 8ߠ@$ 'G< 㾠A@c\wOw'_h_\ 8h_\ h _\ h _  H?H 2'_\ 8w_D H _$`_\ w_ '_\ w_ '_\ Hw_ P''' 'H V_D  H _$`H \À HӀ HH TӠ$ '__ á< ,Pw_ߠ wà 'À  O_D  H$_#"ch@) _t _/_ǡ40/_\ @@) _t wǠ 'à _$`H _$ _\ (h?_\ ($`H_D  H_ǡ<` , 44pl`L $@h  b]_t`0 _$`H _ǡ<  H  b]_t`0 _$`H _ǡ40wà$ '_ǡ<  '_ 0H  b]_t`0 _$`H  < ,@_$`@&Z w__t`__t``_Ǡ"h H' 'G_$`wǠ 'H À HӀ HH Ӡ$ '__ á< ,Pw_ߠ wà 'À  O__$`_D  H  b]_t`0 _$`H p_D !8@H  c]_t`0 _$`H `_\ (h_ǡ40 _\ ($`_D "H_/_ǡ40/_\ @@) _t wǠ 'à _$`À HӀ HH 4Ӡ$ '__ á< ,Pw_ߠ wà 'À O_\ (h__\ (t`_D "H_/_ǡ40/_ǡ40/_ǡ40/_\ @@(˔ _t wǠ 'à _$`À HӀ HH Ӡ$ '__ á< ,Pw_ߠ wà 'À  O_\ (h _Ǧ _\ ($`_ǧ40_\ ($`_D "H_/_ǡ40/_\ @@( _t wǠ 'à _$`_D $HEÀ HӀ HH Ӡ$ '__ á< ,Pw_ߠ wà 'À  O__$`T_\ (h__\ ($` _D "H_/_ǡ40/_\ @@(; _t wǠ 'H _\ (h_\ (t  _$`_D $Hb_ T'ӀH'HM_\ (h+_\ (\ h%_\`( `T$'@_\ ( $H _\ ( $$@H''_\ (\ @_@@_D "H _\ _@@'۔_t $@'_@w_ T$@$_ THH_$ T _$`_D (H\Ӏ HH '_ @' '_\ (h _\ (\ (h_`T\`( 0H_ Tw_ '{{ _$`< _\ (\ ({,@HӀ O_D "H _\ _@@'r_t $@'_@wHHH _\ (h_\ (t (_$ T _$`_D !@H\Ӏ HH{ '_ @' '_\ (h _\ (\ 8h_`T\`( @H_ Tw_ '{{ _$`< _\ (\ 8{,@HӀ O_D "H _\ _@@'_t $@'_@wHH)H _\ (h_\ (t 8 _$`_D "H7À HӀ HH Ӡ$ '__ á< ,Pw_ߠ wà 'À  O__\ !?# @h  c]_t`0 _$`HwǠ '_\ (h _D`< \`($`D _\ ($`H@& w__t`__t`` _$`HÀ HӀ HHӠ$ '__ á< ,Pw_ߠ wà 'À O_ǡ50 50%? @ ,0 ,0@ww_w_t`_w_t``wǠ 'à _$`_D H__t`_$` __t`_$`__t`H_$`P H'@#  wo_o_t`_o_t`` _$`G HH[_D H_à < 4Pwà `$@'à _$`HEÀ HӀ HH=Ӡ$ '__ á< ,Pw_ߠ wà 'À  O_ǡ< < _$`_ǡ40wà$ 'H _$`H*_ _$`H" _$`H c]_t`0 _$`H_ǡ<  H , 4# al_OD_ǡ40wà$ 'H_à < 4Pwà `$@'À HӀ HHӠ$ '__ á< ,Pw_ߠ wà 'À O_%? @4ph  c]_t`0 _$`H_ǣ< !?<,@_$`TwǠ 'à _$`_ T'H5ӀH'πH' HH__@@$@'_@w$@'_@w_ T$@$H` _$`H[À HӀ HHSӠ$ '__ á< ,Pw_ߠ wà 'À  O_ǡ< !_$`|_ǡ40wà$ '_ǡ<  _$`_ǡ40wà$ '_ǡ<  _$`x_ǡ40wà$ '_ |!H_ H  c ]_t`0 _$`H_$  _$`_``xHEÀ HӀ HHӠ$ '__ á< ,Pw_ߠ wà 'À  O_ wg_g 'cc _g$`_ǡ< < _c,0a8]@,04`_ǡ40wà$ '_``x O_ H _ wg_g 'cc _g$`_c,0a8]@,04`_  O_ePt`_\`t`` _$`p_```pc  @ 'GH  c(]_t`0 _$`Hs_$  _$`_``|`H_\``_ǧ<  `p< ,$  4,04`4`ÀHHӀ HHIӠ$ '__ á< ,Pw_ߠ wà 'O H=HӀ HH'Ӡ$ '__ á< ,Pw_ߠ wà ' O_4Pw$@'_ wg_g 'cc _g$`_c,0@4`H  HS 4 H Ӏ HHӠ$ '__ á< ,Pw_ߠ wà ' 4  O_4Pw$@'_ H  c0]_t`0 _$`H_`$ 4,0@ '_ǡ<  '_ǡ40wà$ 'H| H> 4 H Ӏ HHӠ$ '__ á< ,Pw_ߠ wà ' 4  O_4Pw$@'à '_ǡ<  '_ǡ40wà$ 'H< 4 H Ӏ HHUӠ$ '__ á< ,Pw_ߠ wà ' 4  O_4Pw$@'à '_ǡ<  '_ǡ40wà$ '_@|@H  c0]_t`0 _$`H1'k$ 'k'ggH_ w___ '[[ __$`< _[,0@4`'c$ 'c'__O_``|` O_D HH_ePt`_\`t`` _$`p_``|``pc @@^'GH  c8]_t`0 _$`H_\`t`h _$`t_`|,0@ ```tc @@9'GH  c@]_t`0 _$`H _$`Ӏ  H1π! H-__t`_$` __t`_$`__t`H_$`P_@~_\ w_ '_\ w_ '_\ Hw_ P'H\_\``_ǧ<  `p< ,$  4,04`4`ÀHHӀ HH?Ӡ$ '__ á< ,Pw_ߠ wà 'OHN HI4`4`_\ `_ǧ<  ,$  4@4,0@4`4`@4 ÀHHӀ HHӠ$ '__ á< ,Pw_ߠ wà 'O_4Pw$@'_4Pw$@'_$`T H _$`H H _$`H @H  cH]_t`0 _$`H _$`\ _$`_ \H=_ \HӀ HHӠ$ '__ á< ,Pw_ߠ wà '_ \ O_T`_ǥ<  \< ,@$  %`__ \< 4Pw_ \$@'à _$`_\`h_ǧ<  `t< ,$  4,04`4`ÀHHӀ HHHӠ$ '__ á< ,Pw_ߠ wà 'O HI4`4`_\ h_ǧ<  ,$  4@4,0@4`4`@4 ÀHHӀ HHӠ$ '__ á< ,Pw_ߠ wà 'O_4Pw$@'_4Pw$@' @H  cP]_t`0 _$`H_$`X _$`\ _$`_ \H=_ \HӀ HHӠ$ '__ á< ,Pw_ߠ wà '_ \ O_X`_ǥ<  \< ,@$  %`__ \< 4Pw_ \$@'_`X`8@Ϣ$@H  cX]_t`0 _$`Hs _$`π HHlϠ$@'_ XH/_ X$@'_ <H_ <$@'_\`@`4$@4wH _\`@`<$@4w_ TH_ T'H __ X$@w_ T'πH'$@'_ T$@$_ _,`_ w_נ w$ 'O_ T H _$`Hπ HH_ T< _,`_נ wϠ$ 'Ϡ _$`H_D HÀ HӀ HHӠ$ '__ á< ,Pw_ߠ wà 'À OϠ$@'_ (\@t_ \@tH"_D H _\ _$@q@H wg_\ _$@8@wg_g_t`_g_t``'_D H_Hwg_ǡ50 50%? @ ,0 ,0@wg_g_\ h  c`]_t`0 _$`HhwǠ 'à _$`_D H<_D H7À HӀ HHPӠ$ '__ á< ,Pw_ߠ wà 'À O__\ ?4 @h  ch]_t`0 _$`H&wǠ 'à _$` 'H?'H?H'?H'_D O, < # a_ODO__t`_$` __t`_$`__t`H_$`P_ 4H _D H_ H_@H _$`?Hw'_ $@'_ $@'_ \@t_ (\@t_ \@t_D H(H$_D H_\ _\ $@j@H w_\ _\ $@0@w__t`__t``_D  @@?,@'_D $  @? '_ PG4 @G4 @< _$`X H HG HG H?'G'G< Th, H L8P(LH x$% '(*+-,.4.D.T.`0w_h _\ 8h_\ Hh?H'_\ 8w_\ @h _\`H\`P_\ @@_\`H\`P\`8_t 8 'G<  ww'_h_\ 8h?Hd'_\ 8w_D  H _D H?HT'_D H@i w__@@aw__\ h?H9'_` @^H _$`?H+'_ 4H_\@_@4$@@ _`4$`8H_\`@`4$@_@@_$`8 _$`  'G< 0ww_h_\ 8h?H'_\ 8w_D   H?H '__t`(_$ H 'G<  ww'_ ' '뀤H5〤 H1〤 H H'۠ '_ @GۀH 'H_ @H 'H  'ߠ '뀤H〤  O_$`'4  w_h_\ 8h?H'_\ 8w_  H _ P H?Hw'_D H; _$`_ϨH] P < ,Pu _Ϥ P `$@$ '_ P  H_\ H- '_Ϣ H\`40t`_Ϣ P`$ $`_ P O_$ _Ϣ @T_Ϧ _\``K'_ $@$_\@t_ \@t_ H?H'_\ w_\ (w_ﺐ__t`__t`( _$` 'G< 0w_h_\ 8h?H'_\ 8w_D H _ P H H' 'G'G< ww_h_h_\ 8h _\ @h_\ Hh?H'_\ 8w_\`@\`P  Pw_׀h?H'w_\ @h_\`@\`P _ 0< ,@ w_πh _\`H\`P_א@?H`'__@ p@U__ߐ@ P@M_\``eP h$_\``! !L@h__\``eP$<0?`8p,0%Pu `__\`heP$<0?`8p,0%Pu h__\`eP$<0?`8p,0%Pu _πh _ 0< ,@'__\ @ː@@__t`@__t`8 'G< PA@bLw'w'wwwϠ 'ǀ HS ǥ,04@Ǡ 'ǀ O '뀤HS_á,0@,0w'_'` 4`à '뀤 O_ ' '  HS,0@ HH $ ' OH' H, @/ / 7_w'_'\ w_ _'t`_4`4`_w_\ w_ _t`_4`4` _$` H]'ˠ ' HS,0@ HH  ' OH' ' 'ǀ HG, 'GSǡ,0@$'G H?H''Ǡ 'ǀ OG H G H H?H'ˠ 75 'ǀ HS3ǥ-0@@ 4,04@Ǡ 'ǀ  O '뀤H&_á,0@ H3_á,0@,0w'_' 7%% _'4`ç< _%,04@à '뀤 OH(_ww_ww 'sH)ax]w_$"w`x]ww_w$"ww!'sH b]w c0]ww?'sH G O OO ' ''_\ w' '?' < ,@'$ 'G H % H Hy'$@/_á,0@GsH  /_á,0@7H _á,0@GsH_w_á,0@,0/__á,0@,07H `/ 7 $@< ,' < ,@''$@'_< 4@@4,0 4 4 O Ǡ$ < ,@'@H 4 ' @O H $  @'@'H 'à 'âSǡ,0@w'_' $ 7%%_'4`% HHH__á,0@,0'Hr @Hk H'_,0@w$@' < ,@'@HGS@4,0$'G HH 'G, '@ O < ,@'G H % H H' @'< _\ ,0,@< _\ ,0@,`__\ $@<0?`8p,04`O @/$@/ 7 HL H @H  ''_\ w/_< 4@4,0 4` 4` Ǡ$ < ,@'@H 4 ' @O H $  @'@'H ' O_\,0@t_$` 'Gˡ< P@A@blww_`tkH b]_tkX_itk`a]_tkp_jtkx `]_tk _% 4@_!#$$@ _%$@_@ @w ' _G,0@4`G 'G!O ' _G,0@4iG 'G O ' _G,0@4jG 'G O _4d_!#t@_!#t@_!#$@_!"$@0ww'_G,0@D+'G, 'G_! D@HG_! D@H<__G< ,0D+,0@,D+,0@H'__G< ,0D+,0@,D+,0@H_G< ,0D+% @,D+ @HG '_G,0_G,0@D+,0H_G,0_G,0@D+,0H_G% @G,0D+ HH_G,0@D+G,0@$kG'G, 'G_! D@O}G_G,0@$kww_\ w_D '_\ \ w_\ \ w_\ D '_\ D 'Ǡ ' ' _G,0@4kG 'G O __! D@,0@D+,04`_! D@ 'GÀ"=Hr_Gá,0@D+'_G,0@ ,0@  'GGǀH G'G'G 'G_G,0@4`GG〤HHB_G,0@+w_` 4` 'GGˀH _GGˠ$@< ,0D'_G,0@7_!#@] GG@< Lu _׀h_!#@]`_G,0@ G@< Lu`Gà 'GÀ"=OG HHGǠ$ '_G,0@+ H G$ '_G,0@+ O_G,0@+w_`$ 4`_G < ,0@+w_` 4`_Gǡ,0@+w_`$ 4`G$ 'G OG'G HJ_G,0@+'G H9Gà$ '_Gá,0@D+'GG〤HH%_G,0@ G4 H_!#@]`G_G,0@`$`Lu`G_G,0@4`G$ 'G OG$ 'G Ow'w 7Š '_G$ < ,0@, 7G,05G 'G O 'GH,_G,0@ 'G HHG,0@w_ 7 _4`G@@: _G,04@G 'GGOww_\ w_\ \ w_\ D '۠?'_! $@"=_%$@ 'GۀH1_Gס,0@ H_'D@ 'G_$@G'G_Gǡ,0@$k _Gע@%,@H _Gס,0@4`Gנ 'GGۀO_! D@ HI_'D@ 'G_$@Gπ HGϠ 'GH'à 'G_Gǡ,0@$kG'˦ _G˥,04@ _Gˢ@%,@_!#@\`$ t`_߀h_!#@] _Gˡ,0@ $u _! D@ OG_$`_! D@<` @< 'G׀ H__Gא@Gנ$ 'G׀ OG'_D+'_! @w_D 'G$ _$`_G,0@D+$k__@ _D+'_'D@$ 'G_$@G_Gǡ,0@$k_'D@$ 'G_$@G_Gá,0@$k_Gס,0@Gӡ,0@G˥,04@_Gע% @GӠ H _Gע@! @H '_GӢ@! @'G _Gˢ@%,@G7_Gӡ,0@4`_Gס,0@4`G_$kGˠ '__@z _! D@ Ow_'D@$ 'G_$@_DkGǡ,0@$k__@_G_+@Iww'?'_ '۠ 'נ 'Ӡ 'Gۀ H 'Ӡ ''?_G < ,0@4` 'G뀠HG'_G < ,0@ 'Gנ 'GGӀH GGۀHHaGGπH_Gߡ,0@*w_Gנ@4H2G߀ HGG〤H _Gߡ,0@*w_` 4`_*w_` 4`HG׀ H _*w_` 4`H _*w_` 4` 'G'Gۀ H 'Ӡ 'HGGۀH 'Ӡ 'H 'Ӡ 'G 'GG뀤Oww'?'_ '۠ 'נ 'Ӡ 'Gۀ H 'Ӡ 'Ϡ 'G뀠HG'_G < ,0@ 'Gנ 'GGӀH GGۀHHGGπH~_Gߡ,0@*'_!#$D@Gˠ  HP_Gߡ,0@*'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `Gߡ,0*-$D,@5`_DGˠ@$Gנ$ 'G׀ OHG߀ HSGG〤Hx_Gߡ,0@*'_!#$D@Gˠ  HP_Gߡ,0@*'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `Gߡ,0*-$D,@5`_DGˠ@$Gנ$ '_*'_!#$D@Gˠ  HM_*'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `-$D,@5`_DGˠ@$ '_!#$D@Gˠ  HMGנ$ '_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `Gע$ -$D,@5`_DGˠ@$HG׀ H_*'_!#$D@Gˠ  HM_*'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `-$D,@5`_DGˠ@$ '_!#$D@Gˠ  HMGנ$ '_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `Gע$ -$D,@5`_DGˠ@$H_*'_!#$D@Gˠ  HM_*'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `-$D,@5`_DGˠ@$ '_!#$D@Gˠ  HMGנ$ '_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `Gע$ -$D,@5`_DGˠ@$ 'G'Gۀ H 'Ӡ 'HGGۀH 'Ӡ 'H 'Ӡ 'G 'GG뀤O@0A@{c4ww_`DkP@^_iDkh@W_kx@ '_G c] @,0* HH G$ 'G O_!#@] G ,`@ < u G'G< A@{bww''' '_!#$D@G  HMG$!'_!#  G!#$D,@5 _ (w_ 'Ӡ _$`_!# @ \`,@_ (w_ 'Ӡ _$`_!# @< \`,@Gߡ,00400< _)#$D@  < <% 4@_DG$ @$H_!# `G$!-$D,@5`_DG@$ '_!#$D@G  HMG$ '_!#  G!#$D,@5 _ (w_ 'Ӡ _$`_!# @ \`,@_ (w_ 'Ӡ _$`_!# @< \`,@Gߡ,00400< _)#$D@  < <% 4@_DG$ @$H_!# `G$ -$D,@5`_DG@$ '_!#$D@G  HMG$ '_!#  G!#$D,@5 _ (w_ 'Ӡ _$`_!# @ \`,@_ (w_ 'Ӡ _$`_!# @< \`,@Gߡ,00400< _)#$D@  < <% 4@_DG$ @$H_!# `G$ -$D,@5`_DG@$ 'G뀠H '_!#$D@G  HT_G c] @,0*'_!#  G!#$D,@5 _ (w_ 'Ӡ _$`_!# @ \`,@_ (w_ 'Ӡ _$`_!# @< \`,@Gߡ,00400< _)#$D@  < <% 4@_DG$ @$H_!# `G c] @,0*-$D,@5`_DG@$G 'GG뀤O_`G$ @_iG$ @www' '_!#$D@Gߠ  HLG'_!#  G!#$D,@5 _ (w_ 'ˠ _$`_!# @ \`,@_ (w_ 'ˠ _$`_!# @< \`,@Gۡ,00400< _)#$D@  < <% 4@_DGߠ$ @$H_!# `G-$D,@5`_DGߠ@$___< @@   A@y`tww '_!#$D@G  HL '_!#   !#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@G,00400< _)#$D@  < <% 4@_DG$ @$H_!# ` -$D,@5`_DG@$a0]$'_!#$D@G  HOa0]$'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@G,00400< _)#$D@  < <% 4@_DG$ @$H_!# `a0]$-$D,@5`_DG@$_@w_!#D@!#$D@  H '_!#$D@G  HL '_!#   !#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@G,00400< _)#$D@  < <% 4@_DG$ @$H_!# ` -$D,@5`_DG@$a0]$'_!#$D@G  HOa0]$'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@G,00400< _)#$D@  < <% 4@_DG$ @$H_!# `a0]$-$D,@5`_DG@$_@ _%$@A@wa wwww' '_D H4_瀤 h _\ D X H_@_kH@S_k`@N_M'_!#\@ 40w_!#\@ 40w__׀h_wH_ w_w_ _׀h_h ___G@OH_D H__׀hy '_!#$D@GǠ  HMG '_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gá,00400< _)#$D@  < <% 4@_DGǠ$ @$H_!# `G -$D,@5`_DGǠ@$_a0] bx]@@H '_!#$D@GǠ  HMG '_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gá,00400< _)#$D@  < <% 4@_DGǠ$ @$H_!# `G -$D,@5`_DGǠ@$_DkP Dkh Gˠ @p_`Ġi@@_G〤H_@A@ucTww''< _!#\@!"@,04_!"@w_ '۠ _$`< _!"\@,@ H_,0@ w_` 4`H:_!#@` $`$ '_ b] @!< ,0 w_` 4`!H bp] @H '4 !4bp] @'_Gá,0@)w_` 4`_!"@!"@$  "H 'G< A@ua4wwww '_!"@ H_!#\@ۡ,0@'_!"\@ @'۠ '〤 Hw_Gߡ,0@ '_!#$D@GϠ  HO_Gߡ,0@'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gˡ,00400< _)#$D@  < <% 4@_DGϠ$ @$H_!# `_Gߡ,0@< -$D,@5`_DGϠ@$HG b] @'_נ!4,0@ '_!#$D@GϠ  HQ_נ!4,0@'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gˡ,00400< _)#$D@  < <% 4@_DGϠ$ @$H_!# `_נ!4,0@< -$D,@5`_DGϠ@$ף,0c0]D@'GӀ HsGף,0aH]D@$'G'_!#$D@GϠ  HLG'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gˡ,00400< _)#$D@  < <% 4@_DGϠ$ @$H_!# `G-$D,@5`_DGϠ@$$ '〤!H bp] @H '4 !4bp] @'G'_ס,0@ '_!#$D@Gˠ  HO_ס,0@'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `_ס,0@< -$D,@5`_DGˠ@$ף,0 `]D@'GӀ Huף,0 c]D@4 $'G'_!#$D@Gˠ  HL'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gǡ,00400< _)#$D@  < <% 4@_DGˠ$ @$H_!# `-$D,@< 5`_DGˠ@$_!"@ Oj_$'_!#$D@GϠ  HM_$'_!#  G!#$D,@5 _ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@Gˡ,00400< _)#$D@  < <% 4@_DGϠ$ @$H_!# `_$-$D,@5`_DGϠ@$_$_%$@@w '_G,0@ Ā HH G 'G OG H '_G,0@ Ā HH G 'G OG$ `?'G_\ $`X@'' ' @'4 ', 'G$ 'G O4 '4 0w_!#$D@ H1_ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@ _% 4@_!#$$@H(_!#$D@ H!_ (w_ ' _$`_!# @\`,@_!# @`< 4`_!#$@D`$ $`0w_!#$D@ H(_ (w_ ' _$`_!# @ \`,@_ (w_ ' _$`_!# @< \`,@H_!#$D@ H_ (w_ ' _$`_!# @\`,@ _% 4@_!#$$@ ww''_ _%$@G瀤HT_ (w_ '۠ _$`< ,00400< _\ ,@_ (w_ '۠ _$`< ,00400< < _\ ,@_ (w_ '۠ _$`<< ,00400< _\ ,@_ (w_ '۠ _$`<< ,00400< < _\ ,@'$ ''߀H _ (w_ 'Ӡ _$`_L _\ ,@_ w'$ ''׀O@A@pa̮w cp]w_@wHH_ Hw_ Hw_ wH HO o oOHH_ Hw_ Hw_ wH HO o oOHH_ Hw_ Hw_ 0wH HO o oOHH_ @Hw_ Hw_ wH HO o oO_w_0A@ocdw'G  < ,0 c]\@w_0w''_h$@'L@4@ِw_@ww_@_hHww'_40!?# @w_!?# @w뀤 H'__ @w_#?c h_!?#$@w__@w_#?c h_!?#$@w__ס,0@Hw_h Hw뀤 H<'$ ''ˀH__ @w_ w__@w'$ ''ÀO_#?c h_!?#$@w_%?l@L$@w__ס,0@Hw#a H!!$@'!['__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w_ wӠ$ 'ӀOh_%?l@L$@w_%?l@L$@w#aOM뀤H뀤  H$ '__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w__ @w__@w_ w뀤 Oh'$ ''ˀH__ @w_ w__@w'$ ''ÀO_%?l@L$@w_%?l@L$@w__ס,0@w_߰www_%?l@L$@'_!?# @w_נL@w_%?l@L$@w__!?# @!?#@w__40'? @_40 @ˠ @!?#@w_#?ch_!?#$@w_#?ch_!?#$@w_#c․h_!#$@w_#?ch_!?#$@w__ϡ,0@w_߰㾠A@lcwWwwww'_wg_'o_w_\ '_\ h?H8'wwwgG cx]@0 p'cGc HGcH#'נg 'cGc HgŦGcGc@?,@? @'_G_H '__t`gŔ'cGc'Gס<  wwww____ߐ@?'Gۡ< @w_4p @4p w_@A@laĮw bX]w_ A@latwww'_hHwߠ 'ۀH __@@ڔHw__@@Hw_?4 @w뀤  H_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w_<_ @ < ,0 bX]\@4@w_ w$ '뀤 Ok뀤H_<_ @ < ,0 bX]\@4@w_ w$ '뀤O_?4 @w_߰A@kawww'_'۠<'뀤H$_ h _  4,0 bX]\@44@'_ w$ '뀤H_ o_w뀤 H}+-13_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'$ '뀤 O뀤  H9+-_ @'_Ϡ w۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX](\@5 4,0 bX]\@'$ '뀤 O_w뀤H_  4,0 bX]\@44@'_ w$ '뀤O۠<'w_߰A@ia,www'_< 5 5 %? @ ,  , @'۠<'뀤H&_ h"ۣ5 _ @4,0 bX]!@\- 4@'_ w$ '뀤H_ o_w_Ϡ$ w뀤 H357 9 ;_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ `4,0 bX]\@5` 4,0 bX]- @\5` 4,0 bX]1 @\5`4,0 bX]+@\'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'$ '뀤 O뀤  H<+- 1 3_Ϡ w_ @'۠ 4,0 bX]\@5  4,0 bX]\@5  4,0 bX]\@5 4,0 bX]\@'$ '뀤 O_Ϡ w_w뀤H)ۣ4_ @4,0 bX]\@,4@'_ w$ '뀤O۠<'ۧ5 5 %? @ ,  , @4w_߰0www_h_ h__\ @w_40w_ w_o_w_0ww '_G,0\@@Β_G,0t@G 'G뀤 O www_瀤 h_HVw!;n # wϠ wϠ 'ۢ_Gۧ,0t@_ϡ,0wG۠ 'Gۀ OϠϐ@Ϡϐ@Ϡϐ@_砌 h_@w_<0w_瀤 hHϠϐ@_砌 h_@iw_<0w_瀤 o__@w_w_߰A@faww c]@wzw_hHzw_@v? /h_@vAHnw_瀤hHhw_@v> w_  ?#w_w_߀hHUw___@@vG__@v# @w_@w-w_ǀhH=ww_א@v :w_πh _,`__ c]__@@@v_ǐ@vH H_Hw_πh_Ϡ wHw_׀h_L O_@v4w_@w_h_@vw_0A@ebtww_  c]  @ 'G< 0ww'_\"ʐ_t"_@u_t"G_$bH0A@eawww_hf_\ h _L H_\ hW_\ hH>_D !?<,@ H_\ w_ c]h b0]\ w__@ĒH _D !?<,@ H_D 4 !<@H_\ w___\ @ _ 0w_\ o_L O_\ o0A@dcwww_hd_\ h _L H_\ hU_\ hH<_D !?<,@ H_\ w_ c]h b0]\ w__@ĒH_D !?<,@ H_D !@H_\ w___\ @ _ 0w_\ o_L O_\ oA@daܮwwwww'w_h_\ h _L H_\ h_D !?<,@ H$_\ w_ c]h b0]\ w_\ h__\ __Gې@@Hl_D !?<,@ H _D ! @H_wHY_πhU_L H_L H GۀH _L _L H_\ h;_\ h6_\ _\ @@tH,_\ w_\ h_\ Hw_w_w_ǀh___\b\ _@ @_D ! @HH_ 0w_\ of_L Oa_\ o\A@cbww'ww'ې#@tw_ǀhH}w_ǐ #@s_t"G_\"$`__\"t`_\"t G۠ H _\"$`G <  @t_t"__tb_t"_$"G_$b_t"_$"G, _$b_D"ܐ @s_t"Р _$b_t# c]@th  c]@th_Ǣ"D` $`_h_@sS w_@t^w_h ___@@sb__tb_\b@_w_ϰ@w_\ Z_t _\ T_t _\ N_t 0w_hHa_\bh_"w_\ w_ߠ$ @_t`_̐_\bo_\"\  _\"t _\"t 0_\"t (_\"t  _\"$`_$"_$"_$"_t"_\"Ѐh '_D"؀H_\"G,0\@_\"G,0t@G 'G_D"؀O_$"_\#_t#HA@bb www/_\"h_D"Ȁ H H'_D"Ƞ$ 'Gۀ H-_\"Gۡ,0@w_h_\ h __\ @@sHH O_L HHH G۠$ 'Gۀ OGۀ H H~'_D" H Hv'_\"h _\Gۡ,0@t Hh'_Dbؠ Db܀H_"D` $`_\bDbܡ,0@t_t"_"w_D 'Gˠ _$`G'_\"Ѐh@_h_@rHww_ w_@sw_h&_h__ c]_@@rH __ c]O@@r__\"Gۧ,0t@H_\"Gۡ,0t@ 'G< ww/w_\"\ 0w_πh$_h_\ h__\ @@rNH H'OH O_L H H'_\"h_D" H H'_D"$ 'Gǀ H-_\"Gǡ,0@w_h_\ h __\ @@rHH O_L HHH GǠ$ 'Gǀ OGǀ H HO'_\†$<0?`?8p  h?HA'_߀h _L H__\"t`(_"\` @t`_\"$ _\"$ 8_\"t _\"t (_\Gǡ,0@\t`0_\"]`0D`0\`8`@@p'_\"t GˀGˤ@?,@  @'G'Gۡ< A@`ctww_\"w '_瀤h?H'_\ 8h_D 0 H_D"H_\ 8\ @pĒ /h?H'_D 0_DbDbؠ < ,0@qҐw_߀h?H'_\ 8\ @p /h1_\"耤h,_\"@p_\ 8\ @p@ w_Ϡ  ?#w__ c]_\"_\ 8\ @@@q1__Gۧ,0t@H _\ 8\ _Gۡ,0t@_Gۡ,0\@wG۠ '_w_ǀh?He'_D 0 H_Gۡ,0@_\`8 D`0$ < ,0@pG_D 0$ @'_\"Ѐh_D"؀ H_Gۡ,0@_\bDbء,0@pxG_D"ؠ@'_\"h_D" H_Gۡ,0@_\bDb,0@p]G_D"@'_Gۡ,0t@_\ h?H '_\`@s@?'G< A@_clwww/ww'wGӀHOH _h _L H -/_\ h _L H_\ h_D !?<,@ HJ_\ w_ c]h b0]\ w_hHm__O__GӐ@@w_hHY_߀h_\ h_Hw_׀h_\ h_Hw_\ _t`_Hw_D !?<,@ H_wH._h_\ hGӀH _D 4 !<@H __\ @@oHH OH O_L HH_ 0w_\ or_L Om_\ oh_\ h _L HH+w_߀h_t _׀h_t _h_߀h_\ _t`_D ! @H _׀h_\ _t`_w_ǰw''_\"ww_D`D`H__h_ߠ$ @w_D`D`H__o_D`D`H __hH_\ hn_D 'G_D He_\ h_\ Gӡ4p,0 4` < ,HHG_\ Gӡ,0\@L -HH<$ ' HH3_\ Gӡ,0\@wGH'_\ h _D 40  @n_t _\ h_\ Gӡ40,0@w_ Gӡ4 < ,@$H GӠ 'G_D O__h_ߠ$ @w_׀o^_w_www_@n3 w_@o>w_w_ǀhHw_L /O'_ wG'G HgHK_L #H _L  :H_L  +HH@_߀h_   w_߀hH0_ w_@mw__נ@w__Ǡ$@w__@@ow__Ϡ@w___א@@o__נ@wHHO !OOO_,`_ w_L /O'_ wG'G O _,`_@m@ @@ow_w_0w'_\#h _D 40  @n_t#_\#h_\#G40,0@w_ G4 < ,@$H0w'w_h_ h?HE'G!@@H_<wH__t`H4_\_@tH-_\_ @tH&_\_@tH?H'G! @#H  O#OO#O#OO 'G< 0w'w_h_ h?HH'G!@@H_<wH"__$`H7_D_< @$H/_D_< @$H'_D_< @$H?H'G! @#H  O#OO#O#OO 'G< СA@\b,www '_h?H&'G〤Hwwww ' '_\"\ (h-_\"D`D`H&_\bh!_"w_\ w_$ @_t`_B_\"\ (h_\"D`D`H_\bo_\"\ (h_\"D`D`H_\b@@_\"h_HH'?H'_\"\ (hH_\"\ h_\"\`D`4p,0 4` < ,H _\" w_D` $`H_\"D '_\"\ h_\" w_D 'G _$`_\"\ G,0\@w_׀h?H'_D"H_L -H/_D" H _$b_D" H _@kӐ_\"t  Hb'_\"h_"w_D 'G _$`__\"G,0t@H;_@k w_  ?#w_w_h?H7'___@@kÔ_L H?H('_L  -H _L H _$bH _ w_L -H  '_w_ wH '__@ HH__@ǔ HH_w_L H_L =H_ w_L H_L =O_L =H _,`_ w___$@wHw_\"_ϨG@ 0w_瀤h GH?H'_瀤h _h =_,_瀤h _צ _\"t`(wH_\bh_D !@H  '_G@[ '_\"\ (hY_\"\ (w_\"t (__L``HHS__L @/H_נ w_L H__\"t`(H;_\"_L Ϡǐ@ w_瀤h?H6' '_נ w_L H _L` = "H < @_\"t`(_瀤h?H'_\ h_D !?<,@ H_\`D`  pH?H'H _D !?<,@ H_\ h_\`D` D`SH?H'H_D !?<@H_\"\ y_\"t _h__@w__\"t` H_\"\ (h_\b\ (@w__\"t` _\"t (Ht_\"D`D`H _\bh_"w_\ w_$ @_t`_ِ_\"D`D`H_\bo_\"D`D`H_D ! @H?Hu'_\"t H9_\bh_D !@H GH_\bD @6_\"\ h_\" w_D 'G _$`_\"\ G,0\@w__@yw__\"t` w_\ h@H _\"\ h _\"\ @iHww__\ t`H*w_\"\ h_\"\ @@m w_h_L H?H'_D !?<,@ H$_#|,p h _#|,p h?H'_\`D` _@H?H'H_#ch_#|h?H'_\`D` _@+H?H'H c] ?_\"\ h+aP]D ' aP]$`_\"\ @@m??aP]D "H?H'GaP]$`_L H?H'_D !?<,@ H_\ < HO c] H c] HH?? c] ( c] H?HR' c] H c] HH?? c] ( c] H?H.'_\ $ H4a]  c]_D !?<,@@k"@h@ H _D !?<,@`H%` O, < #`_DOD` OAO_πh_\b__G@@ŘH_D H _D !?<,@ H '_Dbؠ Db܀H_"D` $`_\bDbܡ,0@j _t"_\"Ѐhl_\ h_\ @h%Hww_ w_@i,w_hF_\ h#_D 4 !<@H c]Hw c]w__ c]__\ @@@hH__ c]_L @@h_"w_D 'G _$`__\"G,0t@H_"w_D 'G _$`_\"G,0t@_\ h _D !?<,@ HH2_D !?<,@ HH(_D !?<@H!_\"Ѐh_\"\ h_"w_D 'G _$`_\"\ @g_\"G,0t@G〤O_瀤h_D H'ߠ?'G'G<   d d0ww_h _\"\ w_\"t _w_ ww_h_\"h_DbDbH_"w_D 'G۠ _$`_\"Gۡ,0\@w_w_0ww_h_\"h_DbDbH_\bDb,0\w_w_@w_h _\"h_DbDbHH w_\bDb,0t_\bDb,0w_0w_h_Hw__\"\ _\"t _\"h0 '_D"H)_\"G,0@w_\ ڐ_t _\ Ԑ_t _\ (ΐ_t (_\ 8Ȑ_t 8G 'G_D"O_\"_t"_\"h0 '_D"ȀH)_\"G,0@w_\ _t _\ _t _\ (_t (_\ 8_t 8G 'G_D"ȀO_\"_t"_\"z_t"_\"t_t"_\"n_t"_\"h_t"_\"b_t"_\#\_t#_Ww_w_0ww' @  ?#w_ߐ  @@fP_\ _t`_L _,`!_$` _t _$ _t _t (_D _$`0_\ _t`8__ߐ@@ 'G< ww'H_"w_"wH_"w_"wH Hq'G뀤 O OO_\ _D  < ,0@@g_t _\ h HT'_\ _D ,0@w_\ h_\ @eHww__t`_L _,`_D _$` _\ _t`_D _$`_\ h_\ @emHww__t` _\ (h_\ (@e^Hww__t`(_D 0_$`0_\ 8_t`8_D` $` 'G<  w'w_hG H_Hw_\"w_w_߀h_\ h _\`D`$ < ,0\Hww_w_0A@Tc̮w'H< `]HGw `]HBw `]H=w `]H8w ` ]H3w `(]H.w `0]H)w `8]H$w `@]HwaP]D @dHw `H]HwG$?뀤 O, < #a_РD_\Hp4 0ww_\†$<0?`?8p h?H8' '_\ h G '_G,0\@o_"\` @t`_\"$ _\"t _\"t (_\"t 0G__\"`@@Ɩ'_\"t  _\"$`8G'G< 0A@T`ܮww_\"\ h_\"\ \ Hw `P]w_w_ w'wG'ߠ '_\#h" 'נ GH_\#Gס4p,0 4` < ,HGߠ$ 'Gנ 'GGO 'נ GH3_\#h_\#Gס4p,0 4` < ,HHGG߀H_Gס,0\@Hww__Gۧ,0t@G۠ 'Gנ 'GGOG'G< @w_h_@dw_0A@Sb4ww_  c]  @ 'G< A@SaĮwww @  ?#w_\"hH_\"@cww_ϐ  @@c__\"_@@cHHH__@w_L H_HH_L H_H_ w_L H_O_w_L H_H_ w_L O_wO _,`_ w_L H_fH_ w_L H_XO_L HH-_w_L H_DH_ w_L O_6O _,`_ w_L H_%H_ w_L H_O_L HH_L -H _L  -H_נ _t`H_L -H _L  H_L _,`__Ϥ`0`8@ {HH!_$`  'ˠ '_D 0H_\ 8Gˡ,0\@ `X]@ @bSH$_\ 8Gˡ,0\@ w_L $H _L  "H_ w__t` _Ϥ D!,@$GǠ$ 'HF_\ 8Gˡ,0\@ ``]@ @b!H)_\ 8Gˡ,0\@ w_L $H _L  "H_ w__t`(_Ϥ D!,@$_Ϣ D` $`GǠ$ 'HGGˀH _\ 8Gˡ,0\@Gǧ,0t@Gˠ 'G'GǠ 'G_D 0O~GGˀH _\ 8Gǡ,0t@G_$`0_ `h]@@bH __ϐ@ H_ `p]@@bvH__ϐ@ A@Qbwww_@c 'G HaP]D $ ?@?,@'GH'G@b w_?h G@b ?haP]D 'G@bdGaP]$`?H'_   ?#wG__@@bV_haP]D 'G@bBGaP]$`?H'G@b7?H?H'_   ?#w_w_w__@w__πh{Hj _,`_w_L H_H_ w_L H_~O_L H _L #H__@_נ wHB_L _,`_נ w_ w__πh_L H _$ w_w_נ wH _L _,`_נ w_ wH_L _,`_נ w_ wH _L O \OO__π o 'G< A@Pb|ww'_\"h HG'_ `x]@'GۀHGH8' `]@aw_߀h,_@` w_Ϡ  ?#w_瀤h H'__ `]_ߐ@@a __@'GۀHGH' 'G< @w_h_@`w_0A@P`ww_  c]  @ 'G<  A@P`<ww'www_L  ?H _a] @@g H _a] @@ | @_ 0w_h._w_\ h _L H_\ h_D H_\ Hw_ 0w_\ o_L O_\ ow_0A@Obwww_D !?<,@HHZw_ c] 0h _ c] `h _\ (h_\ (HAw_\ (h_\ (H8wH"H4w `]H/w `]H*w `]H%w `]H w `]Hw `]Hw_D !?<,@$  O, < #a_ߠܠD_@@@,A@O`wwww `]w_,0 w_@`@w_w_hHwߠ (_,`_ w___Ǡ$ @@_9@w :_,`_ w _,`_ w___$@$$ w_\ hH_\ D w__ `]_@@_: @wH_\ \ w__ `]_@@_: @wH_\  (?__ `]@;@_l[: @wH_\  ?__ `]@;@_W[: @wHk_\ \ w_h_ `]_ϐ@@^@wH;_Ϡ$ wϠ "_,`_ w___ϐ@@^w__π h__Ϡ$ @w ._,`_ w ._,`_ w ._,`_ wH__@w "_,`_ wH_wH w_D !?<,@ O, < #`l_ؠD )_,`_ w _,`_w_߰dh㾠A@N` wWwwww_ w_נ  Ow_\ w__ߐ@Iww_ w '_\ h __\ @]@w_h__@]@w_@^w_hH _,` __,@_\ h*_L H%_D 4 !<@H `]Hw `]w__ `]_L`_\`@@^XH9_L  H__ `]_L @@^EH&_\ h!_D 4 !<@H `]Hw `]w__ a]__\ @@@^_L HH_h_@]iw_D !@H [_,`_ w_D ! @HE___ߐ@ w_h9_ǀh_@]BHwowo_o_@];@ ww_w@^Ewg_gh_ǀh_Hw_ a]w__g_w a]___@@@]_w_gw_\ (hNH7HHHF_\ h =H'{ '{G{_,`_ w___$@$w___@@] w__ h_$ Hwo_wo__o@wHH_D !?<,@ O, < #a_WؠDH" =_,`_ w___$@$w___@@\Δw__ h_$ w__@w_D !@H ]_,`_ w _,`_ǀh_ a]_< G@_@@_H _ a ]_@@_ H_w_h_ww_@\ew__πh__Ϡ@$ w__ǀh_ H_$ w__ǀh_O__ǀhH___Ǣ h_H_$ w__Ǣ h_ڐO_ wo a(]__Ǡ$@< _ס<  @@\_o_ a0]@@^_w_H_L H_Ǡ w_H_L O_@[w__πo_h _ a8]_ǐ@@^h_qw_mwXhhh$$$`hhwwww_h_\ h _L H_\ h_D !?<,@ H_\ h _\ _@גw__߀h_wH[_D ! @HT w_L  H_נ w_L  H _\ h_נ w_\ h_D 4 !< @`? w__Ǡ@w__\ @[K@w__@w_πh __@[; @w_D !@H_נ w__߀h_w_ 0w_\ o_L O_\ oz_w_ww'ww_h3 '_wG뀠H+_w_\ h_L H_D ! @H ____א@Gˠ '_w_Ϡ @wGG뀤OA@Jbwwwwww_ ah]h__\bDb_ߐ@__\bDb_ߐ@H_瀤h?_w_\ h _L H_\ h._\ h_L H_D ! @H ____א@M_Ϡ 0w_\ o_L O_\ o_瀤hU_w_\ h _L H_\ hD_D !?<,@ HH(_\ :w_ǀh_w_\ h _ a@]_\ @@\___\ __ǐ@@R_Ϡ 0w_\ o_L O_\ o A@Ictwww '_ aH]@@\_D" H*_\ \ w_߀hGH!'_ߐ@Yƒ /h_ߐ@Y / w_ aP]_ߐ@@\\G_@Y @'G'G<  A@IbDwww'__@_\"h_ aX]_\"@@\+H _ aX] a`]@@\_\"͒w__\b_ߐ@СA@Ia<wwwwwߠ w ah] ,` ,`w__ߐ@w_L  H_\ h_Ϡ w_D 4 !< @H_Ϡ w__\ @Y4@wH,_L  H _Ϡ w_L /͠ /H_\ h__\ @Y@w_D 4 !< @H_Ϡ w_\ w_π h_Hw_h __@X @w__Ϡ@ Oh _ ap]@@[ w_\ hD_L H?_D 4 !<@H a]Hw `]w_h a0]Hw a]w_h_Hw a]w_ ax]_L`_\`__@@@[8sHK_L H _D 4 !<@H a]Hw `]w_h_L  H a0]Hw a]w_Hw a]w_h_Hw a]w_ a]____@@@Z__Ϡ@ w_װwww'w_瀤h? 'G〠H9_w_D !?<,@ H_\ wH_\ h_L H_D ! @H ____א@wGˠ '_w_ @wGG〤O_w_ϰwwwwww_߀h_\ h _L H_\ h_D !?<,@ H_\ wH_D !?<,@ H`_πhK 'à '_D H_\ Gá,0\@w_h__\ hHH Gà 'G_D O_\ hG_D HHD_D`D`H_w_D 'G _$`_\ _\ G,0t@____\ __ϐ@@xwH_\ h_L H_D ! @H ____א@ߖw_ߠ 0w_\ ol_L Og_\ ob_w_ǰA@G`4wwww_瀤h_H wϠ!,  ?# !,@WZw_wנ '_׀h Hl'_hN_\ h _L H_\ h?_L H_D !?<,@H _L _@V@,@H_D !?<,@ H_\ h _\ __א@'_ 0w_\ o_L O_\ o__瀤h_L H_ a]_א@@Y;_@V 'G'G< A@FaĮwww'   ?#  @Vw_$  @_$`_D ,0w_ע  #_א@ @V_t _w_D 'Gˠ _$`_\"_\ G˧,0t@__@X: w__\"_@: w___\b_ߐ@@Iw___\bDb@w___\bDbȐ@ݘw_\"h__\"@V @w_׀ Oh _ ap]@@X_ aP]_\"@@X_ a]@@X@ww_\"_t"_@Uڐ_t"@w_h_@V'w_0A@Ebww_  c]  @ 'G< 'wwwG < ,0wG H_h?Hr'۠ 'GH_G,0\@h?Hb'__G,0\@@U| wG 'GGO_@V~w_h?HE'_w_G < ,0@w 'GH__G,0t@__G,0\@_ϐ@Uh wG 'GGO_G,0t@_߀h__t`H_@Uw_瀤hG_$` 'Gۡ< www /֠ 'Gϡ,0@VwǠ '_@U 'G  #G@ @UBw?'_ǀhGH'__Gç,0t@_w_L HO_L H /HOր H(_L \H_נ w_L H?'H_L OրH \_,`_ w_L _,`_ wHa_H._Gá,0\@L H$_ wG'Gà 'GGπHGϠ '_Gϡ,0@@Vdw_ǀhHY__Gç,0t@H/H_L /H(_נ w_L H?'H?_L _,`_ wH_L 'H "OOO \OO_נ w_L Og_Gá,0\@@TCh Gà '_w_ wG___@'_ǀh_@TG'G< A@Ccwww' 'נ#wϠ!'à '_t _h?H'GÐ @Tw_h?H'_ϧ< _@@X#hsG 'w_L H_H_ w_L H_ O_@Sǐw__Ϣ$  h_@T?HJ'_L H_L HH._L #HH'_w_L H _ېH_L =H_ w_L H _ȐH_L =O_H! _,`_ w_L H_H_ w_L H_O_L H@ _,__$@'GG۠ @'GGÀHGGÀHGۡ, H'Gá, 'G'_GÐ@@U w_h?H'_ a]GÐ@@U__GÐ@@UH_L =HH _,`_ w_L H_CH_ w_L H_5O_L HHm__Ǡ@w_ߠ$ w_!H _,`_ߠ$ w_O__$@'GG۠ @'GGÀHGGÀHGۡ, H'Gá, 'G'_GÐ@@Tw_h?H;'_ a]GÐ@@Ur__GÐ@@Uk_ a]GÐ@@Ub__GÐ@@U[_ a]GÐ@@UR_ϧ< _@@Vo__t` 'G< PP@ send_directorysend_implied_dirscheck_for_finished_fileschange_local_filter_dir@@@C0A@@?rwrite[...]read_msg_fdio_start_buffering_outio_start_buffering_instart_flist_forwardunknownmatch_gnumscheck_priorhard_link_checkfinish_hard_linkUNKNOWNcompare_addrinfo_sockaddr@Y@@@A0@ @NC0Alocal_childstart_inband_exchange1.2.3 deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly `Psp0  ` @ X ;x8 h( H T+t4  d$ D \ S|< l,  L R#r2  b" B Z Cz: j*  J V@3v6 f& F  ^ c~> n. N `Qq1  a! A Y ;y9 i)  I U+u5  e% E ] S}= m-  M S#s3  c# C [ C{; k+  K W@3w7 g' G  _ c? o/ O `Psp0  ` @ X ;x8 h( H T+t4  d$ D \ S|< l,  L R#r2  b" B Z Cz: j*  J V@3v6 f& F  ^ c~> n. N `Qq1  a! A Y ;y9 i)  I U+u5  e% E ] S}= m-  M S#s3  c# C [ C{; k+  K W@3w7 g' G  _ c? o/ O A@!  @a`10  @      #+3;CScs !1Aa  0@`@@ inflate 1.2.3 Copyright 1995-2005 Mark Adler       L,l\<|B"bR2r J*jZ:zF&fV6vN.n^>~A!aQ1q I)iY9yE%eU5u M-m]=}   S S  3 3  s s    K K  + +  k k     [ [  ; ;  { {     G G  ' '  g g     W W  7 7  w w     O O  / /  o o     _ _  ? ?     @ `P0pH(hX8xD$dT4tC#c         (08@P`p   0@`  0@`w0a, Qmpjc5dۈ2yܸو L+~|-dj qHA}mԵQӅlVdkbze\Ocl=c ;n Li^`Agqr<KG k5Blۻ@2lE\u =Y&0Q:Qa!V#Ϻ(_ ٲ $/o|XhLaf-=vAq *q3xɢ4 j m=-dlc\kkQlabe0bNl{WeP|b-I|LeMaX:QtԻ0JߥA=ؕmCij4ngF`D-s3 L_ |Pq<'A  Wh% of a^)ɘИ"רY=. \;l  tҚG9w&sc d; mj>zjZ '}DhibW]egl6qnkv+zZgJoC`֣ѓ~8ORѻgWg?H6K + L6JAz``gU1nFiyaf%oҠRh6 w G"U&/ź; (+Z\j1,ٞ[ޮd°c&ujm 6?rgWJz{+ 8Ҏվ | !Bhݳڃn&[owGwZjpf; \ebiaklE x NT9g&a`IiGM>nwjJZ@ f7;S޻G0ʺŠS0$6TW)#gfz.aJ]h*o+ 7 Z-1A26b+-Sdl}wEVZOAي»IO ~M-JQS#xpaA.U7Y-6˚w]]llA?Z$F waރ$Ųe]]DFok(vpi91k *Z  ,8mF6]pTqke0*1¶u4%y<8syjHA}X*<yOb~DO-T@#88 !L \ E1HnbwS]Tl?טP̩˓rb\ky@TYOX#$8p=#Aek|ZW %N8d3!*`$?- lH$S~F)ewh/?y6$H t*5KSRHyep`~1¿Б|ˠ=6Txe9;K" ˈ_]OFlm?tZCA#lpwA6G-qAhZ[CwZl-O 6~_'->1SbSW§ٖ1k**kypH]oF*.f6TTcMe"¤0g)&Ůޟ:{kZ >8,$5*F21wsHpQkzF6c]wN̵ׄJ# pA#]F8l1?(gOB~TUyLbˁ8#^TO1ZbbySIOP~V{-b-4R^~Ge­lHnuS/:6# $Tj?e+yHf*'˼Ѝb# &??~p$iBF;[wzek~ZS 7H8v ?3$rj7nFY |OQ; U dؓS - \G=&pGw`)/ ai5&sL <:R=Pe6^X7}o5641W0ճ2k3$k%'1&-[#bML"'{ "!$*x(+)`F(> q-q,v.Ț/7pqXsYr3w%vQO+tru՛E~xKO} |b!ytxBz{l.m~Do8nkljw[h1Ri85bcm?a+f`Qeddf"giH IKSNJuyOcN LZMݥFĚGE@ND$A2D@XsBI*CThPU3gWu>V SR:P|Q~Z9[ SYfX]4\)^oEZ_/m5qs<\kg2z &J8 좞V`a/6i\lU,zB\uHƒ=&FW A+Ox]`غ7W>9q߳!7Kk ֩fض-bѠ3pj$]^Ĝ'*~@IWVÕ<ӂMʏş{ Dt͆mC-@mw+B.(>dT"~8yo$w1J}50K_ ^ϋiBI#dXTQc:r Р fnx|)Ko%3/uUv?A):C|s@͉ ;IbeU"hH_S1ފZ^4ge ȋbW72%k_8Ŵ(}OodJֿjw3XcVPW0Bq{gǧurCo&p-?О'sB zG2>[ ;g/P8i_ Y=嗇e:ϏOZw3(?RXw@ Qh+HZ"0*WOIo@}m5N#+'*GA |HX=#?X1vjʨ`^pYL<i~{/wHk sha)ٸLDofP~V7'M@( ۰9g+xn;&f/?)XD`T 1MϺF.Tg'pqHL/0cEUk?Ӄ6hyr]7\PNT@%s7@>'!$UxAׯ3\Y;U^GP~b;!lڇF 2p(QV_:X1: 3n :m@I)/NJ2"v+x xKH.jAf^O*9y]#Mk~`bю_޶ Rz7hFм!10cV"ajn6 SrN){t*8Fv#fu`zrϮsɛW"G9E^vMcD&dA/yQA4S&ֿ EbLil!>aDƋΪ~7A8n&]|vYoᡱ Kyiw¡\~9$66 Qnf>q,o,ӹI  I{.C>HnY-Qg̰t zfa0w,aQ mjp5cd2yҗ+L |~-d jHqA}mQDžӃVlkdzbeO\lcc=  n;^iLA`rqg<GK k 5lBɻ@l2u\E Y=ѫ0&:QQaп!#ijV(_ $ |o/LhXa=-fAvq Ҙ*q俟3Ըx4  j-=mld\cQkkbal0eNbl{WٰeP긾|bI-|ӌeLXaMQ:t0AJו=mѤjiCn4Fgи`s-D3_L | jm Zjz  ' }Dңhi]Wbgeq6lknv+ӉZzJgo߹ホCՎ`~ѡ8ROggW?K6H+ L J6`zA`Ugn1yiFafo%6hRw G "/&U;( Z+j\1е,[d&cju m ?6grWJz+{8 Ғ |! ӆBhn[&wowGZpj;f\ eibkaElx TN³9a&g`MGiIwn>JjѮZf @;7SŞϲG0º0S$6к)WTg#.zfJah]+o*7 Z-A1b62S-+ldEw}ZVǖAOI OM~-QJ#SpxAaU׮.7׵Y-6]]wll?AZ$ Faw$e]]FD(koipvk19Z* ,  m86F]qTp0ek*1u4yީ%8<ysHj}A<*XOyD~b-OT@#8 Š8L! Ζ \H1EbnSwT]l?P\bryk޵T@OYX#p8$A#=keZ|% Wd8N⟊!̧3`*$?-l $HS)F~hwey?/H$6t 5*SKHRpey1~`|=6xT9eK; " ˮO]_lF?mtCZ#AplAwG6-ŵAq[ZhwClZO-_~6 -'>S1bSWՖk1**ykHpo].*F6fcTT"eM©g0&):{kZ> 8$,52F*sw1pHkQ6Fzw]cN̵J #pAF]#l8?1(BOgT~yUbL8^#ܖTZ1ObbSyOIV~P-{b-R4٠~^eGnHl/Su6: #jT$+e?yHf'*b#Ч ?&~?$pi;FBzw[keZ~7 Sv8H 3?r$7jnԄYFܨ |OQ;օ U d S - =G\ p&Gw)` /a߫i5&LsZ<#0zMzFM8,9; :R:<eP=X^6o}7654W1Օ0k23k$%1'[-&LMb#{'"" $!(x*޺+F`)q >(q-v,.7/pXqYs3r%w+OQvrtEux܉~OK }!b|tyBxʠz{.lD~m8onlk[wjR1h58ib?mcf+aQ`צedd"fig HINSKyuJcO NZLݘMFGN@E$DD2AsX@*IBCPhTg3U>uW ַVS:R|P~Q9ZS [fYX4])\ZEo^m/_5qϱ٥s\<k2g z8J& Va`/ӈ6\ilU,zBĞu\H&=WFA +O`]xW79>q!K7 kf-b3Πjp]$^'~*I@VW<Mŏ{ tDCm-@wm.B+(>Td"ŀǼϭ~8y$owJ1}05_K^ iϏ은BI#ƈdX܁T̓cQ: rՆ fn|xK)o%ƭ/3vUuA?)C:|sĵ@͂ Ͳ;bIUeh"׻_HS1޼^Z4eg Wb27_k%8ם(O}doJj3wVcXWP0qB{gCru&op-?'Bs ưGz>2[Ȏg; i8P/ _Y=чe:ZO?(3wwXR @hQ+ğH*0"ZOWoI}@mNП5+#*'G| AH=XX?#1jvʬ`p^Y<L~i/{kHw hs)aLoD~Pf7VM'(@ﰤ ہg9x+n&;f?/X)T`D1 ߨMߒ.FgTp'Hq/L0UEc?kǃh6ry7]P\@TN%s7@'>$!AxUʰ\3;Y^U~PGl!;b F2pԞ(Q_V:1X: n3 m:@/)IJNv"2x+ٗ Kx.HfAj^y9*O]#kM`~b_R 7zFh!1߈Vc0a"j6nS Nr)Υ{t*F8#vufz`rs"WG9^EMvc&DAdQy/4Aڱ&S֚E biLQ<6'5P..T&q]w4.6IE? v\[YI>U!lDa>΋ϩ7~8A]&nv|oY yKiw\¹9~$ 66nQfq>,o,IӔ 渱{I .H>C-YngQz taf<alloc_xbufrealloc_xbufFILE_STRUCT_LEN=%d, EXTRA_LEN=%d %s ... %d files... %d file%sto consider s done copying unsafe symlink "%s" -> "%s" /rsyncd-munged/[%s] expand file_list pointer array to %.0f bytes, did%s move notflist_expandchange_dir %s failedoverflow: xflags=0x%x l1=%d l2=%d lastname=%s [%s] recv_file_entry[%s] cannot convert filename: %s (%s) hard-link reference out of range: %d (%d) flist.coverflow: linkname_len=%d Offset underflow: file-length is negative [%s] cannot convert symlink data for: %s (%s) skipping overly long name: %s symlink has no referent: %s file has vanished: %s readlink_stat(%s) failedskipping directory %s [%s] skipping mount-point dir %s [%s] make_file(%s,*,%d) make_fileskipping symlink with 0-length value: %s skipping long-named directory: %s %s has vanished: %s directoryfilelink_stat %s failedflist != NULLopendir %s failedcannot send long-named file %s cannot send file with empty name in %s readdir(%s)start == fnamesend_implied_dirsrelnamecache *FATAL I/O ERROR: dying to avoid a --delete-during issue with a pre-3.0.7 receiver. send_extra_file_listbuilding file list building file listsending incremental file list send_file_list//././...found ".." dir in relative path: %s send_file_list done receiving file list receiving file listreceiving incremental file list recv_file_listInvalid flist flag: %x recv_file_name(%s) received %d names recv_file_list done [%s] Invalid dir index: %d (%d - %d) [%s] receiving flist for dir %d removing duplicate name %s from file list (%d) [%s] flist start=%d, used=%d, low=%d, high=%d uid=%u gid=%s%u%s%d[%s] i=%d %s %s%s%s%s mode=0%o len=%.0f%s%s flags=%x get_dirlistalloc_xbufrealloc_xbufnote: iconv_open("%s", "%s") failed (%d) -- using isprint() instead of iconv(). note: iconv_open("%s", "%s") succeeded. UTF-8iconv_open("%s", "%s") failed rsync.c%s charset: %s serverclient[LOCALE]rsyncprotected args:.Invalid file index: %d (%d - %d) [%s] Invalid dir index: %d (%d - %d) [%s] [%s] receiving flist for dir %d read_ndx_and_attrsreceived request to transfer non-regular file: %d [%s] stat %s failedfailed to set times on %sset uid of %s from %u to %u set gid of %s from %u to %u %s %s failedchownchgrpfailed to set permissions on %s%s %s is uptodate finishing %s renaming %s to %s %s %s -> "%s"copyrenamerename %s -> "%s"File-list index %d not in %d - %d (%s) [%s] sendergeneratorreceiverReceiverdelete_item(%s) mode=%o flags=%d rmdirmake_backupunlinkcannot delete non-empty directory: %s delete_file: %s(%s) failedregular filedirectorysymlinkdevice filespecial filegenerator.ccould not make way for new %s: %s delete_dir_contents(%s) flags=%d mount point, %s, pins parent directory deldelayNOTE: Unable to create delete-delay temp file%s. -- switching to --delete-afterflush of delete-delay buffer%x %s%cERROR: unexpected EOF in delete-delay file. reading delete-delay file%x ERROR: invalid data in delete-delay file. ERROR: filename too long in delete-delay file. delete_in_dir(%s) IO error encountered -- skipping file deletion cannot delete mount point: %s deleting in %s count=%.0f rem=%ld blength=%ld s2length=%d flength=%.0f chunk[%.0f] offset=%.0f len=%ld sum1=%08lx fuzzy size/modtime match for %s fuzzy distance for %s = %d.%05d copy_file %s => %s%s is uptodate %s%s is uptodateinternal: try_dests_non() called with invalid mode (%o) failed to hard-link %s with %s%s%s is uptodate /%s %11.0f %s %s -> %s %s %11.0f %s %s recv_generator(%s,%d) skipping daemon-excluded %s "%s" file.recv_generator: mkdir %s failednot creating new %s "%s" %s exists *** Skipping any contents from this failed directory *** %s/ failed to modify permissions on %signoring unsafe symlink %s -> "%s" symlink %s -> "%s" failed%s -> %s mknod(%s, 0%o, [%ld,%ld]) mknod %s failed%s skipping non-regular file "%s" %s is over max-size %s is under min-size %s is newer fuzzy basis selected for %s: %s recv_generator: failed to stat %sfailed to open %s, continuingunlink %sopen %sgen mapped %s of size %.0f generating and sending sums for %d WARNING: file is too large for checksum sending: %s backed up %s to %s touch_up_dirs: %s (%d) check_for_finished_files.1file->flags & FLAG_HLINKEDcheck_for_finished_files.2generator starting pid=%ld delete-delaydelta-transmission %s disabled for local transfer or --whole-fileenabledgenerate_files phase=%d Deletions stopped due to --max-delete limit (%d skipped) generate_files finished temporary filename too long: %s .XXXXXXmkstemp %s failedrecv mapped %s of size %.0f lseek of %s returned %.0f, not %.0freceiver.cdata recv %d at %.0f chunk[%d] of size %ld at %.0f offset=%.0f ftruncate failed on %swrite failed on %sgot file_sum renaming %s to %s rename failed for %s (from %s)no_batched_update(No batched update for%s "%s") resend ofrecv_files(%d) starting recv_files phase=%d recv_files(%s) got transfer request in phase 2 [%s] attempt to hack rsync failed. (Skipping batched update for%s "%s") invalid basis_dir index: %d. fstat %s failedrecv_files: %s is a directory .open %s failed%s close failed on %sUnable to create partial-dir for %s -- discarding %s. completed filepartial filediscardedput into partial-dirretainedERRORWARNING (may try again) (will try again)%s: %s failed verification -- update %s%s. recv_files finished [%s] _exit_cleanup(code=%d, file=%s, line=%d): entered [%s] _exit_cleanup(code=%d, file=%s, line=%d): about to call exit(%d) receive_sumscount=%.0f n=%ld rem=%ld chunk[%d] len=%d offset=%.0f sum1=%08x successful_sendsender removed %s sender failed to remove %ssend_files starting send_files phase=%d /send_files(%d, %s%s%s) got transfer request in phase 2 [%s] sender.creceive_sums failed file has vanished: %s send_files failed to open %sfstat failedsend_files mapped %s%s%s of size %.0f calling match_sums %s%s%s %s read errors mapping %ssender finished %s%s%s send files finished [%s] add_rule(%s%.*s%s)%s /add_rule/****[?** [per-dir %s]merge-file name overflows: %s push_local_filters[%s] pushing filter list%s cannot add local filter rules in long-named directory: %s [%s] popping filter list%s dir_depth < MAXPATHLEN/2+1exclude.c[%s] %sing %s %s because of pattern %s%s%s directoryfilecleardir-mergeexcludehideincludemergeprotectriskshow/!Crsp-+Cenw/!Crsp/!pUnknown filter rule: `%s' invalid modifier sequence at '%c' in filter rule: %s '!' rule has trailing characters: %s unexpected end of filter rule: %s HOME.cvsignoreCVSIGNOREdiscarding over-long filter: %.*s [%s] clearing filter list%s rb[%s] parse_filter_file(%s,%x,%x)%s [not found]failed to open %sclude file %sinexdiscarding over-long filter: %s... filter rules are too modern for remote rsync. :C-Crecv_rules [global CVS] [daemon]hidalloc_xbufrealloc_xbuf%s abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789,.-_=+@/"%s" ERROR: out of memory in %s [%s] util.cERROR: buffer overflow in %s [%s] set modtime of %s to (%ld) %s./open %sunlink %swrite %sread %sclose failed on %s.rsync%03drenaming %s to %s because of text busy glob_expand*?[.glob_matchglob_expand_module %s/sanitize_pathgetcwd()[%s] change_dir(%s) normalize_path/ (in )"%s%s%s"%s%s%sfull_fname%.2f%c%.*f%Y/%m/%d %H:%M:%Sbakoldorigbitbag_createbitbag_set_bitflist_ndx_pushexpand_item_list[%s] expand %s to %.0f bytes, did%s move notalloc_xbufrealloc_xbufwaitpid Number of files: %d Number of files transferred: %d Total file size: %s bytes Total transferred file size: %s bytes Literal data: %s bytes Matched data: %s bytes File list size: %s File list generation time: %.3f seconds File list transfer time: %.3f seconds Total bytes sent: %s Total bytes received: %s sent %s bytes received %s bytes %s bytes/sec total size is %s speedup is %.2f%s (BATCH ONLY) (DRY RUN)RSYNC_RSHsshMissing trailing-%c in remote-shell command. main.c-lrshremsh.internal: args[] overflowed in do_cmd() cmd[%d]=%s pipedo_cmdget_local_name count=%d %s skipping daemon-excluded destination "%s" change_dir#1 %s failedERROR: destination must be a directory when copying more than 1 file ERROR: cannot overwrite non-directory with a directory ERROR: cannot stat destination %sERROR: destination path is not a directory mkdir %s failedcreated directory %s change_dir#2 %s failed/change_dir#3 %s failedcheck_alt_basis_dirs../%s arg does not exist: %s %s arg is not a dir: %s Invalid packet at end of run (%d) [%s] server_sender starting pid=%ld ERROR: module is write only ERROR: --remove-%s-files cannot be used with a read-only module sourcesentpipe failed in do_recvfork failed in do_recvInvalid packet at end of run [%s] server_recv(%d) starting pid=%ld ERROR: module is read only change_dir#4 %s failedserver_recv: recv_file_list error Your options have been rejected by the server. file list sent client_run waiting on %d client_run2 waiting on %d out of memory at %s(%d) The source and destination cannot both be remote. --files-from hostname is not the same as the transfer hostname --files-from cannot be remote when the transfer is local remote destination is not allowed with --read-batch Unexpected remote arg: %s Unexpected local arg: %s If arg is a remote file/dir, prefix it with a colon (:). All source args must come from the same machine. All source args must use the same hostspec format. All source args must use the same port number. The --password-file option may only be used when accessing an rsync daemon. The --contimeout option may only be used when connecting to an rsync daemon. cmd=%s machine=%s user=%s path=%s -Batch file %s open errorget_checksum2build_hash_tablematch at %.0f last_match=%.0f j=%d len=%ld n=%ld hash search b=%ld len=%.0f sum=%.8x k=%ld hash search s->blength=%ld len=%.0f count=%.0f offset=%.0f sum=%04x%04x potential match at %.0f i=%ld sum=%08x built hash table done hash search sending file_sum false_alarms=%d hash_hits=%d matches=%d total: matches=%d hash_hits=%d false_alarms=%d data=%.0f alloc_xbufrealloc_xbuf%s [%d] %s%srsyncdafailed to open log-file %sIgnoring "log file" setting. log.c\#%03o!is_utf8rsync: : %s (%d) log-format string is WAY too long! .0fuDEFAULTld/ => -> s*deleting buffer overflow expanding %%%c -- exiting sendrecvdeleting %ndel.sent %.0f bytes received %.0f bytes total size %.0f unexplained errorrsync warning: %s (code %d) at %s(%d) [%s=%s] 3.0.7rsync error: %s (code %d) at %s(%d) [%s=%s] syntax or usage errorprotocol incompatibilityerrors selecting input/output files, dirsrequested action not supportederror starting client-server protocolerror in socket IOerror in file IOerror in rsync protocol data streamerrors with program diagnosticserror in IPC codesibling process crashedsibling process terminated abnormallyreceived SIGUSR1received SIGINT, SIGTERM, or SIGHUPwaitpid() failederror allocating core memory bufferssome files/attrs were not transferred (see previous errors)some files vanished before they could be transferredtimeout in data send/receivetimeout waiting for daemon connectionremote shell failedremote shell killedremote command could not be runremote command not foundthe --max-delete limit stopped deletionsbackup filename too long backed up %s to %s rename %s to backup %smake_bak_dir mkdir %s failedmake_bak_dir stat %s failedmknod %s failedmake_backup: DEVICE %s successful. mkdir %s failedmake_backup: RMDIR %s returns %i ignoring unsafe symlink %s -> %s link %s -> "%s"make_bak: skipping non-regular file %s keep_backup failed: %s -> "%s"alloc_xbufrealloc_xbufno %s version %s protocol version %d%s rsync3.0.7Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: %d-bit files, %d-bit inums, %d-bit timestamps, %d-bit long ints, %ssocketpairs, %shardlinks, %ssymlinks, %sIPv6, batchfiles, %sinplace, %sappend, %sACLs, %sxattrs, %siconv, %ssymtimes WARNING: size mismatch in SIZEOF_INT64 define (%d != %d) rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. rsync is a file transfer program capable of efficient remote update via a fast differencing algorithm. Usage: rsync [OPTION]... SRC [SRC]... DEST or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST or rsync [OPTION]... [USER@]HOST:SRC [DEST] or rsync [OPTION]... [USER@]HOST::SRC [DEST] or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST] The ':' usages connect via remote shell, while '::' & 'rsync://' usages connect to an rsync daemon, and require SRC or DEST to start with a module name. Options -v, --verbose increase verbosity -q, --quiet suppress non-error messages --no-motd suppress daemon-mode MOTD (see manpage caveat) -c, --checksum skip based on checksum, not mod-time & size -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) --no-OPTION turn off an implied OPTION (e.g. --no-D) -r, --recursive recurse into directories -R, --relative use relative path names --no-implied-dirs don't send implied dirs with --relative -b, --backup make backups (see --suffix & --backup-dir) --backup-dir=DIR make backups into hierarchy based in DIR --suffix=SUFFIX set backup suffix (default %s w/o --backup-dir) ~ -u, --update skip files that are newer on the receiver --inplace update destination files in-place (SEE MAN PAGE) --append append data onto shorter files --append-verify like --append, but with old data in file checksum -d, --dirs transfer directories without recursing -l, --links copy symlinks as symlinks -L, --copy-links transform symlink into referent file/dir --copy-unsafe-links only "unsafe" symlinks are transformed --safe-links ignore symlinks that point outside the source tree -k, --copy-dirlinks transform symlink to a dir into referent dir -K, --keep-dirlinks treat symlinked dir on receiver as dir -H, --hard-links preserve hard links -p, --perms preserve permissions -E, --executability preserve the file's executability --chmod=CHMOD affect file and/or directory permissions -A, --acls preserve ACLs (implies --perms) -o, --owner preserve owner (super-user only) -g, --group preserve group --devices preserve device files (super-user only) --specials preserve special files -D same as --devices --specials -t, --times preserve modification times -O, --omit-dir-times omit directories from --times --super receiver attempts super-user activities -S, --sparse handle sparse files efficiently -n, --dry-run perform a trial run with no changes made -W, --whole-file copy files whole (without delta-xfer algorithm) -x, --one-file-system don't cross filesystem boundaries -B, --block-size=SIZE force a fixed checksum block-size -e, --rsh=COMMAND specify the remote shell to use --rsync-path=PROGRAM specify the rsync to run on the remote machine --existing skip creating new files on receiver --ignore-existing skip updating files that already exist on receiver --remove-source-files sender removes synchronized files (non-dirs) --del an alias for --delete-during --delete delete extraneous files from destination dirs --delete-before receiver deletes before transfer, not during --delete-during receiver deletes during transfer (default) --delete-delay find deletions during, delete after --delete-after receiver deletes after transfer, not during --delete-excluded also delete excluded files from destination dirs --ignore-errors delete even if there are I/O errors --force force deletion of directories even if not empty --max-delete=NUM don't delete more than NUM files --max-size=SIZE don't transfer any file larger than SIZE --min-size=SIZE don't transfer any file smaller than SIZE --partial keep partially transferred files --partial-dir=DIR put a partially transferred file into DIR --delay-updates put all updated files into place at transfer's end -m, --prune-empty-dirs prune empty directory chains from the file-list --numeric-ids don't map uid/gid values by user/group name --timeout=SECONDS set I/O timeout in seconds --contimeout=SECONDS set daemon connection timeout in seconds -I, --ignore-times don't skip files that match in size and mod-time --size-only skip files that match in size --modify-window=NUM compare mod-times with reduced accuracy -T, --temp-dir=DIR create temporary files in directory DIR -y, --fuzzy find similar file for basis if no dest file --compare-dest=DIR also compare destination files relative to DIR --copy-dest=DIR ... and include copies of unchanged files --link-dest=DIR hardlink to files in DIR when unchanged -z, --compress compress file data during the transfer --compress-level=NUM explicitly set compression level --skip-compress=LIST skip compressing files with a suffix in LIST -C, --cvs-exclude auto-ignore files the same way CVS does -f, --filter=RULE add a file-filtering RULE -F same as --filter='dir-merge /.rsync-filter' repeated: --filter='- .rsync-filter' --exclude=PATTERN exclude files matching PATTERN --exclude-from=FILE read exclude patterns from FILE --include=PATTERN don't exclude files matching PATTERN --include-from=FILE read include patterns from FILE --files-from=FILE read list of source-file names from FILE -0, --from0 all *-from/filter files are delimited by 0s -s, --protect-args no space-splitting; only wildcard special-chars --address=ADDRESS bind address for outgoing socket to daemon --port=PORT specify double-colon alternate port number --sockopts=OPTIONS specify custom TCP options --blocking-io use blocking I/O for the remote shell --stats give some file-transfer stats -8, --8-bit-output leave high-bit chars unescaped in output -h, --human-readable output numbers in a human-readable format --progress show progress during transfer -P same as --partial --progress -i, --itemize-changes output a change-summary for all updates --out-format=FORMAT output updates using the specified FORMAT --log-file=FILE log what we're doing to the specified FILE --log-file-format=FMT log updates using the specified FMT --password-file=FILE read daemon-access password from FILE --list-only list the files instead of copying them --bwlimit=KBPS limit I/O bandwidth; KBytes per second --write-batch=FILE write a batched update to FILE --only-write-batch=FILE like --write-batch but w/o updating destination --read-batch=FILE read a batched update from FILE --protocol=NUM force an older protocol version to be used --iconv=CONVERT_SPEC request charset conversion of filenames -4, --ipv4 prefer IPv4 -6, --ipv6 prefer IPv6 --version print version number (-h) --help show this help (-h works with no other options) Use "rsync --daemon --help" to see the daemon-mode command-line options. Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation. See http://rsync.samba.org/ for updates, bug reports, and answers Usage: rsync --daemon [OPTION]... --address=ADDRESS bind to the specified address --config=FILE specify alternate rsyncd.conf file --no-detach do not detach from the parent --port=PORT listen on alternate port number --log-file=FILE override the "log file" setting --log-file-format=FMT override the "log format" setting --help show this help screen If you were not trying to invoke rsync as a daemon, avoid using any of the daemon-specific rsync options. See also the rsyncd.conf(5) man page. Error parsing options: option may be supported on client but not on server? rsync: %s*?[deletedelete-beforedelete-duringpartialprogressinplaceno-iconvNo match for refuse-options string "%s" ibparse_size_argThe server is configured to refuse --%s (-%c) log-file*iconvRSYNC_ICONVoptions.cAttempt to hack rsync thwarted! rsync: %s: %s (in daemon mode) the --temp-dir path is WAY too long. Daemon option(s) used without --daemon. (Type "rsync --daemon --help" for assistance with daemon mode.) parse_arguments: /.rsync-filter- .rsync-filter--compress-level value is invalid: %d --max-size value is invalid: %s --min-size value is invalid: %s --link-dest--copy-dest--compare-destERROR: at most %d %s args may be specified Invalid argument passed to --chmod (%s) extended attributes are not supported on this %s serverclient%s%s: %s on remote machine: ---fake-super requires an rsync with extended attributes enabled --write-batch and --read-batch can not be used together ignoring --%s-batch option sent to server writeread--read-batch cannot be used with --files-from --read-batch cannot be used with --remove-%s-files sourcesentthe batch-file name must be %d characters or less. You may not mix --compare-dest, --copy-dest, and --link-dest. - /*/*You may not combine multiple --delete-WHEN options. --delete does not work without --recursive (-r) or --dirs (-d). --suffix cannot contain slashes: %s the --backup-dir path is WAY too long. backup_dir is %s --suffix cannot be a null string without --backup-dir P *%s%i %n%L%n%L--sparse cannot be used with --inplace --append cannot be used with --whole-file --%s cannot be used with --%s appenddelay-updatespartial-dirRSYNC_PARTIAL_DIR.The --files-from sent to the server cannot specify a host. Invalid --files-from remote filename failed to open files-from file %s: %s Your options have been rejected by the server. --server--daemon--senderargstr overflow in server_options(). --iconv=%s--list-only--no-r--compress-level=%d--no-specials--specials--log-format=%i%I--log-format=%i--log-format=%o--log-format=X-B%lu--timeout=%d--bwlimit=%d--backup-dir--suffix=%s--max-delete=%d--max-delete=-1--min-size--max-size--delete-before--delete-delay--delete-during--delete-after--delete--delete-excluded--force--only-write-batch=X--super--size-only--skip-compress=%s--modify-window=%d--checksum-seed=%d--partial-dir--delay-updates--partial--ignore-errors--copy-unsafe-links--safe-links--numeric-ids--use-qsort--ignore-existing--existing--temp-dir--append--inplace--files-from--from0--files-from=---no-relative--no-implied-dirs--fuzzy--remove-source-files--remove-sent-filesargc overflow in server_options(). server_optionsrsync://helpversionverboseno-verboseno-vquietmotdno-motdstatshuman-readableno-human-readableno-hdry-runarchiverecursiveno-recursiveno-rinc-recursiveno-inc-recursivei-rno-i-rdirsno-dirsno-dold-dirsold-dpermsno-permsno-pexecutabilityaclsno-aclsno-Axattrsno-xattrsno-Xtimesno-timesno-tomit-dir-timesno-omit-dir-timesno-Omodify-windowsuperno-superfake-superownerno-ownerno-ogroupno-groupno-gno-Ddevicesno-devicesspecialsno-specialslinksno-linksno-lcopy-linkscopy-unsafe-linkssafe-linkscopy-dirlinkskeep-dirlinkshard-linksno-hard-linksno-Hrelativeno-relativeno-Rimplied-dirsno-implied-dirsi-dno-i-dchmodignore-timessize-onlyone-file-systemno-one-file-systemno-xupdateexistingignore-non-existingignore-existingmax-sizemin-sizesparseno-sparseno-Sno-inplaceappend-verifyno-appenddeldelete-delaydelete-afterdelete-excludedremove-sent-filesremove-source-filesforceno-forceignore-errorsno-ignore-errorsmax-deletefilterexcludeincludeexclude-frominclude-fromcvs-excludewhole-fileno-whole-fileno-Wchecksumno-checksumno-cblock-sizecompare-destcopy-destlink-destfuzzyno-fuzzyno-ycompressno-compressno-zskip-compresscompress-levelno-progressno-partialno-delay-updatesprune-empty-dirsno-prune-empty-dirsno-mlog-filelog-file-formatout-formatlog-formatitemize-changesno-itemize-changesno-ibwlimitno-bwlimitbackupno-backupbackup-dirsuffixlist-onlyread-batchwrite-batchonly-write-batchfiles-fromfrom0no-from0protect-argsno-protect-argsno-snumeric-idsno-numeric-idstimeoutno-timeoutcontimeoutno-contimeoutrshrsync-pathtemp-diripv4ipv68-bit-outputno-8-bit-outputno-8qsortaddressportsockoptspassword-fileblocking-iono-blocking-ioprotocolchecksum-seedsenderconfigdaemondetachno-detachalloc_xbufrealloc_xbufio.c[%s] io timeout after %d seconds -- exiting got_flist_entry_statusmsg_list_addrsync: on remote machine: -: unknown option*** Try using "--old-d" if remote rsync is <= 2.6.3 *** invalid message %d:%d [%s%s] /inciobuf_in != NULLiobuf_f_in == fd[%s] receiving flist for dir %d unknown message %d:%d [%s] overflowed conversion buffer in mplex_writersync: connection unexpectedly closed (%.0f bytes received so far) [%s] read errorread_argsrsyncdf_out == iobuf_f_outio_start_buffering_outf_in == iobuf_f_inio_start_buffering_iniobuf_out != NULLiobuf_f_out == msg_fd_outreadfd_unbufferedinvalid multi-message %d:%ld [%s] multiplexing overflow %d:%ld [%s] unexpected tag %d [%s] Overflow in read_varint() Overflow in read_varlong() over-long vstring received (%d > %d) Invalid checksum count %ld [%s] Invalid block length %ld [%s] Invalid checksum length %d [%s] Invalid remainder length %ld [%s] socketmessage fdbatch filefd %dwritefd_unbuffered failed to write %ld bytes to %s [%s]attempting to send over-long vstring (%d > %d) io_printf() was too long for the buffer. The protocol version in the batch file is too new (%d > %d). compat.c(%s) Protocol versions: remote=%d, negotiated=%d ServerClientprotocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) %s is very old version of rsync, upgrade recommended. --protocol must be at least %d on the %s. --protocol must be no more than %d on the %s. --acls requires protocol 30 or higher (negotiated %d). --xattrs requires protocol 30 or higher (negotiated %d). --fuzzy requires protocol 29 or higher (negotiated %d). %s with --inplace requires protocol 29 or higher (negotiated %d). Using more than one %s option requires protocol 29 or higher (negotiated %d). --prune-empty-dirs requires protocol 29 or higher (negotiated %d). Incompatible options specified for inc-recursive %s. batch fileconnectionmatch_gnumsgnum >= hlink_flist->ndx_starthlink.cmatch_hard_links%s is uptodate unlink %s failed%s => %s node->data != NULLprev_name != NULL || flist != NULLstat %s failedlink %s => %s failedfinish_hard_linknode != NULL && node->data != NULLCVAL(node->data, 0) == 0alloc_xbufrealloc_xbufadd_suffixadd_nocompress_suffixesset_compression.?*simple_recv_token1.2.3compression init failed token.csend_deflated_tokendeflate returned %d deflate on token returned %d (%d bytes left) inflate init failed recv_deflated_tokeninflate flush returned %d (%d bytes) decompressor lost sync! inflate returned %d (%d bytes) inflate (token) returned %d add_to_listis_in_groupprocess has %d gid%s: s %d%s uid %u(%s) maps to %u gid %u(%s) maps to %u recv_user_namerecv_group_namealloc_xbufrealloc_xbuf:authentication information is too long Proxy-Authorization: Basic CONNECT %s:%d HTTP/1.0%s%s failed to write to proxyfailed to read from proxyHTTP/bad response from proxy -- %s rsync: getaddrinfo %s: %s RSYNC_PROXYinvalid proxy specification: should be USER:PASS@HOST:PORT invalid proxy specification: should be HOST:PORT connection via http proxy %s port %s %drsync: getaddrinfo: %s %s: %s socket.cfailed to connect to %sRSYNC_CONNECT_PROGopen_socket_out_wrapped%sopening tcp connection to %s port %d Using RSYNC_CONNECT_PROG instead of rsync: getaddrinfo: bind address %s: %s open_socket_insocket(%d,%d,%d) failed: %s bind() failed: %s (address-family %d) unable to bind any inbound sockets on port %d listen() on socket failedTry using --ipv4 or --ipv6 to avoid this listen() error. could not create child server processset_socket_options ,Unknown socket option %s syntax error -- %s does not take a value failed to set socket option %ssocketpair_tcp failedRunning socket program: "%s" forkFailed to run "%s" SO_KEEPALIVESO_REUSEADDRSO_BROADCASTTCP_NODELAYIPTOS_LOWDELAYIPTOS_THROUGHPUTSO_SNDBUFSO_RCVBUFSO_SNDLOWATSO_RCVLOWATSO_SNDTIMEOSO_RCVTIMEOhashtable_createhashtable_nodewrite_filemap_fileinvalid len passed to map_ptr: %ld fileio.cmap_ptrinvalid read_size of %ld in map_ptr lseek returned %.0f, not %.0f%s specify the --iconv option to use this batch file. PleaseDo notbatch.c%sing the %s option to match the batchfile. SettClear "'&;|[]()$#!*?^\' <<'#E#' - ; #E#.shBatch file %s open error --filter=._- --exclude-from=---files-from--filter--include--exclude-f --write-batch--only-write-batch--read-batch= ${1:- Batch file %s write error--recurse (-r)--owner (-o)--group (-g)--links (-l)--devices (-D)--hard-links (-H)--checksum (-c)--dirs (-d)--compress (-z)--iconv--acls (-A)--xattrs (-X)--inplace--append--append-verify0.0.0.0SSH_CONNECTIONSSH_CLIENTSSH2_CLIENTmalformed address %s: %s clientname.cgetpeername on fd%d failedname lookup failed for %s: %s %s: response family %d != %d %s: too short sockaddr_in6; length=%d forward name lookup for %s failed: %s no known address for "%s": spoofed address? %s is not a known address for "%s": spoofed address? ACL_TYPE_ACCESSACL_TYPE_DEFAULTunknown ACL type!create_raclsys_acl_get_entrysys_acl_get_infounpack_smb_acl: warning: duplicate USER_OBJ entry ignored unpack_smb_acl: warning: duplicate GROUP_OBJ entry ignored unpack_smb_acl: warning: duplicate MASK entry ignored unpack_smb_acl: warning: duplicate OTHER entry ignored unpack_smb_acl: warning: entry with unrecognized tag type ignored id_accessunpack_smb_acl: %s()unpack_smb_aclstore_access_in_entry sys_acl_set_access_bits()pack_smb_acl: sys_acl_init()sys_acl_create_entrysys_acl_set_infopack_smb_acl %s()get_acl: sys_acl_get_file(%s, %s)rsync_aclrecv_acl_access: value out of range: %x acls.crecv_ida_entriesrecv_acl_index: %s ACL index %d > %d acl_duosys_acl_get_tag_typechange_sacl_perms: %s()set_acl: sys_acl_delete_def_file(%s)set_acl: sys_acl_set_file(%s, %s).default_perms_for_dir: sys_acl_get_file(%s, %s): %s, falling back on umask default_perms_for_dir: unpack_smb_acl failed, falling back on umask got ACL-based default perms %o for directory %s alloc_xbufrealloc_xbufGB/sMB/skB/s ??:??:??%4d:%02d:%02d (xfer#%d, to-check=%d/%d) %12s %3d%% %7.2f%s %s%sopening connection using:pipepipe.cforkFailed to dup/closeFailed to exec %sFailed to closeam_senderalloc_xbufrealloc_xbufparams.c:Section() -%s Memory re-allocation failure.%s Empty section name in configuration file. %s Badly formed line in configuration file: %s %s Unexpected EOF in the configuration file: %s params.c:Parameter() -%s Invalid parameter name in config. file. %s Ignoring badly formed line in configuration file: %s %s Unexpected end-of-file at: %s params.c:OpenConfFile() -%s No configuration filename specified. runable to open configuration file "%s"params.c:pm_process() -%s memory allocation failure. %s Failed. Error returned from params.c:parse(). alloc_xbufrealloc_xbufloadparm.cUnknown Parameter encountered: "%s" yestrue1noFalse0Badly formed boolean in configuration file: "%s". IGNORING unknown parameter "%s" Global parameter %s found in service section! %oglobalWarning: invalid section name in configuration file: %s Failed to add a new service *.gz *.zip *.z *.rpm *.deb *.iso *.bz2 *.t[gb]z *.7z *.mp[34] *.mov *.avi *.ogg *.jpg *.jpegnobody/var/run/rsyncd.lock%o %h [%a] %m (%u) %f %lauthcrondaemonkernlprmailnewssecuritysysloguseruucplocal0local1local2local3local4local5local6local7addressmotd filepid fileportsocket optionsauth userscharsetcommentdont compressexclude fromexcludefake superfiltergidhosts allowhosts denyignore errorsignore nonreadableinclude fromincludeincoming chmodlistlock filelog filelog formatmax connectionsmax verbositymunge symlinksnamenumeric idsoutgoing chmodpathpost-xfer execpre-xfer execread onlyrefuse optionssecrets filestrict modessyslog facilitytemp dirtimeouttransfer logginguiduse chrootwrite onlyalloc_xbufrealloc_xbufERROR: The remote path must start with a module name not a / clientserver.c@RSYNCD: %d.%d r rsync: did not see server greeting @RSYNCD: %d.%drsync: server sent "%s" rather than greeting @ERROR: protocol startup error rsync: server is speaking an incompatible beta of protocol 30 @ERROR: your client is speaking an incompatible beta of protocol 30 argc > 0 && *argv != NULLERROR: The remote path must start with a module name start_inband_exchangeUSERLOGNAME.internal: args[] overflowed in do_cmd() sending daemon args:%.*s rsync: didn't get server startup line @RSYNCD: AUTHREQD @RSYNCD: OK@RSYNCD: EXIT@ERROR%s (NONE)pre-xfer exec returned failure (%d)%s%s : finish_pre_execchdir %s failed normalize_path(%s) failed @ERROR: chdir failed rsync denied on module %s from %s (%s) @ERROR: Unknown module '%s' @ERROR: access denied to %s from %s (%s) rsync allowed access on module %s from %s (%s) failed to open lock file %s@ERROR: failed to open lock file max connections (%d) reached @ERROR: max connections (%d) reached -- try again later @ERROR: auth failed on module %s Invalid uid %s @ERROR: invalid uid %s Invalid gid %s @ERROR: invalid gid %s /.//RSYNC_MODULE_NAME=%sRSYNC_MODULE_PATH=%sRSYNC_HOST_ADDR=%sRSYNC_HOST_NAME=%sRSYNC_USER_NAME=%srsync_modulefork failed@ERROR: fork failed RSYNC_PID=%ldRSYNC_RAW_STATUS=%dRSYNC_EXIT_STATUS=%dpre-xfer exec preparation failed@ERROR: pre-xfer exec preparation failed RSYNC_REQUEST=%sRSYNC_ARG%d=%schroot %s failed@ERROR: chroot failed /rsyncd-munged/Symlink munging is unsupported when a %s directory exists. @ERROR: daemon security issue -- contact admin setgid %d failed@ERROR: setgid failed setgroups failed@ERROR: setgroups failed setuid %d failed@ERROR: setuid failed the 'temp dir' value for %s is WAY too long -- ignoring. @RSYNCD: OK rsync %s %s from %s@%s (%s) ontorsync %s %s from %s (%s) --files-fromInvalid "%sing chmod" directive: %s outgoincom%-15s %s @RSYNCD: EXIT rsyncd.conf/etc/rsyncd.confconnect from %s (%s) SO_KEEPALIVE#listmodule-list request from %s (%s) @ERROR: Unknown command '%s' unknown module '%s' tried from %s (%s) failed to create pid file %s: %s failed to create pid file %s%ld failed to fork: %s /dev/nullFailed to parse config file: %s rsyncd version %s starting, listening on port %d 3.0.7.0123456789error matching address %s: %s unknown family %u malformed mask in %s access_match , ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/stat(%s)secrets file must not be other-accessible (see strict modes option) secrets file must be owned by root when running as root (see strict modes) continuing without secrets file RSYNC_PASSWORDcould not open password file "%s"falling back to RSYNC_PASSWORD environment variable. password file must not be other-accessible password file must be owned by root when running as root continuing without password file %s%s auth failed on module %s from %s (%s): invalid challenge response auth_server , auth failed on module %s from %s (%s): unauthorized user auth failed on module %s from %s (%s): missing secret for user "%s" auth failed on module %s from %s (%s): password mismatch nobodyPassword: %s %s alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigit----------rwxrwxrwx Extent size: %12ld Alloc quantum: %12ld Extents created: %12ld Extents freed: %12ld Alloc count: %12.0f Free Count: %12.0f Bytes allocated: %12.0f Bytes freed: %12.0f %12ld %5ld invalid distance too far backinvalid distance codeinvalid literal/length code1.2.3incorrect header checkunknown compression methodinvalid window sizeunknown header flags setheader crc mismatchinvalid block typeinvalid stored block lengthstoo many length or distance symbolsinvalid code lengths setinvalid bit length repeatinvalid literal/lengths setinvalid distances setinvalid literal/length codeinvalid distance codeinvalid distance too far backincorrect data checkincorrect length check1.2.3need dictionarystream endfile errorstream errordata errorinsufficient memorybuffer errorincompatible version1.2.3PATH%s/%sPOSIXLY_CORRECTPOSIX_ME_HARDER--%s-%c%s/%soption type (%d) not implemented in popt %s%s---missing argumentunknown optionmutually exclusive logical operations requestedopt->arg should not be NULLaliases nested too deeplyerror in parameter quotinginvalid numeric valuenumber too large or too smallmemory allocation failedunknown error--POPTdesc=--POPTargs=aliasexec/etc/poptHOME%s/.poptINTLONGSTRINGFLOATDOUBLEARGdefault%ld%gnull-%c, %s%s----%c%s%s%s %s %-*s %s %%.%ds %%%ds %s %s Usage: %s %s [OPTION...] [-%c|-%s%s%s%s] [-%s%s%s%s]= [-%s] helpShow this help messageusageDisplay brief usage messagersync --=""2 .` .p . . . . . . . . . /  /0 /p /x / @ / / / / 0 0  0P 0X 0x 0 05  0 1 1 1( 1@ 1` 1x 1 1 1 2Y 2( 2@ 2P 2X 2p 2 2 2 2 2 3 3 3( 3 3 3 3 3 3 4 4 4 4 4  4( 40 4X 4p 4 4 4 4 4 5 59L 5( 5@ 5h 5 5 59T 5 6 6 6 6  6( 6` 6h 6p 6x 6 6 6 6 7 78 7@ 7` 7h 7x 7 7 7 7 7 7 7 7 8 88 8P 8 8 8 8 8 9 9 9 98 9@ 9P 9` 9x 9 9 9 9 9 9 9 : : :@ :H :X :` : : : : : : : ; ;( ;P ;x ; ; ; ; < < <@ <`  >0 >8 >H >P >` >h > > > > > > ? ?( ?@ ?h ?p ?x ? ? ? ? @ @ @@ @h @ @ @ @ @ @ A A  A0 AX A A A A A B B8 BP Bh Bp B B B B C C CH CP Cp C C D D D  D@ Dh Dx D D D D E E E8 EP Ep E E E E E E E F F( FP FX Fx F F F F F F G G( G8 GH G` Gp Gx G G G G G H H8 H H H H H I I  I8 IP IX I` Ix I I I I J J J8 JX J` Jx J J J J J J J J K K K0 KH Kh K K K L L L:@ K L( L8 L@ LH LP LX Lh Lp Lx L L L L L L M M@ Mh Mp M M M M M N N N  N@ NH NP Nx N N N N O O O  Oh Op Ox O O O O O P P P  P( P@ PH PP Px P P P P P P P P P Q Q Q  Q( Q0 Q8 Q@ QP Q` ؠ ب Qh Qp Q Q Q Q Q Q Q Q Q R  R( ذ ظ R0 R@ RP RX R` Rx R R R S S S0 S` S S S S T T( T8   T@ TP TX T T T T T T T T T U U  U( UX Up U U V VH VX Vp V V V V V V W W0 WP Wp W W W W W X X( XP Xp X X X X Y Y0 YP Y; Y Z Z@ Z` Z Z Z [0 [` [ \ \(P \0 \8 \@ \` \p \ \ \ \ ]  ]@ ]h ] ] ] ] ^  ^0 ^@ ^P ^X ^` ^h ^ ^ ^ ^|  ^ ^ ^ _ _ _ _  _( _0 _8 _@ _H _P _X _h _ _ _ _ _ _ ` `@ `H c c d d( dH dh dx d d d e e e8 eX eh e ex e e e e e e e e e e e f@ fh fx f g gH g g g h( hP h h h i( ih i i j  j` j k k kP k k l0 l l m m8 m m n nh np n o oH o o p p` p q qP q q r rH r r s s@ s s t t@ t t u uP u u v  v` v v wP w w x0 x x y yh y z zP z z {  {` { | |P | | }( }x } ~ ~H ~ ~ 0 x   P    h   0 p   X   8    P    `   @    `   8 h    p  0 (      @ 0  8 `  0 p   8 x   @    H x        ( H p      H p      ( h p      0 ` h p      ` h      H `       P h p x    8 H X h          ( 8 @ P ` p x           0 8 P X h          ( 8 P ` p           @ P   ( 0 ` x      ( 0 H `    ( 0 @ P X p         @ h      0 X        H P       P     `   8   `     ( 0 @ X h       0 @ P ` x          @ X p       0 8 @ H P h p          ( H h   5    X        ( P X    F  0 p      ( @ ` h H ` p x        X ` h p            0 H X h x              0 P `  s     @ x       8 x   0 @ X h      ( 8 h p       8 @     0 8 @ H X h   ِ ٘ ٠ ٨ ٰ ٸ            0 @ P h    ( @ p °   ( 0 X p Ð           ( 0 8 @ H P X ` h p x Ā Ĉ Đ Ę Ġ Ĩ İ ĸ         ( 0 8 p Ř @   @    P ` p x ʀ ʨ ʸ   H ː ˰      H ` h ̐ ̨ ̸        ( 8 P p ͈ Ͱ   0 P x Θ    ( 8 P X ` x ϐ Ϩ       8 P x Ш      P р ј Ѱ     X h ҈ Ґ Ҙ Ҹ       ( 8 P h x Ӏ Ө    8 @ X h Ԑ      0 @ H Ր ՠ  8 ` p ֘   @ h p x ׀     h ب ذ              ( 0 P p ِ ٰ    0 P X h ڈ ڠ      8 P h ۈ ۰    ( H ` ܀ ܘ ܰ X ` h p ݀ ݐ ݘ ݠ ݨ    .8 .@ .H .P .T    H h ވ ި      ( 8 @ H X ` p x ߀ ߈ ߐ ߘ ߠ ߨ ߰ ߸           ( 0 8 @ H P X .X h x           8 @ Hh~Đ;gh;@f0P "Xhg gf WegĈeXDuf(9Ĕf:9eJH0zsdg@epz8e:0 >e`f fehgkfHf jPhffxh@$9y;Heggu<f ؂kĄkfP8hz9DHg:d:gfdxfk89hTD9x0g;fhLg 5<fg4w9Xeg,: zkhh9PuPflg(g`99h58|5$8:,kgD5uX050e:x f k(9Xffh;:(99g tfL@gfgu\v`zHf8:g(eg0ekfzzh9H5<;t Zaz9u k0kPe `9xhf4fee@v J(~fl;gL9<e 9ef 6;`g4axTf@w5~0 8hhuT |h H|ef@e X gf5(x "h P9p5uHalkepex(pj(hy9fX;`hP`~;hf eH ug<ed9f \u@Tx9xap 2@feg;9H9eThDf`,~kL  @ gX 6 \9| k ikeluhh9@  f$fg8`fxfe@g H: \ hHfp:4H;|gPhhXegp:$g$ehX;x :8; gpggexteg9Pf fs99ahg` f9`hX(a|hghgHkH9etz;::`ff,~gT0 z9e\0@ČePf:8gegxgphX9fg\  ffThe|e0j0Hhu8h~gp0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o' 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oWPPIPP^PvP    (PPx P$ on\oߨo 8@ oo 2() C L N L L NRCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-* *.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .bzr/ N N T ` h pvv xe@ e@ qq g g gP hh et et ne aa reT eT eT f (f @f Hf Pdf Xf `f hf xf pe\ e\ e\ Ef AA e e XX gD gD te` e` e` OfP fP 0fP 8g He Pe `e poeh xeh eh ged ed edDD  el el ep ep leX eX eX Lf g$ 8g( Hkf XKf hHH xex ex Rf f f f f f f  If g  xx xe 8xe @uf Hg8 Xg8 pg4   Sf f f 0f f ( e e f$ f, f  f$ f$ f( f0 (f @f Xg `g pg  g  f FF f     Cf Wf f f cf (f 8f @Bg P ` p yg@ g@ g@ zz e e g ezPP e e e e @f 0f f mf 8f Pf Xfx hf xfX fX ii e| e| f f bfL fL f8 f@ f e 0e @e Xf h0g< pg< sal al al g, g, fl fl gT gT egp g TeH ap 8 (4g\ 06g\ 88gH HgH XgH `g0 h8 pg xg gx gX gX f g `      h8 f gh  (4g\ 06g\ g` g` Xfx hf pg xg f `ax TeH pvv xe@ e@ `hh.~tmp~ e<BCDHIKLPRSTWabceghlnopqrtuvxz           ( 8eTehedeXelexffeegDf   ( 8 H X p         8 Ƙ Ơ Ƹ Ƙ xx ǀ ǐ Ǡ Ǩ Ǹk k k k k k l k k k 0l @l Pl hl xl Ȁl Ȑl Șl  Ȩl( ȸl0 l l l l8 l l@ lH (lP 8lX Hl Xl` hlh xl Ɉls ɘlp ɨl ɰl lx l l  x   0  8   (  (@ 0 8 @ H P X ` h p @       ??  u  0  ??  u v `x ` ` ` a  a(  a@  aX  a a a a a b b8 bP bx b b# c| c8} cP~ ch c cX]] ]e ee e e e ܸ       ( 8 PXx$ߨ8     (  8  .`P 24wz /iȔ/o425E4S_  8n|z5_  8|z5w_  @  .` 0  .p  x$ $ $ 8T T T T T  h0 0 p) x8 tG W  .(]  m  .s  .y   . D   .  .  .  .   .(  /  $ H  #  /0@)  /p/  /x5  /;  H  @Q `g  /m X@}  /8  /  /(  0  0 0  0P  0X   0x0  00  05  #  0   1  1   1(  1@   1`  1x(   1   1  10  O/  2(6 VLH a|W Y@d Y`n \ t ]D  2(  2@  2P  2X `p<  2p  2  2   2(  2  2  3  3 g`L  3(X oT p8((  3/  dD @Q  3X  3_  3 f  3m  3t  4{  4  4  4  4   4(  40(  4X  4p  4  4(  4  4  4  5  59L  5(  5@(  5h(  50  50  59T  5#  6*  61  68  6 ?  6(8F  6`M  6hT  6p[  6xb  6 i|z9`w_  8  6 (  6  p$ ˰$ $ 0T ̠T T ̀T T  `0 Ψ0q    6X  70  78  7@   7`  7h  7x  7  7  7  7  7  7(  7  7(  8(/  88  8P8  8  8   8   8   8  9   9  9   98  9@&  9P-  9`4  9x;  9B  9I  9P  90W  9^  9e  9l  : s|9xw_  i   :(  :@  :H  :X  :`(  :   :  :  :  :  :  :  ;(  T  ;((  ;P(  ;x  ;8   ;  ;   1  ; 7 tJ  <P h`  <0f  <@ l  <`r  5 +h`G  >0N  >8U  >H  >P\  >`c -q  >h@x  >   >  >  >  > 5 X  >  ? > @  ?(  ?@(  ?h  ?p  ?x  ?   ?   ?   ?@   @   @(   @@( $  @h +  @  @ 2  @ 9  @ @  @ G  @ N  A U  A  \  A0( c  AX( j  A q  A x  A   A   A(   B8   B8  AP7l  xD   BP   Bh  z8   Bp   B   B   B   B   C   C0   CH   CP   Cp@ !  C (|9w_  8 3  C( 8  D =  D C  D I  D@( O  Dh U  Dx [  D0 a  D g  D m  D { @ s <   E   E  8h   E8   EP   Ep   E    8  @   E   E   E   E   E   E(   F   F(( !  FP (  FX /  Fx 6  F =  FP  F D  F K  F R  F8 Y  G `  G( g  G8 n  GH u  G` |  Gp   Gx   G   G   G   G0   G |:w_  8   H8   H8G |z4w_  8   H   H   H(     H   H   I     I    I8   IP   IX &  I` ,  Ix( 2  I 8  I >  I D  I J  J   J( P  J8 V  JX \  J` b  Jx h  J n| :(w_  ؂ x H   J   J   J   J  J   J   J   K   0  H   K    D   K0   KH   Kh@   K   K   K  d   L "  L )  L 0:@ 7  K0 >  L( E  L8 L  L@ S Xl h  t  LH {  LP   LX   Lh   Lp  Lx   L   L   L  L   L   L8   M(   M@(  0 p   Mh   Mp   M  '   M(   M   M   M(  N  N   N '  N@.  NH5  NP(<  Nx0C 80\N  NU  N\  N d|X;xw_  ؠ  N B  O CH C$ D($ Dh$ DT ET ET ET FhT  F0 G 0 O  Ok  O H  Ohq  Opw  Ox(  O}  O(  O   O O  O  P  P  P   P(  P@  PH  PP(  Px  P  P ` f  P  P  P  P   P  P  P  Q&  Q-  Q 4  Q(;  Q0B  Q8I  Q@P  QPW  Q`H  ؠ^  بg  Qhn  Qpu  Q|  Q  Q  Q  Q  Q  Q  Q  Q0  R   R(  ذ  ظ|;w_    R0   R@  @$ $ $ T pT T PT T  00 x0 p) Hx8 tG h  RP h|     RX   R`  Rx($  R *  R(0  R6  S<  SB  S00H  S`(N  ST  S Z  S0   S(`  Tf  T(l  T8r ĠdH  ^    T@  TP  TX0  T  T  T   T  T  T0  T  T  T H   U   U   U(0  UX  UpH  U8  U(  V0  VH  VX4  Vp  V  V 8   V 6  V  V $  V + p@  W(G 8Z  W0 a  WP h  WpHo  Wv  W} 0  W  W  W  X( @  X((  XP   Xp  X(  X0 @H  X  X   Y   Y0  x.  YP8   Y@;  Y@  Z8  Z@ &  Z` -  Z@  Z84  Z8;  [00B  [`PI  [PP  \(W  \(^  k P@{ |  \0  \8  \@|;w_  8  \`|04w_  8  \p   \8 #x  \   \  \0  ]   ]@( '(   ]h   ]  ]  ]0  ]<!|z4w_  8+|h;w_    ^  H  ^0 I` J$ J@$ J$ JT K0T KT LT LT  L0 M801 M;  ^@ O  ^PA NpG  ^XM OY  ^`  ^h   ^ _ PPl  ^r  ^x TT  ^ P|     ^  ^  ^(  _  _  _  _   _(  _0  _8  _@  _H  _P  _X  _h0 cp8  _   _  _  _  _8%  _,  `03  `@:  `H-A|z4w_  8J  c O  cT  dZ Hm  d( O  dH s `  dh  dx(  d  d(  d(  e5  e(  e8  H|;w_  8  eX   eh  0$ p$ $ T `T T @T T   0 h0  e  ex  e  e  e  e   e  e  e  e  e(  e  eH  f@(  fh  fxH  fP   g8m  gH@  g  gP  gH%  h((+  ?  hPHE  h( I  h0 O  h8K  i(@Q  ihHW  i8W  i8   j @k  j`X]  jP  kc  k8i  kP@o  kPu  kP{  l0P  lH  l8q  m8  m8H  mP  mH  nP  nhw  npH  nP  o@  oHPs  oH  o8  pH  p`H  pX  qP  qPH  q8  q8  r@  rHH  r@  r@ [  s0  s@H  s8  s@  t@   t@@  tH  t@  uH  uPP#  u@)  u@  v @/  v`P5  vH;  vXA  wPPG  w@M  wP   x0P   xPS  xHY  yP_  yhPe  yHk  zPq  zP@w  zH}  zH  { @  {`H  {X  |P  |PP  |@  |H  }(P  }x@  }H  ~H  ~HP  ~P  ~H  0H  xH  @  P  PH  8  P   H  h@  @  H  0@ g  pH  P  P   XP  P  @  8H%  @+  H1  H7  P@=  @C  HI  HO  `PU  H[  Ha  @Hg  Hm  @s  P  `@y  P  H  80  h0  8  P  Pr  pP  H  0  (            @  0    8 h  `  (  0@  pH  @  @  8@  x@  8  P   @H    P"  (  .  H04 pG 0R  x  Y L  0;  h 0|        (  (   H(  p0  H        (  H( u  p(        0  0  (8  h  p         H  @  00.  `  h$  p0+  82  9  @  8G  @N  `U  h8\  Hc  j  q  (x  (  H  `8        (  0     P  h  p  x@  (  (n  0  8  H  X  h(                '  .  5  (<  8C  @J  PQ  `X  p_  xf  m  t  {                0  8  P  X  h                    (  8  P  `  p#  *  1  8  ?  F  M  T  [  b  (i  @p   P |gw_     !   ! "H$ "$ "$ #T #xT #T $XT $T  %80 %0  (   00 %  ` 'h  x - /Xd @  0H       @ 28      (  0  H   `(&  , 4 8 u?  0E  8X  P_ HX  ( R  0o I|  @  P  X  p             ix    (  @(4  h j  P      (  (      0(  X( 0  7  >  E  L  W  8^  0e  *l|hw_  8u `  H  P@    8K  Q    8c  0  P8  0  0#  8  @  `@ a  H  P  8H  8   D  |hw_  2 `       M   g  (  0y  @J  X   h h   (        (%  ,|hw_  8  0   @ 8 $ $ X$ T T xT T XT  0 04  P: X  `E  ]  x}  +  c \  x  X0            0  |  @  X  p(     8    P0|0hw_  8 p) x8 tG 0   ! T- T9 dA d    I  0  8O  @  HU _  Pk  ha (  p  n t  {  |Xhw_  8   )   * +@$ +$ +$ ,T ,pT ,T -PT -T  .00 .x0    (      (   H   h u     .   58 m    @  8  X(      l        (   ((   P   X0        ( $  0 * @8 9 FH I   P  0@ W  p( ^         0 e   l Rp {  (   @   `  h |z4w_  8   H   `|xj(w_  8   p  `p  x  e  (k     m  (s   |j0w_  8   8   X  `   h   p0        W    u    ;  G    x_       !  0  H  X  h g  x!  1  !  !    !  6  !   !&  !,|4w_  k!9  !>  !C  !H  !M (   0   P!a  `   !g  s    (/  (  0!m  @6!s|z4w_  8!~|zk0y_  8   x!     !  ! ,! p! ! PX!  ! ! `,"  " "3 l"B   Y    @ 2  8@  x8"S  8  H7  0g  @  X"Y (  h0"h (!     "~  "  "[ " "  (" X" X  (" X`"  80"  h" t )  p" #  (o  #  p# 0 #+ #<  #C  #J D#\  (#c  (#j (#x 8h#  8\  @P#  H#  1#|z4w_  8   Θ   @ $  $ `$ РT T рT T `T  0 0#|kw_  ِ# `\  0#  8   @#  H#  X#  h #  #  # H  ِ^  ٘  ٠  ٨#  ٰ#  ٸ#  $  $  $|z4w_    $!     $&  $+  $0     $6  $<|zkw_  8  0   @ P $ 0$ p$ T  T T T pT  0 (0$E p$S H$^  O  P$k  h(  0  0Y  8$ 4$  (  @0%  p@U  °($ P`$ $  x  0$  (  0($ $  X   p $  Ð3$|xkw_  8       8$ x$ $ T hT T HT T  (0 p0$ @$  k  u  Y     [    M  w    (  0  8+  @a  H  P$  X   `  h$  pZ  x  Ā V  Ĉ$  Đ%  Ę%   Ġ%  Ĩ%  İ$  ĸ%     %" /0X%/ 88   %< /%G 0HX%U 7 %f 2%o  (%v 4P%  %  %    %  (%  0%  88% 5%  p(%  Ř0%  % :(% @%    @   % @%|u8w_     D   EH E$ F($ Fh$ FT GT GT GT HhT  H0 I 0  @  P  `&  pu  xw  ʀ(  ʨ  ʸ0&    @&   HH& K@p&%  ː   ˰8&+  &1  m    J  06  H  `&7  h(&=  ̐  ̨  ̸&C  &I  &O  &U  0&[  &a       (&g Y&w \$&  8&  P &  p& ^&  ͈(&  Ͱ &  0&  0&  0 &  P(&  x &  Θ@&  (&  &  &  (  8R  P&  X&  `%  x  ϐ'  Ϩ'   '    '  "    '  8'%  P(  x0',  Ш'3  ':  'A  'H  'O  @ R  P0'V  р']  ј'd  Ѱ'k  'r  'y  '  @'  X'  h '  ҈'  Ґ'  Ҙ '  Ҹ'     ('  @  ' ^ H'  '  ' H'  ('  8' `  P(  h(  x(  Ӏ((  Ө \  ((  (($   \  8(+ (;  @(B  X(I (W  h((^  Ԑ8(e  (l|z4w_  8(u 0h( ( h    W  Y  ( `t   0(  @( \(|z4w_  8(|z4w_  8)  HH) P)  Ր)  ՠH)   P  8()& )1  `)7  p(  ֘8k  0  @ 2  @(  h)= )F m  p!  x)T  ׀H)Z  $  )`  @  HN  h@  ب  ذ)f    |uXw_  8  )l    )r    )x     6  )~  f  &C    () ) H`) l|z4w_  8)|z4w_  8)|4w_  8) ht) ) Шp) Ѱx)|zu\w_  8) א`)|zuw_  8)  0 *|z4w_  8)f  P *  p   ِ   ٰ *  h  *   *"  0 *(  P*.  X!{|z4w_  8*4 #|z4w_  8*=|z4y_  *G X*V ]*c e *p L H*x ** +88* J\* M* Rh* Uph*|z4w_  8)   h   ڈ  ڠ*|z4w_  6+  + d+ PC  +     +&   +,  8 "  P+3  h +:  ۈ(  ۰ +A  +H  +O  +V  ( +]  H+d  ` +k  ܀+r  ܘ+y ,+|z4w_  +|zuw_  + θ + + + Ӑ + ظ@+  |+ + + x+ , H|,  08,  8,$  ,2   t,A  Hc|z4zH_  8!  ܰ,K|z4w_  8,U|z4w_  8,`  X,e|z4w_  8,m  3`,z  < ,,  Eh,  Fd,|z4w_  8)  `,  h,|z4w_  .8,  J8  JT,  K,  M,  OpY  p_  ݀-  UX-   ݐ  ݘ-  W@D-  Z -)  ݠ-/  ]-;  a-F  f-R  hd-`  k`-m  ݨ0-t  -{  -  H  .8^  .@  .H  .P#  .T-    -  0-  H -  h -  ވ -  ި-  -  -  -  -|z4w_  8,  8  T  -  (q  8m  @-   m  H[  X  ` -|zvw_  .X,  P8  T-  .  .  p.$  x  ߀.*  ߈  ߐ.0  ߘ.6  .D  ߠ%  ߨ?  ߰k  ߸.J  H.c  5  ;     k          .i    (*  0.o  @ p.  .  .  8.  .  @   H.  .  P.  X.  .X  h.  x.  .  .  .  .  .  .  /  /   /  4/&  /7  />  T/O  /V|z4w_  8,  h8  ʸT  8B  @  H/b/w)/ /h/~/Đ/ P/&/;0 G80 gh0;0) 00 80;10C y80Z d`0n @0)`0**r  0 C0f00 0P0  "X`0h1   1 p,1$1D1` _x1k x h1wg 1&1g1f1+1  XX112  W2= Ll2Ke2bg2m \2{ 2 Xt20  2 22Ĉ2eX2! 2D3u 3-3J- 3Vf(3c93~3Ĕ3f3 ŀp3z3 43:44%94D  (4J 4Ues  `4b 4l 84v JHl4 WP@4&@4 T44 Wh4)4  4 404 ݸ`5z5'  58 Ght5H `$qs5V5z5  5d5 5 I$5 !`,6g@6ep6 (6(.63z6Q86m N6{$6 L6  J6 DX|6(@66e6P6  L774 aH7K 07\:07|  > 7e`7f 7 7 3f7 ^p7e7h7 FP08 g8)k8MfH8\ H8df8s  , $8j8P8/8 T828 9h9'!@9/ .p9=f9Hfx9U/@9\h@9m$92999y9;H9 $49e9: ~0H:(g:;:]  /84:k : @:g: P:u<: Z::f: W: OH(:  ؂;* b\;@k;d  T;u ;@;  ;Ą;  1 Ex; #;!`;k<"0 =<< <<4 o0dpP<h=z=)9D=4H=M :=Xg=c =q!=x =0+=,@=:=+=d8=:>g> (0>(!>/.`>5 t>< fp>X1>_fd>sx> (p>f>k>8>9?  ֠X? հ?hT@???I ?RD?l *?{ x ? hL?9? +p?x?  @ ax@ 0@g@*/`@6 p@H b@O  `4@[@y e@  0P*@;@f@ Y`@  ,@ @  5@A$hLAOg A] pAj A{5<A "AfAȔA2AgB!B B4BG &BU BoBwB#`B 8B9B  BXCe?og,C G@CCECR: CfdCCzC C C C CkhD `D(  /8D6h= @D[ p@f `Dm.@Dz9P m$@D PHDuPD  *DflDg(Dg`D  D9D dD9hE58E6|EX 0hEe x0Ev @EE  E X<AE E #C E  8E E  F5$F/8FU <Fd FDFr SxF #F FF:,F'F, FGkG G(gDG85GS"2GkuXG0 pG*6}*@GG'G hH50H3 XxH= 8DHH  PxHT H\eG'HdHH X1 XH"H  \H:xH rI   I; 8<IP ƨ$IW(I] (hIh _,IpfI} yI  kI(I9IXJfJ'&J,fhJ5;JX:(Jw  (,J9J9J%`J 8:$JgJ K Y,K& K"  txK= MKSfLK` c0KqK@K ~KgK ,0D +K HKL 4`t7S  LfL(gLHu\@Le1LlxL h$LvL `0 LzHPL PL  @L (Lf8L IhM lM:M3 MBM[) McgMo  LjlM~(MeMg0M O MeMkMf N N%' N0zNVN2`N ~pN NzNhN 0HO   H0<O TpXO(9OXHOr }h8O40#O5OO  X8OP  (P<P@;Pg  o Pvt< h@$P  ZPPQ QQ5aQZ QhzQ9Qu Q  xQ QR$k0RR1R\ LRi y<Rx pHRkPReR RR (P QpXR S`S'9xS9hSaf4S~fSe20 SeS@S+ Sv0S  JTT3  @TJ(,# T] DTh~TTfTT,Tl0TU;U xUPU!gLU.9<U=eUI @4UU U`  +Uq% Uw  U  U U9U)UeV  V.V CpV$-V-fV; VJ  6Vn BXV{;`V DV PV UV 8T$`Vg4VaxV  hV0`V $W PW"W'TWE%WLfW`@W,WwW5W~W!4WXXX% &S+X3 ,X> txXS yHX_0Xz  X  8@X,`X \X.XhXhXuTX  xY 0Y)|YGh Yf2@Yj1YyHYvY qY|YeYf@YZeZ  UZ* `Up&Z85 Z?  X@X )Zd5Zk  ZxgZ1@ZpZ&`ZM#@=y `lZZ  [ FD[(`[ X[$[Df[T5([a 9H[nx[  "8[[ _H[h8[X[  @\ \( $\9 Gp\F  RP\U  P\f z`\o\P\  ((\9p\ h\ p\  h\  ]  KHX]5]C !]O ,]]  /]c Hp]k ]~ 8h X]uH]]] uxH]al] Gp8] P^  8^"k^Ge^O^Yp^}ex^(^ %p6x : ^s@^ AL '^p_j(_2h_Ny_o2_x_ H`@_  `_9_ _fX_;```P`$ p `1hP`:$`C``f~`!`` 0`;>Q -` 0`hQ'f a#a {aeHa#  [ taI0aguag<a (a }aeda9a C@a  ab )bf ,b&bM b\ bc  >b\b 6@?u@bTb bxb9bxcapc( c@ (cL  2 cr ec@cfc" TQec1 c)cgc0c d xd&d;d' _@d3( d89Hdd9ceTdhDdf`Z*d,d~e BekLe?  e]  &e|  Fe.e2 e e e,e@e  te<*`f%fM f^gX1 Dfj  6f  >f f Hfdfgg0 Xpg> \gL GXga gm'`gw\(g Hg ig9|g  gg+`g (0hkh&  ihY |Dhc `hp/h|kh &0A ph0@helhu hhh )0i ܐXi)@ii8h iP ߐ@iZix9@i  i  i i i  hj  Kf$jfj/ pLj? JljMg8ja jt$j  j`j <jfj Tjx(kfke@kgk' XPk6  Hk_ H8kh0ko ͈k}:k 3Pk.k(k ;k  k\k  k l ,4l hHl)/l0'l6 hU Hl@ 8lMlvfpl g Dl:4l Gl#lHl;|l ۸m 6gPm"(m8 i`mKhmk 0DmzhmXm 8 @Ei$m#m  memg>6/ n +@Pn  ptn* w0Ln8  l(\nE XnUnxpn n:$ng$n N8nehnXo  d!'o;xo@ %HoQ v,o\!c od ]om )oz C L#o "o - Po  to:8o  lo p  !TV+@p h p;p, p: pcgpo"pv }ppYb Hp1`p &W4pgogp Ppeppqxq7tdq]eqig$q tq9qPq-q-qfr  KX r  r8frF PrSsrr9_%r r Lr Er r (r=P* s9s)ah&0s3gs> 0sN YXsX`ss  0%s"@s-s hs s ܀ s Kf d<s0s 0sft"`t ր\t"t%  mht1 t?9`tG tptP  /9/tbht <Ht t tXt <t(u"a|u,huU Puf }H@upgu ר8chugH(kHu9u (xu u v v etvzvE;%vc t. vq:Vw:`v @kb,v `v PG F`dv ?pv-@vf,vf,v*v~w+gTw;-`w@(* |4wI0wow w  w wlwx ^x   xzxA  # LxI 38xYxcx xx px9: ?dx xye\y!'@y(  y8 yG PyW ya -@ys0y@yČyyePy mXhnyfz%z Pz:zG DzPzV `pzb$zq8z xX(zgz > 8tz 8zezgx{  1`{ ِJ ,8{% `{1 @XyX h{? H{J{cg{ps%@{h{X {{/{9| P2_ x@| ` |  |+$ f|2g\|B  |r |  p|f|f|T|h|-} ˸H}e|}2e}@ }Q %}^0}|} }}j0H}h}u8}h~  p~)~~Bgp\` |~L \~X ,~lp~ ~*~  -P`kc+rsynccrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatavalues-xpg6.cBbss.bssDdata.dataflist.cDpicdata.picdata.L24realloc_xbuf.L45to_wire_modefrom_wire_moded_nameisDigitisPrintisSpaceisLowerisUppertoLowertoUpperread_varint30read_varlong30write_varint30write_varlong30.L244show_filelist_p.L281.L290start_filelist_progress.L304maybe_emit_filelist_progress.L340.L343.L345.L351finish_filelist_progress.L410.L424readlink_statpath_is_daemon_excludedis_excluded.L654.L657.L659.L670flist_expand.L_cseg0flist_done_allocating.L802send_file_entry.L1583.L1585.L1609.L1632.L1683.L1685.L2000.L2088.L2380.L2403.L2450recv_file_entry.L2592.L2604.L2668.L2681.L2692.L2724.L2750.L2868.L2930.L3172send_file_name.L3350send_if_directorysend_directoryfile_comparefsort_tmpfsortadd_dirs_to_tree.L3609.L3612.L3614.L3622interpret_stat_error.L3645.L3673.L3720.L3733.L3753.L3829.L3996.L4007send_implied_dirs.L4029fatal_unsafe_io_errorsend1extra.L4210flist_sort_and_cleanoutput_flist.L4434.L4441.L4453.L4480.L4548.L4569.L4695.L4719.L4776.L4795.L4846.L4862.L5264.L5330.L5339.L5352.L5368.L5433.L5475.L5479.L5496.L5529.L5645.L5685.L5697.L6223.L6535.L6555.L6569.L6575.L6589.L6611.L6623.L6629.L6633.L6719.L6759.L6827.L6905.L7066rsync.cdefault_charset.L191.L198.L255.L260.L262.L284.L287.L289.L293.L461.L468.L483.L578.L591.L607.L619.L710.L824.L903.L957.L968.L994.L997.L999.L1052.L1081.L1086.L1147.L1192.L1203.L1206.L1208.L1257.L1356.L1385.L1389.L1393.L1395generator.cis_backup_file.L40.L113.L129.L137.L172.L185.L217.L220.L223.L226.L229.L232.L239delete_itemdelete_dir_contents.L328.L407.L413.L416.L418start_delete_delay_temp.L457flush_delete_delay.L503remember_delete.L618.L633.L663.L668.L683read_delay_linedo_delayed_deletions.L766.L793.L868delete_in_dir.L981.L1008do_delete_pass.L1595sum_sizes_sqroot.L1682generate_and_send_sums.L1760.L1779find_fuzzy.L1850copy_altdest_file.L2012.L2037.L2085.L2090try_dests_reg.L2164.L2377.L2419.L2433.L2436.L2438try_dests_non.L2479.L2486list_file_entryis_below.L2545.L2642.L2646.L2686.L2698.L2730.L2835.L2874.L3061.L3083.L3102.L3232.L3372.L3396.L3625.L3649.L3691.L3721.L3754.L3776.L3904.L3949.L4149.L4205.L4255.L4277.L4287.L4424.L4459recv_generatorhandle_skipped_hlink.L4552.L4556touch_up_dirs.L4654.L4660.L4688.L4886.L4913.L4937.L4940.L4942.L5174.L5315.L5326receiver.c.L67.L83.L110.L149.L236.L238.L274.L316.L405.L426.L447discard_receive_data.L514.L525handle_delayed_updates.L564.L567.L570.L572no_batched_updatewe_want_redogen_wants_ndx.L741.L748.L826.L839.L866.L887.L987.L1009.L1013.L1120.L1255.L1284.L1325.L1424.L1449.L1513.L1519.L1521.L1623.L1633.L1638.L1650.L1652.L1659.L1663.L1665.L1670.L1751cleanup.c.L73.L256sender.c.L26.L38.L119receive_sums.L148.L171.L179write_ndx_and_attrs.L251.L311.L347.L354.L373.L395.L397.L482.L507.L515.L540.L584.L604.L635.L650.L681exclude.cfree_filter.L52.L55.L57.L107.L248.L356add_ruleclear_filter_list.L549parse_merge_namesetup_merge_file.L812.L846.L891.L929.L1011.L1012rule_matches.L1287.L1289.L1290.L1286.L1293.L1299.L1301.L1305report_filter_resultrule_strcmp.L1540.L1551.L1562.L1573.L1584.L1606.L1676.L1697.L1735.L1875.L1900parse_rule_tok.L1950.L1955.L1962get_cvs_excludes.L2003.L2021.L2183.L2207.L2210.L2212.L2229.L2232.L2234.L2325.L2703send_rules.L2795.L2799.L2884zutil.c.L250.L271.L282.L295.L321.L380safe_read.L511.L532.L609.L630.L645.L708.L728.L751.L1023.L1070.L1080call_glob_match.L1277.L1318.L1431.L1437.L1918.L2120.L2233.L2269.L2330.L2354.L2367.L2370.L2376.L2382.L2386.L2767.L_cseg1.L2903.L2920.L3080.L3125.L3127.L3146.L3347.L3374.L3504.L3597.L3608.L3611.L3613.L_cseg2.L_cseg3main.c.L318wait_process_with_flushhandle_statsshow_malloc_stats.L523.L527.L529.L531.L533.L535.L537.L545.L547.L552.L554.L568.L573.L577.L579output_summary.L614.L629.L691.L693.L760.L810.L834.L856.L886.L909.L964do_cmd.L982.L986.L1035.L1099.L1115.L1148.L1160.L1180.L1226.L1237get_local_name.L1309.L1321check_alt_basis_dirs.L1362read_final_goodbye.L1384.L1396.L1411.L1414.L1416do_server_sender.L1512.L1525.L1553.L1565do_recv.L1672.L1684.L1707.L1747.L1847do_server_recv.L1993.L2028.L2133.L2169copy_argv.L2257.L2293.L2329.L2371.L2435.L2437.L2469.L2474.L2506.L2518.L2552.L2568start_clientsigusr1_handlersigusr2_handler.L2712.L2753.L2775checksum.c.L109.L85.L84wildmatch.c.L51build_hash_table.L123matched.L199.L247hash_search.L587.L597.L637.L647.L672syscall.clog.crerr_name.L230logit.L264syslog_init.L276logfile_open.L481.L485filtered_fwrite.L538.L838.L878.L943.L1021.L1030.L1046.L1060.L1198.L1213.L1227.L1234.L1244.L1251.L1317.L1535log_formatted.L1643.L1645.L1788.L1790.L1828.L1846.L1856.L1857.L1864backup.c.L49.L88.L126make_simple_backup.L207robust_move.L471.L490.L548.L563.L594.L690keep_backupoptions.c.L152.L161.L163.L173.L175.L177.L181.L183.L187.L188.L190.L192.L194.L196.L200.L212.L214.L216.L218print_rsync_version.L231.L233.L240.L242.L246.L252.L257.L259.L261.L263.L265.L267.L269.L273.L275.L277.L279.L280.L286.L288.L292.L294.L296.L298.L300.L302.L306.L308.L310.L312.L314.L320.L322.L324.L326.L330.L332.L334.L336.L338.L342.L344.L346.L348.L350.L352.L358.L360.L362.L364.L366.L368.L370.L372.L374.L376.L378.L382.L384.L386.L388.L390.L392.L394.L396.L398.L400.L402.L404.L406.L408.L412.L414.L420.L422.L428.L430.L432.L434.L436.L438.L440.L442.L444.L446.L448.L450.L452.L454.L456.L458.L460.L462.L464.L466.L470.L472.L474.L476.L478.L480.L487.L580.L582.L586.L588.L623.L625.L627.L628.L665.L666.L697.L699.L702.L704.L706.L716.L719.L721daemon_usage.L738.L743.L788.L951set_refuse_optionscount_args.L1103parse_size_argcreate_refuse_error.L1239.L1256.L1297.L1335.L1365.L1386.L1398.L1400.L1447.L1543.L1547.L1624.L1661.L1667.L1680.L1696.L1711.L1715.L1730.L1733.L1771.L1814.L1827.L1852.L1892.L1905.L1908.L1910.L1923.L1958.L2005.L2064.L2138.L2191.L2294.L2306.L2326.L2349.L2366.L2381.L2478.L2517.L2628.L2688.L2727.L2756.L2814.L2834.L2848.L2904.L2934.L2942.L2954.L3271.L3307.L3333.L3345.L3358.L3380.L3393.L3411.L3421.L3431.L3441.L3462.L3481.L3500.L3517.L3527.L3535.L3560.L3577.L3589.L3601.L3632.L3642.L3653.L3670.L3679.L3688.L3697.L3706.L3723.L3745.L3764.L3788.L3799.L3813.L3824.L3833.L3842.L3851.L3860.L3875.L3884.L3894.L3938.L3952.L3973.L3981.L3990.L4001.L4017.L4027.L4036.L4046.L4058.L4066parse_hostspec.L4271fileio.ccheck_timeoutgot_flist_entry_status.L393msg_list_addflush_a_msgmplex_writemsg_flush.L504.L517check_for_d_option_error.L611.L616.L671.L680.L818read_msg_fdreadfd.L920writefd_unbuffered.L1123whine_about_eofread_timeout.L1701.L1840.L1865.L1878.L1976.L1986.L2025.L2031read_loop.L2153.L2303.L2334readfd_unbufferedwritefd.L2495.L2538.L2631.L2667.L2682.L2700.L2715sleep_for_bwlimit.L2823.L2832.L2841.L2846what_fd_is.L3020.L3433.L3715compat.ccheck_sub_protocol.L79.L224.L237.L283.L349.L417.L429.L510.L513hlink.chlink_compare_gnummatch_gnums.L437maybe_hard_link.L575check_prior.L678.L739.L947.L1020.L1087token.c.L241add_suffixadd_nocompress_suffixes.L359init_set_compressionsimple_recv_tokensimple_send_token.L734.L911.L1002send_deflated_token.L1057.L1137.L1162recv_deflated_token.L1344see_deflate_tokenuidlist.c.L103add_to_listuid_to_namegid_to_namemap_uidmap_gid.L291.L303is_in_grouprecv_add_uidrecv_add_gid.L733socket.c.L167.L176.L205.L225.L268establish_proxy_connectioncontimeout_handler.L475.L499.L539.L601.L679.L72