startsys-backup
v1.0.10
Published
A simple CLI tool for website backup with customizable frequency
Downloads
13
Readme
startsys-backup README
startsys-backup
is simple backup utility to make repeated or single use website backups to html using wget.
This application requires wget
to be installed on your system. Below are the instructions for installing wget
for different operating systems:
Windows
- Download and install Git Bash, which comes with
wget
. - To check the installation, open Git Bash and type
wget --version
.
macOS
- If you have Homebrew installed, you can install
wget
by typingbrew install wget
in Terminal. - To check the installation, open Terminal and type
wget --version
.
Linux (Debian-based)
wget
is usually pre-installed on most Linux distributions. If not, you can install it by typingsudo apt-get install wget
in the Terminal.- To check the installation, open Terminal and type
wget --version
.
After wget
is installed, you can install startsys-backup
by running npm install -g startsys-backup
in your terminal.
To backup a website, run startsys-backup <url>
(Ex. startsys-backup https://www.startup-systems.com/ ). You'll then be prompted to choose the backup frequency (1:one-time, 2:daily, 3:weekly, or 4:monthly).
Please note that if you choose daily, weekly, or monthly, the backups will run at the time you start the command and will continue at the same time based on the frequency you chose.
Github
The link to this project on github is https://github.com/tulaneadam/startsys-backup