Guest User

Untitled

a guest
Jan 21st, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. `cd /data/model_cache; tar -cvf /tmp/#{tar} #{@model_id}`
  2. `cp /tmp/#{tar} #{@root_dir}/storage/`
  3. `rm -rf #{@root_dir}/model_cache/#{@model_id}`
  4. `mv /tmp/#{tar} #{@root_dir}/uploader/`
Advertisement
Add Comment
Please, Sign In to add comment