I make backup copies at irregular periods and I want to keep them following the policy:
keep the last two
keep daily snapshots for the last week
keep weekly for the last month
keep monthly for the last year
keep yearly for the last 2 years
I understand that I would have to execute the following command:
“You might want to maintain the same policy as in the example above, but have irregular backups. For example, the 7 snapshots specified with --keep-daily 7 might be spread over a longer period. If what you want is to keep daily snapshots for the last week, weekly for the last month, monthly for the last year and yearly for the last 75 years, you can instead specify forget --keep-within-daily 7d --keep- within-weekly 1m --keep-within-monthly 1y --keep-within-yearly 75y (note that 1w is not a recognized duration, so you will have to specify 7d instead).”
When I restore a snapshot the computer cannot be used, it is very very slow, I do not think it is a problem with the CPU since it is a fast computer, nor with the 16 GB RAM, I think it is due to the disk writing speed that saturates it