Curiosity

Asked by Marco Raccagni

hi,

if it delete the snapshots from 2 days ago, how can it preserve the snapshot by 1 week ago?

thanks

sorry for my english...

Marco

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Marco Raccagni
Solved:
Last query:
Last reply:
Revision history for this message
Bart de Koning (bratdaking) said :
#1

Because if the snapshot is the latest from last week, it will not delete it.
It discriminates on last week (Monday till Sunday), not on a week ago, that
might seem trivial, but it is the reason that it works. Because if it is
Monday, any snapshot from the Monday before untill Sunday is from last week.
It will choose the latest from them and keep that one. If there are
snapshots made on Sunday, it will keep them all (because that is then
yesterday), but on Tuesday it will only keep the latest from Sunday, as that
is the latest from last week then. So the program first decides which
snapshots should be kept, and after that it removes the rest.

Get it?

Cheers,
Bart

2009/10/23 Marco Raccagni <email address hidden>

> New question #86655 on Back In Time:
> https://answers.launchpad.net/backintime/+question/86655
>
> hi,
>
> if it delete the snapshots from 2 days ago, how can it preserve the
> snapshot by 1 week ago?
>
> thanks
>
> sorry for my english...
>
>
> Marco
>
> --
> You received this question notification because you are an answer
> contact for Back In Time.
>

Revision history for this message
Marco Raccagni (markk1981) said :
#2

sunday/monday OK