PHPackages                             adminetic/backup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. adminetic/backup

ActiveLibrary[Admin Panels](/categories/admin)

adminetic/backup
================

Backup Panel For Adminetic Admin Panel

v1.0.0(2y ago)07MITBladePHP ^7.4|^8.0

Since Jun 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pratiksh404/adminetic-backup)[ Packagist](https://packagist.org/packages/adminetic/backup)[ Docs](https://github.com/adminetic/backup)[ RSS](/packages/adminetic-backup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Backup Panel Module for Adminetic Admin Panel
=============================================

[](#backup-panel-module-for-adminetic-admin-panel)

[![Adminetic Backup Panel Module](https://github.com/pratiksh404/adminetic-backup/raw/main/screenshots/banner.jpg)](https://github.com/pratiksh404/adminetic-backup/blob/main/screenshots/banner.jpg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8f805191f270135a83081e91a17214670aa0de2c5967426d15718a1d687ac69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646d696e657469632f6261636b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/backup)

[![Stars](https://camo.githubusercontent.com/e2b19d624ea26e2f5c04fefab65c607a63cd57470fcfd3ccdd3c1a8c4388489c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f61646d696e657469632d6261636b7570)](https://github.com/pratiksh404/adminetic-backup/stargazers) [![Downloads](https://camo.githubusercontent.com/373189554bfb13afc350e0122140bcb924766e65ee064ca49611bd7a3e113c40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646d696e657469632f6261636b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/backup) [![StyleCI](https://camo.githubusercontent.com/abca4e7d4f4996b1a3f0d4a8a4f4c2864d35f49643cccba2ea8740e0c3ae5549/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3635343033303335362f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/654030356?branch=main) [![License](https://camo.githubusercontent.com/e288d337ee701222c06f75c41d5236fbefd62ab0ec2d841ae761ee9fbe99446b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f61646d696e657469632d6261636b7570)](//packagist.org/packages/adminetic/backup)

Backup Panel module for Adminetic Admin Panel

For detailed documentaion visit [Adminetic Backup Panel Module Documentation](https://app.gitbook.com/@pratikdai404/s/adminetic/addons/backup)

#### Contains : -

[](#contains---)

- Backup Panel Panel

Installation
------------

[](#installation)

##### Composer Install:

[](#composer-install)

You can install the package via composer:

```
composer require adminetic/backup
```

##### Config Publish:

[](#config-publish)

Publish spatie backup config

```
php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"
```

##### Dropbox Configuration:

[](#dropbox-configuration)

Create a dropbox account and extract `DROPBOX_APP_KEY`,`DROPBOX_APP_SECRET` and `DROPBOX_ACCESS_TOKEN` to `.env`

```
DROPBOX_APP_KEY=
DROPBOX_APP_SECRET=
DROPBOX_ACCESS_TOKEN=
```

##### Register Dropbox As Disk:

[](#register-dropbox-as-disk)

In `config/filesystems.php` add following code to `disks` array

```
   'dropbox' => [
            'driver' => 'dropbox',
            'key' => env('DROPBOX_APP_KEY'),
            'secret' => env('DROPBOX_APP_SECRET'),
            'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
        ],
```

##### Add dropbox disk to `config/backup.php`:

[](#add-dropbox-disk-to-configbackupphp)

```
  'destination' => [

            /*
             * The filename prefix used for the backup zip file.
             */
            'filename_prefix' => '',

            /*
             * The disk names on which the backups will be stored.
             */
            'disks' => [
                'local', 'dropbox'
            ],
        ],
```

```
  'monitor_backups' => [
        [
            'name' => env('APP_NAME', 'laravel-backup'),
            'disks' => ['local', 'dropbox'],
            'health_checks' => [
                \Spatie\Backup\Tasks\Monitor\HealthChecks\MaximumAgeInDays::class => 1,
                \Spatie\Backup\Tasks\Monitor\HealthChecks\MaximumStorageInMegabytes::class => 5000,
            ],
        ],
    ]
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Pratik Shrestha](https://github.com/adminetic)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Screenshots
-----------

[](#screenshots)

[![Backup Panel](https://github.com/pratiksh404/adminetic-backup/raw/main/screenshots/panel.jpg)](https://github.com/pratiksh404/adminetic-backup/blob/main/screenshots/panel.jpg)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1064d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/001849cfcd496d28474179bde8e510e82ea2ff8b32291d2ac8fc905a754512e0?d=identicon)[pratiksh404](/maintainers/pratiksh404)

---

Top Contributors

[![pratiksh404](https://avatars.githubusercontent.com/u/40533219?v=4)](https://github.com/pratiksh404 "pratiksh404 (6 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

backupadminetic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adminetic-backup/health.svg)

```
[![Health](https://phpackages.com/badges/adminetic-backup/health.svg)](https://phpackages.com/packages/adminetic-backup)
```

###  Alternatives

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36162.8k2](/packages/dereuromark-cakephp-setup)[pratiksh/adminetic

Admin Panel Starter Kit

451.6k1](/packages/pratiksh-adminetic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
