Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Backup Server Laravel Package

spatie/laravel-backup-server

Receive, store, and manage encrypted backups from multiple Laravel apps on a dedicated backup server. Built on top of spatie/laravel-backup, it centralizes backup uploads, retention, and monitoring for safer off-site storage.

View on GitHub
Deep Wiki
Context7

title: Working with backups weight: 4

The backups made by this package consist of regular entries in the filesystem. Nothing is zipped (storage space is saved through deduplication and hard links), so you can easily browse the files of all backups. Just head over to the root directory of the disk you configured as the destination disk. The backups are but in separate directories per source.

To help you find the right files, we provide two commands. The first one can find files with a certain name. This is how you would look for all json files in the backups for spatie.be.

php artisan backup-server:find-files spatie.be *.json

You can even search for content. This is how you would search for all files containing the string "Taylor" in all backups for spatie.be

php artisan backup-server:find-content spatie.be Taylor
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport