Hi guys and girls!
This tutorial is for all of those of you, that are not computer savvy, and would like to make a Quareias PDF files backup on your disk.
We are living in weird times, and in case some deepshit blows away the internet, local copy of all those pdfs could save your practice.
The main program that we will use to backup the Quareia website is the 'wget' that we will run from console.
[Linux]
1. On linux it's very easy. The wget program should be allready installed. If this is not the case install it from your distro repos.
2. Then Open terminal program and write: wget --mirror --user-agent=mozilla --page-requisites --convert-links -r
3. This will make a local copy of the website and all the pdf's are inside the 'S' directory.
[Mac]
This should work on Mac too. Just install the wget app from brew.
Then run your wget from terminal adding --mirror --user-agent=mozilla --page-requisites --convert-links -r as parameter.
[Windows]
On Windows you're on your own. Download the wget binary to your PC and then run it from cmd.exe or power shell adding all the parameters.
I hope this will be useful for some of you.
This tutorial is for all of those of you, that are not computer savvy, and would like to make a Quareias PDF files backup on your disk.
We are living in weird times, and in case some deepshit blows away the internet, local copy of all those pdfs could save your practice.
The main program that we will use to backup the Quareia website is the 'wget' that we will run from console.
[Linux]
1. On linux it's very easy. The wget program should be allready installed. If this is not the case install it from your distro repos.
2. Then Open terminal program and write: wget --mirror --user-agent=mozilla --page-requisites --convert-links -r
3. This will make a local copy of the website and all the pdf's are inside the 'S' directory.
[Mac]
This should work on Mac too. Just install the wget app from brew.
Then run your wget from terminal adding --mirror --user-agent=mozilla --page-requisites --convert-links -r as parameter.
[Windows]
On Windows you're on your own. Download the wget binary to your PC and then run it from cmd.exe or power shell adding all the parameters.
I hope this will be useful for some of you.