Questions tagged [backup]
Backing up is the process of making copies (a backup) of data which may be used to restore the original after a data loss event.
1,453 questions
-1 votes
0 answers
36 views
How do I clone an encrypted Ubuntu 24 LTS install to a bigger disk, and then boot from that?
I have a computer with a 1000GB nvme and a 500GB nvme. I installed and fully setup the 500GB with Ubuntu 24 LTS, and all my apps. I chose LVM and encryption in the Ubuntu installer, and then created ...
0 votes
2 answers
29 views
Saving youtube videos after a date range
I'd like to know the steps I need to take to use youtube-dl to backup my youtube videos after a certain date range. I see commands that can be written but do not know how to get in to youtube-dl so ...
0 votes
1 answer
55 views
What can I do to make my super simple rsync backup strategy faster and more efficient?
I have an old Lenovo ThinkCentre to which I have attached a dual-bay, USB hard drive enclosure. The two hard drives are independent from each other (i.e., no RAID). I have them mounted like so: /mnt/...
2 votes
2 answers
79 views
BTRFS backup using send/receive: exclude files from the backup
Most backup solutions save files that are not needed for individual file restore, e.g. caches. To avoid this, subvolumes can be used, but are restricted to subtrees. Full backup is more arduously then....
1 vote
2 answers
51 views
Atomic snapshots for BTRFS
In the context of backups, a snapshot is atomic to ensure a quite consistent set of files. If two subvolumes are used, e.g. @root and @home, they might differ the longer the time is between the ...
8 votes
5 answers
1k views
How to clearly indicate a device is not mounted
Is it a good idea to add an empty file, say a file called NOT_MOUNTED, into mountpoint directory when the backup storage device is not mounted? Or will this be confusing? Is a symlink better, that ...
0 votes
1 answer
209 views
How do I set my SSH password/key for Pika Backup?
I made an account with rsync.net for backups but am having issues setting them up with the GNOME Project's Pika Backup. I set the location as: ssh://<username>@<username>.rsync.net/~/...
5 votes
1 answer
295 views
Error 44 trying to rsync over ssh on Synology DSM
This is a bit long winded but I want to give as much information as I can. I have a Synology NAS running DSM 7.2.2: steve@NAS:/volume1/docker/backuppc-mdns$ cat /proc/sys/kernel/syno_hw_version DS223j ...
0 votes
1 answer
70 views
What permissions should the applicaton data for KDE's Spacebar have?
I attempted to backup and restore the data for Spacebar within my Debian installation. However, it does not appear to work properly. I think I must have accidentally changed the permissions. Are ...
0 votes
3 answers
293 views
Cloning a Linux disk containing LVM logical volumes
I have a GNU/Linux installation with an unencrypted primary partition (boot partition) and a LUKS primary partition containing two LVM logical volumes (root filesystem and swap space): /dev/sda1: (...
0 votes
0 answers
87 views
Cloning Linux installation to another drive
I've backed up a Fedora 42 installation using tar, and now I am trying to restore the backup to a different drive on the same system, basically cloning the original installation. The original ...
2 votes
1 answer
133 views
rsync script for incremental backup which continues unfinished jobs
I have a script which does incremental backups with rsync (script 1). I tried to add the feature to continue unfinished jobs in another script (script 2) but this version does a full copy of the ...
3 votes
1 answer
296 views
How do I backup/restore data from KDE's Spacebar?
I want to backup my messages within KDE's Spacebar so that I may do a full system reinstallation. How can I backup my messages and restore them into a new installation?
0 votes
1 answer
84 views
How can I create a full system backup of my Librem 5 using jumpdrive?
I would like to backup my Librem 5 using jumpdrive. How can I create a full system backup of my Librem 5 using jumpdrive?
0 votes
0 answers
50 views
Can I complete a full system backup with Deja Dup?
I am attempting to complete a full system backup of my Librem 5. Can I utilize Déjà Dup to back up my entire system? Deja Dup is preinstalled on the system as 'Backups'. I want to include app data—...