After I re-read your first post and the command you used, You may need to use the Timeshift GUI to setup first. The Timeshift Wizzard.
First tell apt to release the hold on rsync:
Code:
sudo apt-mark unhold rsync
Code:
sudo timeshift-launcher
This is still on 24.10 but with a LVM2/ext4 format. (NO ZFS-Root this time)
Sorry I misunderstood you are on Noble(24.04) and not Jammy(22.04)
Mine worked on 24.10 and 24.04 with no outside sources needed. 24.10 will become 24.04.1 after it's release.
Code:
apt policy timeshift rsync
timeshift:
Installed: 24.01.1-1build2
Candidate: 24.01.1-1build2
Version table:
*** 24.01.1-1build2 500
500 http://us.archive.ubuntu.com/ubuntu oracular/universe amd64 Packages
100 /var/lib/dpkg/status
rsync:
Installed: 3.2.7-1ubuntu1
Candidate: 3.2.7-1ubuntu1
Version table:
3.3.0-1 100
100 http://us.archive.ubuntu.com/ubuntu oracular-proposed/main amd64 Packages
*** 3.2.7-1ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu oracular/main amd64 Packages
100 /var/lib/dpkg/status
A good snapshot was indeed successful:
Code:
sudo timeshift --list
Mounted '/dev/dm-1' at '/run/timeshift/35137/backup'
Device : /dev/dm-1
UUID : ff1bc2ff-170d-4e06-9b8d-2a385faae98e
Path : /run/timeshift/35137/backup
Mode : RSYNC
Status : OK
1 snapshots, 170.3 GB free
Num Name Tags Description
------------------------------------------------------------------------------
0 > 2024-05-20_10-54-27 O
And the same command you used in your first post:
Code:
sudo timeshift --create --comments "First backup" --tags B
[sudo] password for me:
Mounted '/dev/dm-1' at '/run/timeshift/25722/backup'
------------------------------------------------------------------------------
Creating new snapshot...(RSYNC)
Saving to device: /dev/dm-1, mounted at path: /run/timeshift/25722/backup
Linking from snapshot: 2024-05-23_11-00-01
Syncing files with rsync...
Created control file: /run/timeshift/25722/backup/timeshift/snapshots/2024-05-23_11-07-46/info.json
RSYNC Snapshot saved successfully (18s)
Tagged snapshot '2024-05-23_11-07-46': ondemand
------------------------------------------------------------------------------