When is a snapshot file created and, what does it contain?
What will be an ideal response?
A snapshot file is created during a full backup and contains the condition of the backed-up directory to determine which files were modified since the last backup. This is a good practice because there's no need to back up files that have already been backed up and haven't changed.
Computer Science & Information Technology
You might also like to view...
What is meant by the last-in, first-out (LIFO) property?
What will be an ideal response?
Computer Science & Information Technology
Which statement correctly passes the array items to method takeArray? Array items contains 10 elements.
a. takeArray(items[]). b. takeArray(items). c. takeArray(items[9]). d. Arrays cannot be passed to methods—each item must be sent to the method separately.
Computer Science & Information Technology