The file that contains full and incremental back-up information for use with the dump/restore utility is <u>/etc/dumpdates.</u>
<u></u>
<h3>What is dump/restore utility ?</h3>
Dump examines files in a filesystem, determines which ones need to be backed up, and copies those files to a specified disk, tape or other storage medium. Subsequent incremental backups can then be layered on top of the full backup.
The restore command performs the inverse function of dump; it can restore a full backup of a filesystem. Single files and directory subtrees may also be restored from full or partial backups in interactive mode.
Learn more about incremental backups
brainly.com/question/5849057
#SPJ4
Answer: Multi-user issue
Explanation: A database management system scheme can have multi-user issue when the designing of the system is not made properly. The multi user issue rises when the users concurrently access the data from the database and related error get invoked due to some reason like repeatable reading issue, serialization, etc.
The reading problem is usually can be related to reading of the database in uncommitted manner, uncommitted reading, repeatedly reading etc.Thus, Cora and Owen are accessing the database concurrently which can create multi-user issue.
Answer:
Computer is just made up of hardware and software components.
Explanation:
Sorry if I didn't get your question well
Answer:
The correct selection is the letter C. The first ACL is denying all TCP traffic and the other ACLs are being ignored by the router.
Explanation:
In this case, the letter C is the right answer because with the first ACL exactly:
access-list 102 deny tcp any any
We are denying all traffic with the next line deny tcp any any, in this case, the others line are being ignored.
access-list 104 permit udp host 10.0.0.3 any
access-list 110 permit tcp host 10.0.0.2 eq www any
access-list 108 permit tcp any eq ftp any
For that nobody can access to the internet, the security administrator of ABC must change the first ACL.