Questions tagged [backup]
Questions about what and how to backup your Raspberry Pi
185 questions
0
votes
0
answers
43
views
Deja-Dup on Raspberry Pi 5b-16gb
I'm unable to get deja-dup to authenticate to my Google Drive:
After launching from a non-root command line, I get this set of errors.
It does NOT AUTHENTICATE to my drive! It is on both my Pi4-8 and ...
0
votes
0
answers
73
views
New SSD on Raspberry PI
I am trying to add a new 8TB SSD (connected by SATA to USB Enclosure) to my Raspberry Pi 4, to use it as a Backup of my 8TB media drive from the PC. I would set this up using openmediavault.
I did ...
-1
votes
2
answers
814
views
"Is borg working on the server?" [closed]
I'm trying to setup an automated backup system to backup my Raspberry Pi's data to my Mac Mini. However, calling neither borg init nor borg create from the RPi to the remote Mac Mini repo host seems ...
2
votes
4
answers
4k
views
Are backups using dd if=/dev/mmcblk0 safe and consistent?
Conventional wisdom has it that creating backups by using dd if=/dev/mmcblk0 ... from a live filesystem is prone to error. Changing a filesystem that's being copied as an image will result in a ...
1
vote
2
answers
476
views
Recreate SD card from separate boot and rootfs partitions
I backed up my SD card incorrectly. Instead of making a full copy of the SD card I backed up the boot and rootfs partitions separately. How do I recreate the SD card image with the separate files?
...
0
votes
1
answer
57
views
Rescue file from backup
I made test backup from my Raspberry sd-card to usb-stick using SD Card Copier and now i need to rescue one text file from it.
Earlier when i plugged it in, it said "unrecognized format" or ...
5
votes
1
answer
9k
views
How to backup entire Raspberry pi SD card over network?
There are several questions like this but they are a bit old.
I have a pi zero running Raspbian. The pi is enclosed in a metal case (don't worry, it's vented) and I can only access the SD card by ...
-1
votes
1
answer
467
views
e2fsck on Raspberry Pis
I need to run e2fsck on the raspberry pi, because I want to create a shrinked Backup. I have mounted an external server inside /mnt/BACKUP. There I have created an bash script. It will first create a ...
1
vote
2
answers
416
views
Copy my setup from a non-booting SD card to a fresh USB install
Alright, long story short, I've been running a copy of Raspbian Lite for a while on a RPi 4, off a MicroSD card. I'm using it along with a couple of USB3 drives as a makeshift NAS, where I store my ...
0
votes
1
answer
410
views
Shrinking image file I cant open [duplicate]
I have a certain custom Raspbian image downloaded from the internet for a project which I need to use. The file is a little less than 32 GB and I am having issues getting a card which can fit that ...
0
votes
2
answers
324
views
Can preserve LVM partitions while changing sd card and os?
I want to make a NAS storage with Raspberry Pi and attached drive. I would like to create partitions on my drive with LVM, but I'm afraid, that once my sd card with os breaks, I will lose my all data, ...
1
vote
0
answers
626
views
Raspberry 4 - NAS, slow copying over the network
Raspberry 4 - NAS, slow copying over the network
I have problem with copying backup speed over network, currently only 30MB/s.
How can I confirm that this is the maximum data backup speed?
I tested ...
2
votes
3
answers
3k
views
MySql backup database every night
I have service and MySql database on my Raspberry Pi 2B. Yesterday, my SD card in my phone died.
I started thinking about database backup on my Raspberry Pi.
Anybody have any experience with this? I ...
1
vote
2
answers
439
views
Backup Pi onto same SD card, different partition
I am wondering if it is possible to:
Partition an SD card into two (or three including boot partition)
Install PiOS on one partition that it boots on
Boot the Pi and make various software adjustments ...
1
vote
1
answer
646
views
Backup with dd super slow when run as root
I have a simple script that backups Raspbian to a network share:
sudo dd if=/dev/mmcblk0 of="/mnt/NAS/backup.img"
When I manually run the script with sudo ./backup.sh, everything is fine, ...
0
votes
3
answers
11k
views
copy sd card through terminal
I'm trying to back up my retro pie SD card in case of corruption, but Retro pie does not have a desktop environment, so can't use the sd card copier tool. Is there some terminal command to do this? I'...
0
votes
2
answers
538
views
How to clone Raspbian installation stored on SD card to a desktop computer?
I have the following setup:
A SD card with Raspbian installed, that is to configured for my preferences.
A Raspberry Pi 4 using the above SD card.
A desktop computer with an Intel i3 2310M-processor ...
2
votes
1
answer
425
views
Failed to start Load Kernel Modules after rsync restore
After restoring the whole raspbian system using rsync, I get following errors during boot.
systemd[1]: systemd-modules-load.service: Main process exited, code=exited, sta...
systemd[1]: systemd-...
1
vote
1
answer
413
views
Back up system to hdd
I have a hdd connected to one of my raspberry pi’s that is on raspbian, now I would like to be able to backup my Linux machines 2 or more to that hdd on a regular basis to help with system restores. ...
0
votes
1
answer
1k
views
Pi4 backup/restore of /rootfs partition from bkup_rpimage
I've done a bkup_rpimage onto a USB3 drive using:
https://github.com/lzkelley/bkup_rpimage
From: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=12079
But try as I may, I haven't found ...
2
votes
3
answers
578
views
Retrieve data from several Raspberry Pi disk images
I have about 40 Raspberry Pi SD-Card backups, dating back several years, with different projects, some of which I barely remember. As they are clogging up my harddrive (400+ GB), I would like to ...
1
vote
3
answers
1k
views
Can I mount an USB stick (ext4) and create a backup of the Pi using the dd command?
I want to use the following command:
sudo dd if=/dev/mmcblk0 of=/mnt/myBackup.img bs=1M
What if the USB drive was formatted to vfat?
1
vote
2
answers
2k
views
Periodic backup of Rpi3 Stretch SD card
Starting with a pristine install of Raspbian Stretch on a 16GB SD card, I plan to set up various sets of software packages. I would like to start with a baseline install and create a restore-point (...
2
votes
0
answers
162
views
Create a minimal system backup, with personal files and configuration parameters, for cloud upload
There are currently many tools that let you fully backup a running Raspberry into either a clone device (SD/pendrive), like rpi-clone, or to a series of rsync incremental backups (RaspiBackup by framp ...
0
votes
0
answers
82
views
My Raspberry Pi crashed after pulling out USB drive from it
My Raspberry Pi's OS is Raspbian Stretch Lite. My Raspberry Pi crashed after pulling out USB drive from it. I'm not able to access it via SSH. I have connected the SD card of my Raspberry Pi to my ...