Advertisement
Guest User

Untitled

a guest
Aug 19th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. cd /home/production/project1
  3. for dirname in "1581" "91" "72"
  4. do
  5. /bin/date +"fetch -o /home/production/project1/storage/$dirname ftp://login:password@mysite.ru/backup/$dirname/dbs_%d.%m.%Y.zip"
  6.  
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement