Changes between Version 3 and Version 4 of Mirroring


Ignore:
Timestamp:
Mar 1, 2016, 2:29:07 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

fix formatting of table header

Legend:

Unmodified
Added
Removed
Modified
  • Mirroring

    v3 v4  
    4444There is a sample script below for mirroring these modules via rsync. You don't have to use that script if you already have other arrangements for syncing, but please use the following `rsync` flags, for the following reasons:
    4545
    46 ||=`rsync` flag        =||=Purpose =
     46||=`rsync` flag        =||=Purpose
    4747|| `--compress`, `-z`   || File data is compressed during transfer. The server won't re-compress files that are already compressed.
    4848|| `--delete-delay`     || Files which were removed on the server are removed from the mirror after the transfer is finished. This option is similar to but more efficient than `--delete-after`.