SampsonF

Results 16 comments of SampsonF

Thank you! Yes, I tried. When target disk is not connected, btrbk.service will logged as failed in journal but local snaps are indeed created. Yes, btrbk snapshot and btrbk resume...

I changed my btrbk.service file like this: ``` [Unit] Description=btrbk backup Documentation=man:btrbk(1) [Service] Type=oneshot ExecStartPre=/usr/sbin/btrbk -v -p snapshot ExecStart=/usr/sbin/btrbk -v -p resume ExecStartPost=/usr/sbin/btrbk -v prune ``` [btrbk.log](https://github.com/digint/btrbk/files/6948723/btrbk.log) The run at...

Thank you. I changed my subvol layout. btrbk will monitor subvol1 hence other subvols outside of subvol1 will not be processed. The benefits of using wildcard is, when there is...

I also using snap onchange. I discovered that some internal structure updates to a subvol (like dedupe by `bees`) will not result in the file level change, but still transid...

Silverblue 34 still have this problem. ostree://fedora:fedora/34/x86_64/silverblue Version: 34.20210423.n.0 (2021-04-23T08:10:25Z) BaseCommit: 7b99463136830fd9b18f8daf5f7973f3e15eaa3532f8dbcbb4f7eb9673170461 GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39 LayeredPackages: nc terminator wl-clipboard For simple install, it might not timeout, but os-prober...

some filesystem like btrfs do not support badblocks. For now, I can leave those 1GB H2W files that is "corrupted" in place, while removing those "good" ones, so that new...

Any chance bad areas are only in the reserved sectors of the file system such that f3write/f3read cannot test?

After I remove all old subvol, then blivet-gui is loading fine. Fedora 27 x64 blivet-gui 2.1.7 from official Fedora 27

I will start with 2 threads and scan mode 0 after the first set of incremental snapshots are received (and first bees run is completed). I learnt for the first...

> dedupe is done when crawl_master emits the "ran out of data" message: > > ``` > crawl_master: Crawl master ran out of data after 0.00975529s, waiting about 2486.09s for...