News

How do you do that? Let me show you. Let’s say you have a directory called SCRIPTS in your home directory. Let’s add that to the PATH. Log into your Linux machine and open a terminal window.
For example, when you type "command," Linux looks through each directory in the path in order for the program named "command." You can add your own directories to the path if you have programs in ...
For this, issue the command: crontab -e In the crontab file, add the following to the bottom: 00 01 * * * PATH_TO_RSYNC_FILE/rsync Where PATH_TO_RSYNC_FILE is the path housing the rsync script.