diff options
author | Patrick McDermott <pehjota> | 2019-08-05 18:45:07 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-08-05 18:49:38 (EDT) |
commit | 35bb77635fc02a51e0a7069aad0a3b720f35c191 (patch) | |
tree | d9c6c471bf9bb125adbf0f9a28ac018586e1f523 /dev/archive | |
parent | d3eb1869d66ae2ecd1aee8f911fad5efed6ee7ef (diff) |
dev/archive/mirroring: Listing files is not required
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 e96880f..84e2230 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -14,7 +14,7 @@ Setting up a Mirror A mirror takes about 730 MiB of storage space as of this writing and should be expected to grow beyond that. -The following command will list files in the archive: +The curious may view a list of files in the archive with the following command: $ rsync --recursive --exclude .db rsync://files.proteanos.com/proteanos |