i been trying to make a script,that generates a programmed backup using external values to fill the crontab line.
so i been using :
read -p " text " var
for every variable for the crontab
to get the values but i cant find a way to get does values in crontab.
can anyone help?