The manual for LuckyBackup is unclear about the difference between its snapshots and its normal backup process. I'm hoping a user can clarify.
- The manual describes its normal backup operation as making an initial complete copy of everything specified. On subsequent backups, it only updates what has changed.
- The manual describes its snapshots as saving a snapshot of the file collection at a specific point in time, which can be restored to that point.
I interpreted these as two different modes of operation -- either you can have it maintain a single running match to the current system, or you can have it make a user-defined number of point copies.
I configured LuckyBackup to save four snapshots, expecting that it would create four separate directories, each containing all the files comprising a specific snapshot. That's not what happened. Instead, it created a single, generic directory labelled with my user name and no other identifying indicator of a snapshot number or date. It saved the initial collection of files in this directory, and the directory name suggests that subsequent snapshots will not be saved in other, segregated directories.
So either it isn't working as expected, or it uses a different mechanism than what I expected. It's possible that the mechanism for snapshots is just a variation on the normal backup process.
In that case, what is saved in each snapshot is just the collection of changes that differentiate that snapshot. Snapshot 1 is the original saved collection. Snapshot 2 is the changes in the first update. Four snapshots is really just saving the original collection plus three sets of changes, rather than immediately rolling those changes into the original. When you want snapshot 3, it produces the composite associated with the original collection plus the changes in the first two updates. At update 5, snapshot 2 is rolled into the original and a new update is saved.
My question: are normal backups and snapshots in LuckyBackup two alternate methods of operation, as described in the first two bullets (and it isn't working), or are LuckyBackup snapshots just separately preserved batches of changes as described in the paragraph above?