linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
2.33k stars 82 forks source link

Timeshift extremely slow on small incremental rsync #322

Open kauanmocelin opened 1 month ago

kauanmocelin commented 1 month ago

Sometimes timeshift take so long to do rsync(week schedule) and my system is unusable until timeshift done backup.

On logs I see that incremental rsync is 54.7 MB and spend more than 5min to done. While other backpus already done spend seconds.

Logs: 2024-07-29_10-00-01_backup.log

Ubuntu 22.04.4 GNOME v42.9 / X11 Timeshift v24.06.3

corbin-zip commented 1 month ago

I run Arch and I believe I'm experiencing a similar problem with my daily backups. It seems to max out my CPU usage for 5 to 10 minutes or so, which slows my system to a crawl. I've been running these backups for years and only recently began to see this slowdown, maybe around the time this issue was opened or a little earlier. When I see it crop up again, I will try to gather some more information to share.

Corbin