Tag: server

  • Day specific back up removal script

    Most of us will have the difficulty in removing the everyday backup files of server since it will be pilled up for a long time. The following code is to remove the files and keep only certain days files. Conditions, Keeps latest one week files Keeps last Monday’s file of all the month for last one…

  • Copy files from one machine/server to another in Linux

    The best way to copy file/folders from one server to another using SSH is scp command. scp stands for Secure copy How to use in command line? source path : from where/what files to copy. destination path : to which folder. Examples for the user of the scp command are as follow, Assume that your source machine IP…