Hello!
I’ve been trying to get timeshift
setup & working following this endeavous tuotrial.
Unfortunately, I’m stuck at the part where I have to actually make a backup.
Using sudo timeshift --create
gives me:
Using system disk as snapshot device for creating snapshots in BTRFS mode
Mounted '/dev/nvme0n1p6' at '/run/timeshift/58641/backup'
Creating new backup...(BTRFS)
Saving to device: /dev/nvme0n1p6, mounted at path: /run/timeshift/58641/backup
Created directory: /run/timeshift/58641/backup/timeshift-btrfs/snapshots/2022-08-29_23-50-23
E: ERROR: cannot snapshot '/run/timeshift/58641/backup/@': Text file busy
E: btrfs returned an error: 256
E: Failed to create subvolume snapshot: @
Failed to create snapshot
------------------------------------------------------------------------------
Removing snapshots (incomplete):
------------------------------------------------------------------------------
Removing snapshot: 2022-08-29_23-48-50
Deleted directory: /run/timeshift/58641/backup/timeshift-btrfs/snapshots/2022-08-29_23-48-50
Removed snapshot: 2022-08-29_23-48-50
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Removing snapshot: 2022-08-29_23-49-43
Deleted directory: /run/timeshift/58641/backup/timeshift-btrfs/snapshots/2022-08-29_23-49-43
Removed snapshot: 2022-08-29_23-49-43
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Removing snapshot: 2022-08-29_23-50-23
Deleted directory: /run/timeshift/58641/backup/timeshift-btrfs/snapshots/2022-08-29_23-50-23
Removed snapshot: 2022-08-29_23-50-23
------------------------------------------------------------------------------
E: Failed to remove directory
Ret=256
Found stale mount for device '/dev/nvme0n1p6' at path '/run/timeshift/58641/backup'
Unmounted successfully
Looking around, I came across similar issues at in particular, this stackexchange seemed to answer my question.
I’ve got hibernation enabled, with a swapfile I created with this endeavousos tutorial.
That seems to have gotten an update addressing the swapfile issuie.
I’m just making sure here before I make changes to my system, to have both snapshots & a swapfile. I’ll need to move my swapfile from the @
subvolume, to a seperate @swap
subvolume correct?