diff options
author | P. J. McDermott <pehjota> | 2013-10-14 17:58:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-14 17:58:08 (EDT) |
commit | a62f3168e98fd7a385f9ed92fb2dccfb5c4bac66 (patch) | |
tree | 7b2206a8133426906a6d999acabba7de3167b41b /dev/archive | |
parent | 0e35733048210a472eca53c01358bdaf0acff5f7 (diff) |
dev/archive/mirroring: Add --recursive to cmd.
Diffstat (limited to 'dev/archive')
-rw-r--r-- | dev/archive/mirroring.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn index e740051..f590e84 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -14,7 +14,7 @@ to grow to approximately 1.25 GiB by the release of ProteanOS 1.0. The following command will list files in the archive: - $ rsync --exclude .db rsync://files.proteanos.com/proteanos + $ rsync --recursive --exclude .db rsync://files.proteanos.com/proteanos The following command will mirror the archive: |