Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 443 Bytes

Backup-checksum-ssh-autoremove

Simple script to remove successfully backed up files through SSH

What does it do?

If you are using scp or rsync in cronjonjobs to schedule backing up your files, you may need another automated routine to remove old files from your local storage.

this script simply compares local and remote files checksums (using md5sum) through SSH and in case of match, deletes old files from your local system.