A systems administrator wants to back up the directory /data to /backup/data on a remote server remote.
Which command will achieve this?
Correct Answer: c. rsync -a /data remote:/backup/
The correct command is rsync -a /data remote:/backup/ because rsync is a powerful tool for efficient and secure backups. The -a (archive) option ensures that all file permissions, timestamps, symbolic links, and directory structures are preserved.
It is optimized for syncing large directories, supports incremental transfers, and works seamlessly over SSH when copying to a remote server, making it ideal for remote backups like this one.
Why the other options are incorrect:
Discover a range of courses designed to provide you with the knowledge and skills needed to excel in your chosen field.
You don’t need one month to study and pass your test.
With Prepsaret, it takes you a few days to grasp all the concepts needed to pass your exams