meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:fs:btrfs:snapshots [2021/06/04 09:21] niziaklinux:fs:btrfs:snapshots [2025/09/13 21:25] (current) niziak
Line 56: Line 56:
 rm 23/info.xml rm 23/info.xml
 </code> </code>
 +
 +=== system lags ===
 +
 +''snapper-cleanup.timer'' runs every 24h from system boot. It cause lots of lagging on GUI, mainly due to very slow writes to ''/tmp''.
 +
 +Workaround:
 +
 +<code bash>
 +systemctl edit snapper-cleanup.timer
 +
 +[Timer]
 +OnUnitActiveSec=
 +OnCalendar=*-*-* 02:11:00
 +</code>
 +
 +From:
 +[[https://wiki.archlinux.org/title/Btrfs#Quota_groups_(qgroups)]]
 +
 +While Btrfs qgroups are considered stable for general use, enabling qgroups, especially in environments with frequent creation of large numbers of snapshots, can still lead to **performance degradation**, particularly during **snapshot deletion**. Qgroup accounting introduces additional metadata overhead and may affect system responsiveness under high-intensity snapshot workloads. 
 +
 +