When I did first backup on external drive it took about 16 minutes for @ (on the same backup disk). Yesterday it took about 1 hour for @. Only one core of two core cpu was engaged to 100%, second was almost idle. My system drive is ssd, backup drive is hdd, both where connected to motherboard by sata 2.
I have more programs installed than previously but not so many to make so huge difference.
When I checked the size of backup folder on backup disk (after backup was finished) for both @ and @home it was about 13,5 GB. So @itself was more or less 10GB.
Are there any steps that should be done to btrfs filesystem before backup that can affect the speed of backup?
In fstab I mount / with
In my normal day-to-day work I have not noticed any slowdown in working of system.
I have more programs installed than previously but not so many to make so huge difference.
When I checked the size of backup folder on backup disk (after backup was finished) for both @ and @home it was about 13,5 GB. So @itself was more or less 10GB.
Are there any steps that should be done to btrfs filesystem before backup that can affect the speed of backup?
In fstab I mount / with
Code:
btrfs subvol=@,defaults,noatime,space_cache,autodefrag 0 0
Comment