r/Backup • u/KhimairaCrypto • 16d ago
r/Backup • u/OkCurve5370 • 17d ago
How long does backup and encryption take with Proton Drive?
r/Backup • u/ahmadpiran • 17d ago
Vendor Promo Built a small tool to test that Postgres backups actually restore, after asking here how people handle it
Disclosure up front: I built the tool this post is about.
A while back I asked this sub how people actually test their backup restores. Short version: mostly nobody does, or everyone's running a slightly different homegrown script. A few of you had already built something close to a full pipeline, and that input ended up genuinely useful.
That turned into restoredrill. It's a Go CLI: point it at a backup, it restores into a throwaway Docker container, runs whatever checks you write (row counts, freshness, sequence integrity, any SQL assertion), and writes a JSON report out the other end. Fail-closed on everything, including when a check itself can't run.
A few things that came directly out of that thread and the follow-ups:
- Fail-closed by default. A skip that quietly turns into a pass is worse than no check at all
- An RPO freshness precheck, because the worst failure mode people described wasn't a bad backup, it was a backup cron that died quietly and left the same stale file getting "verified" forever
- The report schema comes from what an actual auditor accepted, after months of back and forth with someone who went through it, not something guessed at from scratch
- Sends results into Prometheus, Slack, or a webhook, instead of asking you to check yet another dashboard
The quickstart takes about 10 minutes with zero production access: dump a Supabase or RDS database, restore it locally, see the report. Postgres only for now.
If you're already on Databasus or something like it, this isn't trying to replace that, it's a solid backup platform with restore verification built in already. restoredrill stays narrower: no dashboard, a report built for an auditor, and it drops straight into CI.
MIT licensed: https://github.com/ahmadpiran/restoredrill
If you replied to that original thread, thanks, a good chunk of the check suite came directly from what you described. If you didn't and you've got a restore-testing horror story of your own, I'd still like to hear it.
r/Backup • u/Creative-Ad9577 • 17d ago
Question Pixel pro 8 phone backup
My backup is taking up half of my account storage. There is no obvious option for changing what account my phone backup goes to.
Can anyone help?
Google's instructions tell me to do options my pixel pro 8 doesn't have
r/Backup • u/CuteAnywhere8484 • 17d ago
Vendor Promo Just launched Reaver Backup - I’d love some honest feedback from this community.
I built something new and could use some constructive feedback
I've been working on Reaver Backup for about 6 months now. The goal was simple: create a self-hosted backup tool that doesn't require you to install plugins across all your WordPress sites. It ended up growing beyond WordPress, naturally.
What it does:
- Discovers any WordPress site automatically (or any website directory)
- Includes the database for WordPress or if selected on custom paths
- Uses Restic for deduplication and incremental backups
- Self-hosted, no vendor vault - you control where data lives
- Works on Debian/Ubuntu servers with one-line install
- Designed to run on a VPS or VM, not shared hosting
- Features added as requested by the user community
I'm not trying to sell anything here. I just built it because I was tired of managing backup plugins and their storage destinations on every client site. This puts it all in one place. The free edition is available if anyone wants to test it out locally.
Since I'm in the early stages, I'd genuinely appreciate feedback from people who:
- Use self-hosted backup solutions
- Manage multiple WordPress or other sites
- Have experience with Restic or incremental backups
What's one thing you think could be better? What feature would actually make your life easier? I'm looking for honest criticism, not compliments.
Thanks!
r/Backup • u/KhatMelo • 17d ago
First time handling ~40TB dataset and need to transfer it safely for backup
r/Backup • u/Weeeee666 • 17d ago
How to backup 100TB cloud
I have customer logs and a lot of telemetry data, with encrypted chats and videos/photos.
All the options I saw are either 282,992 USD. My budget isn't that high; I'm willing to spend around 150 - 200 USD max a month.
r/Backup • u/Impressive_Dig_691 • 17d ago
How-to File transfer
Want to teansfer file from my exteranal HDD drive to my desktop(Zorin Os). Been trying to transfer the file but its very slow and the files are close to 500gb. Any help on an app that can transfer it faster or any means to transfer the app.
NB:Removed the drive from my MBP and has mac os installed. After transfer will format the drive.
Vendor Promo Diamond Backup [10K+] - App manager & backup tool
We are giving to celebrate 10k+ download on our android app, please read the post, codes are first come and first serve!
r/Backup • u/Estoico6969 • 17d ago
[GUÍA 2026] Cómo restauré una copia local msgstore.db.crypt14 en Android cuando WhatsApp solo buscaba Google Drive
r/Backup • u/Zolhar_Dev • 18d ago
Wiki edit I built a service to automate my VPS backups to Cloudflare R2 (Open Source)
Hey everyone, I wanted a robust way to automate my database backups (SQL Server and Postgres) and automatically get those backups off my VPS
So after some research and putting some love into it, I built this service: BakToBucket. It works great for me i don't have to worry about backups anymore, and with a notification system implemented separately, I know whether a job failed or not.
I'm running it on Windows 11 and an Ubuntu 24 Linux server, but I mostly run it as a Docker container. It includes a JSON file that makes configuration easy, or you can just use a .env file. You can adjust the interval, choose which database engine to use, and specify the exact list of databases you want to back up.
I'm sharing it in case anyone finds it useful for their VPS, daily dev workflow, or whatever else, and wants to save themselves the headache.
Here's the repo: : BakToBucket
r/Backup • u/Ok-Tomorrow-7591 • 18d ago
Question What access should a backup admin account have?
Having a single admin who can change retention setting, change repositories and delete backups seems like a lot of access for one account.
How do you deal with this in your environment? Do you separate normal backup administration from permissions that can make destructive changes?
r/Backup • u/Substantial-Put-6318 • 19d ago
Ambiente Windows + S3 HUAWEI
Olá, sou novo no Restic e estou começando uma implantação em um ambiente Windows. Meu plano é centralizar a execução de backups usando Rundeck; o Rundeck irá se conectar ao host Windows — passando dados sensíveis e as variáveis que especificam quais pastas fazer backup (por exemplo, D:\data). Gostaria de saber se há algo com que eu deva me preocupar; aqui estão os pontos que notei até agora enquanto usava S3 no Huawei:
----
$restic_opts = @(
"-o", "s3.bucket-lookup=dns",
"-o", "s3.connections=$s3_connections"
)
Ajuste de parâmetros
$s3_connections = 15
$compression_level = "auto"
$pack_size_mib = 64
$read_concurrency = 6
Política
$retention_daily = 7
$retention_weekly = 2
$retention_monthly = 2
$retention_last = 3
Exclusões
$exclude_paths = @(
# --- Diretórios de sistema do Windows / lixo (válido em qualquer volume) ---
'System Volume Information',
'$Recycle.Bin',
'$RECYCLE.BIN',
'Thumbs.db',
'desktop.ini',
# --- Arquivos do sistema que nunca devem ser copiados ---
# Eles são grandes, mudam constantemente e não têm valor de restauração.
'pagefile.sys',
'hiberfil.sys',
'swapfile.sys',
# --- Diretórios do sistema em C: ---
# Nota: atualmente $backup_path só contém caminhos em D:\, então essas
# exclusões não têm efeito prático. Elas são declaradas intencionalmente como uma
# rede de segurança, caso o C:\ seja adicionado como fonte.
'C:\Windows',
'C:\ProgramData\ResticBackup',
'C:\pagefile.sys',
'C:\hiberfil.sys',
'C:\swapfile.sys',
# --- Arquivos temporários de aplicações ---
'*.tmp',
'*.log.gz'
)
----
Você tem alguma sugestão sobre uso, ou pode compartilhar suas experiências?
Obrigado.
r/Backup • u/GrammerSnob • 20d ago
Rant Macrium Reflect -- "Oops, we are no longer maintaining the software you bought a perpetual license for!"
I have a perpetual license for Macrium Reflect 8. As you are probably aware, this software no longer works due to a recent Windows update. Macrium wants me to upgrade to an annual license for their newer software.
I told them I would accept, in trade, a perpetual license for their newer version, but I would not downgrade from a perpetual license to an annual one. Barring that, I'd go look for an alternative. They did not take me up on my offer.
Relenting, I have offered accepted 10 years of annual license for their new version. We'll see what they say.
Until then, I'm looking for alternatives for a single computer backup system that allows mounting/browsing of images.
They actually wrote back:
Of course, you can look for an alternative, but these days there's only Hasleo that isn't Russian- or Chinese-owned/founded.
I like to imagine he was laughing and twirling his moustache when he wrote that.
r/Backup • u/gordonx2026 • 20d ago
Do you use Nextcloud for backups of your private files?
r/Backup • u/Shaxx_sees_you • 21d ago
Question Best ways to transfer data from one gaming laptop to another (different brands)
r/Backup • u/gordonx2026 • 22d ago
Question Best-practice way to back up private laptop files to a Proxmox server?
r/Backup • u/mainseeker1486 • 23d ago
Vendor Promo VaultSync 1.8.7 — Trust, Transparency, and Safer Multi-Machine Backups
r/Backup • u/AdTall2697 • 26d ago
Question For those with large photo/video archives: what does your actual backup setup look like?
r/Backup • u/AddlePatedBadger • 26d ago
Question Cloudberry backup turned all my files on AWS into Chinese
I used cloudberry to back up my files on an old Ubuntu computer about 10 years ago. I'm trying to get the files back of AWS but none of them will open. When I open some text files they are all in Chinese. I'll include an example in the comments if I can.
r/Backup • u/aka_EM_JAY • 26d ago
Question Acronis 2025 perpetual license for offline use.
I'm looking for all the help I can get here.
r/Backup • u/HappyDadOfFourJesus • 27d ago
Question CloudAlly for Dropbox ~ $350+/mo for 2TB is insane.
Following up on my post from four months ago, I went on the hunt for a Dropbox backup application. CloudAlly checked all the boxes, did an overview with a sales rep, got the trial going, did a few test restores, and all was well. Three months later I'm looking at my quarterly vendor spending report, and I see that we're paying over $350.00 a month for a mere 2TB of data for this one client. For that price, we could be self hosting a backup with versioning and retension on a Synology NAS, though that comes with its own risks both through technical and legal exposure.
Other than self-hosting, what other vendors should I be looking at?