Actions

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
Line 1: Line 1:
<code>rsync -raP --exclude '/mirror/' --exclude '/scraped/' rsync://38.81.163.70/archive ./</code>
<code>rsync -raP --exclude '/mirror/' --exclude '/scraped/' --delete rsync://38.81.163.70/archive ./</code>


r: recursive
r: recursive

Revision as of 17:26, 10 January 2022

rsync -raP --exclude '/mirror/' --exclude '/scraped/' --delete rsync://38.81.163.70/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.