Emanuele
Emanuele
I'm not sure it's the same feature request. #1416 is a request to select mount options after formatting in btrfs. Here I am putting forward an idea about the formatting...
The problem is that it creates a snapshot on snapshot: "timeshift-btrfs/snapshots/2017-09-05_15-00-01/@/@" You must first delete the second snapshot: sudo btrfs subvolume delete /mnt/timeshift/backup/timeshift-btrfs/snapshots/2017-09-05_15-00-01/@/@ Then remove the first one: sudo btrfs...
the bug is back, I am attaching the logs of the snapshot created the bug and the one after that. I hope it is useful [2018-03-08_14-00-01_backup.log](https://github.com/teejee2008/timeshift/files/1821696/2018-03-08_14-00-01_backup.log) [2018-03-08_17-00-02_backup.log](https://github.com/teejee2008/timeshift/files/1821697/2018-03-08_17-00-02_backup.log) [info.tar.gz](https://github.com/teejee2008/timeshift/files/1821705/info.tar.gz)  I...
Thanks for the reply. I was undecided up where to open the problem, I will report the message to that problem.
The openSUSE layout is a bit more complex. Thinking about it, maybe the quickest solution is to mount the previous installation at /mnt/old using: ``` # mkdir /mnt/old # mkdir...
After discussing with @boryas on the Fedora SIG Btrfs Matrix channel, it turns out that the mount option isn't ideal for this use case, as it adds unnecessary complexity. >...
There is a proposed change to enable the dynamic reclaim: [**[PATCH] btrfs: make periodic dynamic reclaim the default for data**](https://lore.kernel.org/linux-btrfs/[email protected]/T/#u)