-
Notifications
You must be signed in to change notification settings - Fork 144
Description
At present, timeshift apparently must be configured to send backups to a partition, by device name, e.g. /dev/sda4
man mount mentions that device names are unstable, particularly for removable media, and that other approaches should be used. (I use the LABEL= option a lot.) Offsite backup, of course, requires removable media.
I am currently experimenting with using a symlink - /dev/sda4 (/home) has a symlink to /mnt/backups/timeshift. (/mnt/backups is currently /dev/sdc2, which is on an SSD connected via USB.) This appears to work BUT... very slowly. Perhaps aggravated by the fact that /dev/sda4 is an ext4 partition while /mnt/backups is a btrfs partition and the timeshift folder there has compression turned on. The snapshot currently in progress is estimated to complete in another 878 hours... yes I really mean over a month.
I've also tried keeping minimal snapshots on /dev/sda4 and backing them up to the removable device using backintime... but that seems like redundant processing and inherently slower than the symlink approach should be. (Considerably faster than it appears to be.)