QuestionQ13
System Administration FundamentalsWhen using rsync to mirror a local directory to a remote server, what does the --delete option signify?
- A Files absent from the remote directory will be restored from the local directory.
- B Files present in the local directory, but not present in the remote directory, will be deleted.
- C Files absent from the local directory will be restored from the remote directory.
- D Files present in the remote directory, but not present in the local directory, will be deleted.
Community Discussion