Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jbackupmanager

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jbackupmanager

This NodeJS package is meant to be a quick and easy way to manage the backups of your joomla sites from a single place. It relies on the awesome AkeebaBackup JSON API for the actual backup process. Take a look at the [features](#features "features") for a list of the amazing things that this software can do for you.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
4
-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

Backup Manager for Joomla

This NodeJS package is meant to be a quick and easy way to manage the backups of your joomla sites from a single place. It relies on the awesome AkeebaBackup JSON API for the actual backup process. Take a look at the features for a list of the amazing things that this software can do for you.

Installation

Using npm:

npm install jbackupmanager

You can also clone this repository into a directory and start working

Features

  • List all the Backups you want to take from a nice UI.
  • Schedule the Backups anytime
  • Download any backup file locally, even from Amazon S3
  • Know when the next backup will be triggered
  • Keep old backups, based on a quota limit
  • Download already taken backups locally
  • Test a backup locally using Akeeba Kickstart

Ideal Use

We use this package in our company, Weble, to mantain the backups of our clients' sites. We have a server at our office which runs this package, and every time we build a new website for a client, we add it to the list using the nice UI of the Backup Manager, and have the server trigger the backup and download a copy locally, storing older versions, just to be safe.

We also integrate AkeebaBackup with Amazon S3, so for each website we have a on-site copy, an S3 copy and a series of local copies. This also makes both testing and recovering of websites much easier, since we don't have to download backups anymore, since we already have every backup stored locally, without having to lose the advantage and the speed of the S3 cloud storage.

FAQs

Package last updated on 05 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts