Created
April 12, 2023 19:08
-
-
Save mo9a7i/e08cf5bc0f6e108391f392f82ac3127c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
####################### | |
# Programmed By Ghazzi# | |
####################### | |
cd /backup/mysql | |
tar -zcvf mysql.tar.gz daily | |
ftper mysql.tar.gz | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment