Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

edit cron jobs linux

crontab -e

#and the content must be like this.
0 6 * * * /home/admin/rsync_dailybackup.sh

#Keep in mind that the rsync_dailybackup.sh must have execute permissions, if not then make it as
chmod +x /home/admin/rsync_dailybackup.sh

#After making the changes restart the cron service.
Comment

PREVIOUS NEXT
Code Example
Shell :: ords version view 
Shell :: bash remove first line 
Shell :: Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. 
Shell :: use python as python3 zsh 
Shell :: git rename file 
Shell :: show public ip 
Shell :: check wordpress version cli 
Shell :: git see tags 
Shell :: linux shell echo command with varia ble 
Shell :: ngrok install authtoken 
Shell :: curl skip ssl 
Shell :: how to shutdown computer using linux 
Shell :: kubectl create namespace 
Shell :: tar.gz extract 
Shell :: how to stop tomcat server in macos 
Shell :: mac install sklearn 
Shell :: ubuntu no space left on device boot 
Shell :: copy contents of folder to another folder in terminal 
Shell :: npm add optional dependency 
Shell :: delete pid port 
Shell :: run laravel project from github 
Shell :: ignore commited files 
Shell :: active developer path does not exist 
Shell :: helm repo list charts 
Shell :: electron app from vue 
Shell :: git add -p 
Shell :: how to move a file in terminal 
Shell :: download sublime text ubuntu 20.04 
Shell :: alternative of mobaxtrem in linux 
Shell :: how to install openai gym in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =