# Blog mirror script A shell script to mirror a website to another domain. ### Usage Change the following variables for usage: - `URL`: URL of the website to mirror. - `LOC`: Specify location for mirroring content into. - `RUN_LOG`: Specify location/file for keeping run logs. - `ERROR_LOG`: Specify location/file for keeping error logs. ### Additions To replace/edit certain text in mirrored version, add following after line 15 ``` sed -i 's/EXISTING-TEXT/TEXT-TO-REPLACE-IT/g' FILE ``` ### License Script licensed under [Apache License 2.0](https://git.fosscommunity.in/sahilister/blog-mirror-script/-/blob/master/LICENSE).