Skip to main content

Questions tagged [backup]

Questions about what and how to backup your Raspberry Pi

Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

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 ...
Joel Huebner's user avatar
0 votes
0 answers
73 views

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 ...
silverhammer's user avatar
-1 votes
2 answers
814 views

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 ...
fpt's user avatar
  • 99
2 votes
4 answers
4k views

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 ...
Chris Davies's user avatar
1 vote
2 answers
476 views

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? ...
Aage Torleif's user avatar
0 votes
1 answer
57 views

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 ...
newbie-in-trouble-again's user avatar
5 votes
1 answer
9k views

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 ...
Mitch's user avatar
  • 55
-1 votes
1 answer
467 views

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 ...
Micha93's user avatar
  • 109
1 vote
2 answers
416 views

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 ...
ardendolas's user avatar
0 votes
1 answer
410 views

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 ...
Nicokofi's user avatar
  • 101
0 votes
2 answers
324 views

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, ...
s-kaczmarek's user avatar
1 vote
0 answers
626 views

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 ...
tombomlom's user avatar
2 votes
3 answers
3k views

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 ...
ParanoidPanda's user avatar
1 vote
2 answers
439 views

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 ...
Bassline Soup's user avatar
1 vote
1 answer
646 views

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, ...
Dan's user avatar
  • 11
0 votes
3 answers
11k views

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'...
UNKNOWN's user avatar
  • 99
0 votes
2 answers
538 views

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 ...
TheInternetIsNeat's user avatar
2 votes
1 answer
425 views

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-...
wewa's user avatar
  • 255
1 vote
1 answer
413 views

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. ...
upgrayyed's user avatar
0 votes
1 answer
1k views

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 ...
ianl07's user avatar
  • 9
2 votes
3 answers
578 views

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 ...
Markus's user avatar
  • 199
1 vote
3 answers
1k views

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?
Lana.nl's user avatar
  • 11
1 vote
2 answers
2k views

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 (...
Web User's user avatar
  • 119
2 votes
0 answers
162 views

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 ...
ephestione's user avatar
0 votes
0 answers
82 views

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 ...
user8481790's user avatar