PHPackages                             isemary/backup-sentry - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. isemary/backup-sentry

ActiveLibrary[File &amp; Storage](/categories/file-storage)

isemary/backup-sentry
=====================

BackupSentry is a PHP backup package designed to provide a secure and seamless solution for protecting and backup your critical data. With its advanced features and intuitive interface, Effortlessly create scheduled backups of databases, files, and directories.

1.0.11(1y ago)983MITPHPPHP &gt;=7.4

Since Jul 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iSemary/backup-sentry)[ Packagist](https://packagist.org/packages/isemary/backup-sentry)[ Docs](https://www.abdelrahman.online)[ RSS](/packages/isemary-backup-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (10)Used By (0)

🛡️ BackupSentry \[Backup today, relax tomorrow\]
================================================

[](#️-backupsentry-backup-today-relax-tomorrow)

### BackupSentry is a PHP backup package designed to provide a secure and seamless solution for protecting and backup your critical data. With its advanced features and intuitive interface, Effortlessly create scheduled backups of databases, files, and directories.

[](#backupsentry-is-a-php-backup-package-designed-to-provide-a-secure-and-seamless-solution-for-protecting-and-backup-your-critical-data-with-its-advanced-features-and-intuitive-interface-effortlessly-create-scheduled-backups-of-databases-files-and-directories)

Features
========

[](#features)

 ☁️ Store backup files over Google Drive / AWS
 ✅ Database Backup \[Sql/NoSQL\]
 📂 Full Project Backup Or Specific Folders
 ⛔ Exclude Specific Folders / Files
 🎛 Detailed Configuration Easy to use
 🗄️ Up-to-date Log file with each process
 🚨 Alerts on Mail, Slack, and Telegram

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#-️-store-backup-files-over-google-drive--aws---database-backup-sqlnosql---full-project-backup-or-specific-folders---exclude-specific-folders--files---detailed-configuration-easy-to-use--️-up-to-date-log-file-with-each-process---alerts-on-mail-slack-and-telegram-)

Flow Overview
=============

[](#flow-overview)

[![alt text](https://camo.githubusercontent.com/dfe82361184eccfe09b8af996186d1cff2db92de70cfaca7bd21256e2fd418d5/68747470733a2f2f692e706f7374696d672e63632f7a445070486b50672f4261636b75702d53656e7472792d466c6f772e6a7067)](https://camo.githubusercontent.com/dfe82361184eccfe09b8af996186d1cff2db92de70cfaca7bd21256e2fd418d5/68747470733a2f2f692e706f7374696d672e63632f7a445070486b50672f4261636b75702d53656e7472792d466c6f772e6a7067)

Installation
============

[](#installation)

### Install the package

[](#install-the-package)

```
composer require isemary/backup-sentry:v1.0.11

```

### Publish the configuration file

[](#publish-the-configuration-file)

### For Laravel &gt; 5.4

[](#for-laravel--54)

```
php artisan backup-sentry:publish
```

### For Laravel &lt; 5.4

[](#for-laravel--54-1)

```
php artisan vendor:publish --provider="iSemary\BackupSentry\BackupSentryServiceProvider"
```

Configuration
=============

[](#configuration)

### It's important to make sure that config file exists in your root directory as **\[config/BackupSentry.php\]**

[](#its-important-to-make-sure-that-config-file-exists-in-your-root-directory-as-configbackupsentryphp)

./config/BackupSentry.php
-------------------------

[](#configbackupsentryphp)

```
