You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of having 2 identical copies of the same file - at original location and backup directory?
I mean, for a true auto backup the current file at original location should be copied to the backup directory BEFORE it's being written with new data. Current implementation doesn't make sense, when file saved, the original data is lost.
The text was updated successfully, but these errors were encountered:
What is the point of having 2 identical copies of the same file - at original location and backup directory?
I mean, for a true auto backup the current file at original location should be copied to the backup directory BEFORE it's being written with new data. Current implementation doesn't make sense, when file saved, the original data is lost.
The text was updated successfully, but these errors were encountered: