Refer to the exhibit.
#!/bin/bash
<item 1>='date +%b-%d-%y'
<item 2>=/home/usr/path/backup-$BACKUPTIME.tar.gz
<item 3>=/home/usr/path/date_folder
tar -cpzf $DESTINATION $SOURCEFOLDER
Drag and drop the variables from the left onto the item numbers on the right that match the missing assignments in the exhibit.
Select and Place:
BACKUPTIME
|
DESTINATION
|
SOURCEFOLDER
|
|
<item 1>
|
BACKUPTIME
|
<item 2>
|
DESTINATION
|
<item 3>
|
SOURCEFOLDER
|
|
WARNING
the answers are mixed, do not specify in the comment number or the letter of the answer
please write answer#A instead A, answer#B instead B...