Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ...
  2. # backup user avatars
  3. mv vitex/app/modules/users/pub/img/users/ ~/tmp/img-users.BAK/ &> /dev/null
  4.  
  5. ...
  6. # restore user avatars
  7. mv ~/tmp/img-users.BAK/ vitex/app/modules/users/pub/img/users/ &> /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement