Skip to content

Instantly share code, notes, and snippets.

@TahirJalilov
Created February 23, 2021 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TahirJalilov/c38982bde4a58c5a2d0f670bc391a18f to your computer and use it in GitHub Desktop.
Save TahirJalilov/c38982bde4a58c5a2d0f670bc391a18f to your computer and use it in GitHub Desktop.
backup remote server folder
#!/bin/zsh
sleep 10 && scp -r aws:/home/tahir/projects/postgres_db/db_backups ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment