Friday, July 2, 2021

How to import export cron files

 Create the backup (export):

crontab -l > /some/shared/location/crontab.bak

Import it from the new user:

crontab /some/shared/location/crontab.bak