Knowee
Questions
Features
Study Tools

You need to set up automatic system backups. In which directory would you typically configure the backup schedule?1.0 Marks/etc/cron.d/var/backup/schedule/etc/backup/cron/opt/backup/config/home/backups

Question

You need to set up automatic system backups. In which directory would you typically configure the backup schedule?1.0 Marks/etc/cron.d/var/backup/schedule/etc/backup/cron/opt/backup/config/home/backups

🧐 Not the exact question you are looking for?Go ask a question

Solution

You would typically configure the backup schedule in the /etc/cron.d directory. This directory is used for cron jobs, which are scheduled tasks in Unix-like operating systems. You can create a file in this directory to specify the schedule for the automatic system backups.

Similar Questions

Which two statements are true about the default configuration for automatic database backups? Archive redo log files are backed up every 30 minutes. The retention period is set at 14 days. Backups are executed in the primary site. Backups occur weekly.

You need to configure a Linux server to automatically run a script every day at a specific time. Which daemon is responsible for scheduling and managing such periodic tasks?1.0 Markssyslogdsshdcronatdini

A student wants computer to create a backup of all the work stored in a hdd, what will be the correct solution*Use a backup softwareInitialize autobackup feature on a certain timeEither of aboveNone of these

In the root directory, create a subdirectory named "backup" and move the "important_data.txt" file into it. Check the inode number of the file after this relocation.

You're creating a Bash script to automate backups of important configuration files. The script should store backups in a folder named with the current date (e.g., "2023-07-06"). Which command correctly generates such a folder name in Bash?1.0 Marksfolder_name=$(date +%Y-%m-%d)folder_name=date +%Y-%m-%dfolder_name=date +%Ffolder_name=date -Ifolder_name="date +%Y-%m-%d"

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.