Skip to content

Repository files navigation

Nuewire Backup

Database-only and database-plus-file-storage backups for Nuewire, powered by spatie/laravel-backup.

Features

  • Select any allowed Laravel filesystem disk as the backup destination.
  • DB only uses Spatie's backup:run --only-db mode.
  • DB + File Storage (Full) includes the configured local storage paths.
  • Backup archive list, download, delete, size, date, and backup-type detection.
  • Process locking to prevent overlapping backup runs.
  • Nuewire Platform navigation and optional ACL permissions.
  • Optional audit records when nuewire/logs is installed.
  • Indonesian and English UI.

Install

composer require nuewire/backup
php artisan nuewire:backup:install
php artisan optimize:clear

The package requires the PHP ZIP extension and a database dump binary supported by Spatie for the configured database driver.

Component

<livewire:nuewire-backup />

When nuewire/platform 2 is installed, the page is registered under Plugin → Tools → Backup at /admin/plugin/backup.

CLI and scheduler

php artisan nuewire:backup:run database --disk=local
php artisan nuewire:backup:run full --disk=s3

See docs/PANDUAN.md for configuration, scheduling, destination security, and full-backup source semantics.

About

Database-only and database-plus-file-storage backups for Nuewire, powered by spatie/laravel-backup.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages