You are not logged in.
EDIT: Timeshift was just not worth it, snapper+btrfs assistant do what I need
I recently converted an existing ext4 install to a btrfs install, and everything went smoothly. However, I cannot get timeshift backups to work. I am also using systemdboot rather than grub if that matters, here's everything I can think to include to help diagnose the issue. Anything would be appreciated, have to be missing something.
Timeshift
[jonah@arch] ~ ¥ sudo timeshift --check verbose
Using system disk as snapshot device for creating snapshots in BTRFS mode
Mounted '/dev/nvme0n1p1' at '/run/timeshift/3961/backup'
Weekly snapshots are enabled
Last weekly snapshot not found
E: Selected snapshot device is not a system disk
E: Select BTRFS system disk with root subvolume (@)Subvolumes
[jonah@arch] ~ ¥ sudo btrfs sub li /
[sudo] password for jonah:
ID 448 gen 4637 top level 5 path @
ID 449 gen 4637 top level 5 path @home
ID 450 gen 4496 top level 5 path @games
ID 451 gen 4496 top level 5 path @music subvolume show root
[jonah@arch] ~ ¥ sudo btrfs subvolume show /
@
Name: @
UUID: b1b4ae92-668e-ec43-8753-a4196a4e8af9
Parent UUID: -
Received UUID: -
Creation time: 2023-05-03 17:18:57 -0400
Subvolume ID: 448
Generation: 4698
Gen at creation: 4472
Parent ID: 5
Top level ID: 5
Flags: -
Send transid: 0
Send time: 2023-05-03 17:18:57 -0400
Receive transid: 0
Receive time: -
Snapshot(s):
@/.snapshots/1/snapshotfstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme1n1p1
#root
UUID=170bf313-08f6-4bf1-a8e0-2e32a1e37665 / btrfs subvol=@,defaults,noatime,space_cache,autodefrag,compress=zstd 0 1
#home
UUID=170bf313-08f6-4bf1-a8e0-2e32a1e37665 /home btrfs subvol=@home,defaults,noatime,space_cache,autodefrag,compress=zstd 0 0
#music
UUID=170bf313-08f6-4bf1-a8e0-2e32a1e37665 /music btrfs subvol=@music,defaults,noatime,space_cache,autodefrag,compress=zstd 0 0
#games
UUID=170bf313-08f6-4bf1-a8e0-2e32a1e37665 /games btrfs subvol=@games,defaults,noatime,space_cache,autodefrag,compress=zstd 0 0
# boot
UUID=D078-687C /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
#games2(copy over)
UUID=d83209f8-0c1d-4a86-a8c8-32053f0c6b01 /home/jonah/Games/GameDrive/ ext4 rw,relatime 0 2arch.conf
title Arch
linux /vmlinuz-linux-zen
initrd /amd-ucode.img
initrd /initramfs-linux-zen.img
options root=UUID=170bf313-08f6-4bf1-a8e0-2e32a1e37665 rootflags=subvol=@ quiet splash Last edited by 4:3 (2023-05-04 05:15:11)
Offline