I have a cron job executing several scripts php script1 && php script2 && php script3.
Finally, I would like to add another cron task (backup directory to Google Drive) in the above command after &&. How to do it?
I improve my backup with several scripts, split files, RAR, high compression, recovery data, encrypted file names, 32-character password - finally uploading to Google Drive.
Starting another CRON job from the current one