Rsync Instructions: Difference between revisions
From RuneWiki
(Created page with "<code>rsync -raP --exclude '/mirror/' --exclude '/scraped/' rsync://38.81.163.70/archive ./</code> r: recursive a: preserve timestamps P: print progress The mirror direct...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<code>rsync -raP --exclude '/mirror/' --exclude '/scraped/' rsync:// | The server is being migrated to a new hosting configuration and this page is not up-to-date. | ||
==== Old ==== | |||
<code>rsync -raP --exclude '/mirror/' --exclude '/scraped/' --delete rsync://104.167.241.86/archive ./</code> | |||
r: recursive | r: recursive |
Latest revision as of 05:18, 10 November 2024
The server is being migrated to a new hosting configuration and this page is not up-to-date.
Old
rsync -raP --exclude '/mirror/' --exclude '/scraped/' --delete rsync://104.167.241.86/archive ./
r: recursive
a: preserve timestamps
P: print progress
The mirror directory mirrors other domains and is relatively large.
The scraped directory is a collection of files automatically downloaded by filtering through old forum threads for links.