Download the PHP package moox/backup-server-ui without Composer

On this page you can find all versions of the php package moox/backup-server-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package backup-server-ui

Moox BackupServerUi

Moox Backup Server UI

Filament UI for Spatie Laravel Backup Server. Needs a license key for the paid package from https://spatie.be.

Quick Installation

These two commmands are all you need to install the package:

Curious what the install command does? See manual installation below.

What it does

Filament UI for Spatie Laravel Backup Server. Create automated or make manual incremental backups. More information and screenshots will follow.

Manual Installation

Instead of using the install-command php artisan mooxbackup-server-ui:install you are able to install this package manually step by step:

Usage

SSH Connection

Create ssh connection to your source server

Add SSH key to your server. Once your key is added shh into your instance.

For Forge users: Open your Command Line and type .

Add source server ssh key to your destination server

Copy the public key from your source server and add it to your destination server. Connect destination and source server. Confirm fingerprinting from destination server.

Create new Destination

name: the name of this destination

disk_name: the name of one of the disks configured in config\filesystems.php. The chosen disk must use the local driver

Create new Source

Set a Name

Add your Hostname

Set the ssh User

Ssh Port should be 22

Copy ssh key path from source server (in case of forge: "~/.ssh/id_rsa")

The ssh user to get into the source server

Cron expression when to start a backup (Cron Help)

Choose a given destination

Pre_backup_commands: To create a MYSQL Backup u need to cd in your folder and create a backup. Each value is a command that will be executed. For example: Key Value
0 cd /home/forge/yourplatform.com/
1 mysqldump DATABASE -uUSERNAME -pPASSWORD > dump.sql

only change DATABASE USERNAME AND PASSWORD

Post_backup_commands: Now do everything that should be executed after a backup. In this case we want to remove the dump from server. Key Value
0 cd /home/forge/yourplatform.com/
1 rm -f dump.sql
Includes: specify a include path Key Value
0 /home/forge/yourplatform.com/

To exlude paths you should give paths relative to the paths given in includes

Creating Backups

Now you can create backups ether manual or automatical You just need to select the Source.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of backup-server-ui with dependencies

PHP Build Version
Package Version
Requires moox/core Version ^2.1.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package moox/backup-server-ui contains the following files

Loading the files please wait ....