Trending

#BackUps

Latest posts tagged with #BackUps on Bluesky

Latest Top
Trending

Posts tagged #BackUps

Post image

New blog post: rclone Backblaze B2 Cloud Backup

I wrote a thing about a thing. I hope it helps you. Enjoy!
#rclone #Backblaze #BackblazeB2Cloud #backups

www.androidsdream.net/posts/rclone...

1 0 0 0
Oh Shit

Oh Shit

Oh Shit

#database #production #Droptable #Backups #Career-endingmistake

https://programmerhumor.io/database-memes/oh-shit-8h1t

0 0 0 0
Post image

#maxcluster explains: Was macht #Backups unbesiegbar? 🛡️

Immutable & Offsite-Backups sind nun Standard bei uns – kostenlos! 

🔒 Unveränderlich & sicher vor Ransomware.
🌍 Geografisch getrennt.

Warum das so wichtig ist? Ein Thread... 👇

#ECommerce #Security #Hosting

0 0 1 0
Post image Post image

Hey, everyone! 👋🏼
Check out the first screen of the backup site.
#webdesign #portfolio #backups #uxui

2 0 1 0
Laravel Backup v10: serializable events, resilient multi-destination backups, and more We just released v10 of [laravel-backup](https://spatie.be/docs/laravel-backup), our package that creates backups of your Laravel app. The backup is a zip file containing all files in the directories you specify, along with a dump of your database. You can store it on any of the filesystems Laravel supports, and you can even back up to multiple disks at once. We originally created this package after [DigitalOcean lost one of our servers](https://freek.dev/374-today-digitalocean-lost-our-entire-server). That experience taught us the hard way that you should never rely solely on your hosting provider for backups. The package has been actively maintained ever since. ## Taking backups With the package installed, taking a backup is as simple as running: ```bash php artisan backup:run ``` This creates a zip of your configured files and databases and stores it on your configured disks. You can also back up just the database or just the files: ```bash php artisan backup:run --only-db php artisan backup:run --only-files ``` Or target a specific disk: ```bash php artisan backup:run --only-to-disk=s3 ``` In most setups you'll want to schedule this. In your `routes/console.php`: ```php use Illuminate\Support\Facades\Schedule; Schedule::command('backup:run')->daily()->at('01:00'); ``` ## Listing and monitoring backups To see an overview of all your backups, run: ```bash php artisan backup:list ``` This shows a table with the backup name, disk, date, and size for each backup. The package also ships with a monitor that checks whether your backups are healthy. A backup is considered unhealthy when it's too old or when the total backup size exceeds a configured threshold. ```bash php artisan backup:monitor ``` You'll typically schedule the monitor to run daily: ```php Schedule::command('backup:monitor')->daily()->at('03:00'); ``` When the monitor detects a problem, it fires an event that triggers notifications. Out of the box the package supports mail, Slack, Discord, and (new in v10) a generic webhook channel. ## Cleaning up old backups Over time backups pile up. The package includes a cleanup command that removes old backups based on a configurable retention strategy: ```bash php artisan backup:clean ``` The default strategy keeps all backups for a certain number of days, then keeps one daily backup, then one weekly backup, and so on. It will never delete the most recent backup. You'll want to schedule this alongside your backup command: ```php Schedule::command('backup:clean')->daily()->at('02:00'); ``` ## What's new in v10 v10 is mostly about addressing long-standing community requests and cleaning up internals. The biggest change is that all events now carry primitive data (`string $diskName`, `string $backupName`) instead of `BackupDestination` objects. This means events can now be used with queued listeners, which was previously impossible because those objects weren't serializable. If you have existing listeners, you'll need to update them to use `$event->diskName` instead of `$event->backupDestination->diskName()`. Events and notifications are now decoupled. Events always fire, even when `--disable-notifications` is used. This fixes an issue where `BackupWasSuccessful` never fired when notifications were disabled, which also broke encryption since it depends on the `BackupZipWasCreated` event. There's a new `continue_on_failure` config option for multi-destination backups. When enabled, a failure on one destination won't abort the entire backup. It fires a failure event for that destination and continues with the rest. Other additions include a `verify_backup` config option that validates the zip archive after creation, a generic webhook notification channel for Mattermost/Teams/custom integrations, new command options (`--filename-suffix`, `--exclude`, `--destination-path`), and improved health checks that now report all failures instead of stopping at the first one. On the internals side, the `ConsoleOutput` singleton has been replaced by a `backupLogger()` helper, encryption config now uses a proper enum, and `storage/framework` is excluded from backups by default. The full list of breaking changes and migration instructions can be found in the [upgrade guide](https://github.com/spatie/laravel-backup/blob/main/UPGRADING.md). ## In closing You can find the complete documentation at [spatie.be/docs/laravel-backup](https://spatie.be/docs/laravel-backup) and the source code [on GitHub](https://github.com/spatie/laravel-backup). This is one of the many packages we've created at [Spatie](https://spatie.be). If you want to support our open source work, consider picking up one of [our paid products](https://spatie.be/products).

🌟 Laravel Backup v10: serializable events, resilient multi-destination backups, and more
#php #laravel #package #spatie #backups

2 0 1 0

LOLOL - In Docs

* Backup Strategy

Bad things will happen to your server. Sooner or later.

#Truth #SysAdmin #BackUps

0 1 0 0
Original post on bildung.social

Gibt es da Alternativen für iOS-#Backups außer in #iCloud? Nextcloud bei Hetzner 1TB ebenfalls vorhanden.

#Email stelle ich nach und nach um auf mailbox.org, habe das Konto dort aufgeladen und bezahle gerne regelmäßig dafür.

Lokale Sportvereine der Kids setzen meist auf WhatsApp. Arbeite […]

0 1 2 0
Original post on news.networktigers.com

SonicWall lawsuit challenges shared security responsibility An alleged API flaw, predictable serial numbers, and a disclosure reversal have put cloud firewall backup security under scrutiny. A laws...

#All #Articles #Cyber #Soapbox #Network #Knowhow […]

[Original post on news.networktigers.com]

0 0 0 0

Lesson: Backups and Redundancy aren't optional

#matodon #backups #linux #homelab #selfhosting

1 0 0 0
Original post on social.anoxinon.de

Liebe #it Menschen. Ich bräuchte mal #fedipower von euch. Ich suche einen #cloudspeicher Anbieter auf den ich #backups ablegen kann. Dabei möchte ich selbst bestimmen, was wann mit welcher #verschlüsselung übertragen wird. Am liebsten ist mir, wenn ich den Speicher einfach mounten kann um ihn […]

0 1 0 0
The Seven Laws Of Computing

The Seven Laws Of Computing

The Seven Laws Of Computing

#Backups #linux #windows #sysadmin #devops

programmerhumor.io/devops-memes/the-seven-l...

1 0 2 0
Screenshot of Signal online backup function

Screenshot of Signal online backup function

1/ Online #backups: Since last year, #Signal offers encrypted online backups. All messages as well as media files from the last 45 days can be saved on Signal servers for free, and retrieved in case your phone breaks or is lost. That's a massive #usability […]

[Original post on eupolicy.social]

2 1 1 0
Stop lying about your backups.

Stop lying about your backups.

Stop lying about your backups. 🛑

Green checkmarks mean nothing if restores fail.

We treat 4 symptoms using Plakar (Open Source):
1. Amnesia (Context loss)
2. Paranoia (Encryption)
3. Dependency (Lock-in)
4. Waste (Bills)

youtu.be/Su8USwG7tWc

#DevOps #OpenSource #Plakar #Backups

2 0 0 0
Original post on mastodon.online

Golem-Leser berichten über ihre Wege zu mehr digitaler #Souveränität.

Viele meiden US Dienste und setzen auf #Mastodon, #Threema, #Signal oder self gehostete Lösungen wie #Nextcloud. Der Umstieg gelingt oft, erfordert aber Zeit und passende #Alternativen.

Herausforderungen entstehen bei […]

0 3 1 0
Post image

Is your Android device set up properly to back up all of your precious data? How about your photos and videos? Here's a primer on how to get it all configured correctly before it becomes a crisis: www.askdavetaylor.com/how-can-i-ba... #android #backups

1 0 0 0

#Homelab people friendly reminder to test your #backups and DR plans.

I'm simulating full #k8s cluster failure today.

I'm doing a full test restore of my k8s cluster today and found some gaps. Had this been a real disaster I would have lost important data.

2 1 0 1

Wie oft löscht ihr die #TimeMachine #Backups eures Macs?

Ich hab die Backups meines #MacBook Air M2 noch vom ersten Tag auf der externen SSD. Jetzt wird leider so langsam der 1TB Speicher eng. Macht es sinn die Backups von vor Jahren aufzuheben?

0 0 0 0

And it's back, somehow the failed #RAM caused a whole mess and MySQL rolled itself back to some earlier state once replaced and rebooted despite doing a clean restart to troubleshoot, thankfully I do daily #backups and took a #backup before raising the intervention that had the current data 😅

0 1 1 0
Post image

Get ready for some heavy lifting 💪
DBA3: PostgreSQL Backups & Replication starts next week.

Learn from Stefan Fercot — senior PostgreSQL practitioner and pgBackRest contributor.

👉 Register now:
dataegret.com/courses-post...

#PostgreSQL #DBA #Backups #Replication #HighAvailability

0 0 0 0
Post image

Don’t miss DBA3: PostgreSQL Backups & Replication 🚀
5 live online sessions to level up your PostgreSQL backup & replication skills — taught by senior DBAs with 15+ years of Postgres experience.

👉 Register: dataegret.com/courses-post...

#PostgreSQL #DBA #Backups #Replication

0 0 0 0
Post image Post image Post image Post image

DEVONthink 4 supports automatic versioning, quietly saving snapshots of your documents as you work. But sometimes you may want more control. That's where DEVONthink 4.2 Cassini's named versions come in. Here's how to use them. #devonthink #versioning #backups #notetaking buff.ly/xlip0jE

3 0 0 0
Post image

2026 is already flying by... Have you tested the #restores of your #backups yet?

If not, now is as good a time as any 😉

1 0 0 0
Preview
The 3-2-1 Backup System: My Low-Tech Security Blanket (Minus the Forbidden Words) - Roger Hyttinen Author A casual, real-life guide to the 3-2-1 backup system—why it matters, how I actually use it, and how to protect your files without losing your sanity.

Fresh on my blog: the 3-2-1 backup system — my low-tech security blanket for digital peace of mind (no forbidden words needed). 💾 buff.ly/wx2cgJe #BlogPost #TechTips #Backups #AmWriting #DigitalSafety

0 0 0 0

Pourquoi les installeurs debian :debian: , fedora :fedora: etc (non pas arch :archlinux: ) proposent pas de mettre en place immédiatement la sauvegarde distante vers le serveur de sauvegarde ?

Oui oui envoie un patch tout ça.

Mais est-ce que quelqu'un a déjà eu l'idée ?

0 0 0 0
Post image

Dein Shop läuft – aber was, wenn plötzlich Daten verloren gehen oder manipuliert werden? 😲

Wir wollen wissen: Wie sicher fühlst du dich aktuell mit deinen E-Commerce-Backups?

✅ Sehr sicher
🙂 Eher sicher
⚠️ Eher unsicher
😟 Unsicher

#ECommerce #Backups #ImmutableBackups #Datensicherheit #maxcluster

0 0 1 0
Preview
GitHub - edeckers/bareos-factory: Unofficial multi-architecture Docker images and compiled .deb packages for Bareos Unofficial multi-architecture Docker images and compiled .deb packages for Bareos - edeckers/bareos-factory

I've been using Bareos for backup for a while now, but couldn't find a well-maintained Docker solution that fit my needs. So I built my own: github.com/edeckers/bareos-factory

Multi-arch (amd64,arm64), Debian-based, pre-compiled .deb packages.

#Bareos #Docker #SelfHosted #Debian #Backups

1 0 0 0
Post image

Definitely adding this one to the repertoire. #IT #Backups #ITHumor

1 0 0 0
Preview
6 things RAID does not protect you from “Among new NAS buyers, and perhaps even older users too, RAID is one of the most misunderstood aspects of network storage. In a multi-drive setup, you have

6 things RAID does not protect you from

See gadgeteer.co.za/6-things-rai...

#backups #RAID #selfhosting #technology

0 0 0 0
Post image Post image Post image Post image

Considering I thought I'd thrown most of my pirate tapes away around 2005 (MUCH to my eternal regret), when put with the others I had, I do still have quite a few still to hand. #ZXSpectrum #RetroGaming #BackUps

3 0 0 0
Preview
Abenteuer Neuland - Backups the_gentlymad_scientist mit bison als Gast versuchen Backups und Backup strategien verständlich zu erklären.

Ich bin am Dienstag, 13. Januar 2026 um 20:00 bei @gentsci.bsky.social zu Gast mit einer neuen folge Abenteuer Neuland und wir versuchen das thema Backups aufzuarbeiten.
spielmannspiel.com/socialmediar...

#abenteuerneuland #backups #vidcast #twitch #twitchde

4 3 0 0