Tag: linux
-
Linux automatic backup script using rsync and tar
Read This Post: Linux automatic backup script using rsync and tarThis script can automatically backup the remote server using rsync. It will detect the space left on the server and delete old backup tar(s) if the free space remaining is smaller than 50G. Also, the script compresses the backup for two days ago at the beginning and saves them into tar.gz, in order to save…