{"id":13563566,"url":"https://github.com/spatie/nova-backup-tool","last_synced_at":"2025-05-14T12:07:52.327Z","repository":{"id":32914115,"uuid":"143442765","full_name":"spatie/nova-backup-tool","owner":"spatie","description":"A Laravel Nova tool to backup your app","archived":false,"fork":false,"pushed_at":"2025-03-24T11:18:17.000Z","size":26481,"stargazers_count":362,"open_issues_count":0,"forks_count":64,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-14T02:57:31.430Z","etag":null,"topics":["backups","laravel","nova","tool"],"latest_commit_sha":null,"homepage":"https://freek.dev/1125-introducing-our-laravel-nova-packages","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spatie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://spatie.be/open-source/support-us"}},"created_at":"2018-08-03T15:17:01.000Z","updated_at":"2025-04-04T04:41:05.000Z","dependencies_parsed_at":"2024-12-22T08:01:35.027Z","dependency_job_id":"7d22df0f-d98a-4912-acf0-3a55c9a8941b","html_url":"https://github.com/spatie/nova-backup-tool","commit_stats":{"total_commits":246,"total_committers":40,"mean_commits":6.15,"dds":0.532520325203252,"last_synced_commit":"f96660dd66b2533a2880492c58c5024fb465d091"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fnova-backup-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fnova-backup-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fnova-backup-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fnova-backup-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spatie","download_url":"https://codeload.github.com/spatie/nova-backup-tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813786,"owners_count":21165632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backups","laravel","nova","tool"],"created_at":"2024-08-01T13:01:20.725Z","updated_at":"2025-04-14T02:57:36.499Z","avatar_url":"https://github.com/spatie.png","language":"PHP","funding_links":["https://spatie.be/open-source/support-us"],"categories":["PHP","Packages"],"sub_categories":["Tools"],"readme":"# A Laravel Nova tool to backup your application\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/nova-backup-tool.svg?style=flat-square)](https://packagist.org/packages/spatie/nova-backup-tool)\n[![Total Downloads](https://img.shields.io/packagist/dt/spatie/nova-backup-tool.svg?style=flat-square)](https://packagist.org/packages/spatie/nova-backup-tool)\n\nThis [Nova](https://nova.laravel.com) tool lets you:\n- list all backups\n- create a new backup\n- download a backup\n- delete a backup\n\nBehind the scenes [spatie/laravel-backup](https://docs.spatie.be/laravel-backup) is used.\n\n![screenshot of the backup tool](https://spatie.github.io/nova-backup-tool/screenshot.png)\n\nYou can see the tool in action in [this video on YouTube](https://www.youtube.com/watch?v=9wSi2ByavX8).\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/nova-backup-tool.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/nova-backup-tool)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Requirements\n\nMake sure you meet [the requirements for installing spatie/laravel-backup](https://docs.spatie.be/laravel-backup/v6/requirements).\n\n## Installation\n\nFirst you must install [spatie/laravel-backup](https://docs.spatie.be/laravel-backup) into your Laravel app. The installation instructions are [here](https://docs.spatie.be/laravel-backup/v6/installation-and-setup). When successfull running `php artisan backup:run` on the terminal should create a backup and `php artisan backup:list` should return a list with an overview of all backup disks.\n\nYou can install the nova tool in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require spatie/nova-backup-tool\n```\n\nNext up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvider.php\n\n// ...\n\npublic function tools(): array\n{\n    return [\n        // ...\n        new \\Spatie\\BackupTool\\BackupTool(),\n    ];\n}\n```\n\nFinally you should setup [a queue](https://laravel.com/docs/master/queues). This tool doesn't care what kind of queue as long as you don't use the `sync` driver.\n\n## Configuration\n\nYou can optionally publish the config file with:\n\n```bash\nphp artisan vendor:publish --provider=\"Spatie\\BackupTool\\BackupToolServiceProvider\" --tag=\"config\"\n```\n\nThis is the contents of the published config file:\n\n```php\n\u003c?php\n\nreturn [\n    /*\n     * Enable or disable backup tool polling.\n     */\n    'polling' =\u003e true,\n\n    /*\n     * Interval seconds between polling requests.\n     */\n    'polling_interval' =\u003e 1,\n];\n```\n\n## Usage\n\nClick on the \"Backups\" menu item in your Nova app to see the backup tool.\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.\n\n### Security\n\nIf you've found a bug regarding security please mail [security@spatie.be](mailto:security@spatie.be) instead of using the issue tracker.\n\n## Postcardware\n\nYou're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.\n\nOur address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.\n\nWe publish all received postcards [on our company website](https://spatie.be/en/opensource/postcards).\n\n## Credits\n\n- [Freek Van der Herten](https://github.com/freekmurze)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspatie%2Fnova-backup-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspatie%2Fnova-backup-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspatie%2Fnova-backup-tool/lists"}