run("if [ -d data.bak ];then mv data.bak data;fi;")
sudo('....')
sudo('')
i use fabric deploy my project to web,and i want to find a way to didn't do the left command,if didn't find data.bak directory,so is there some way to achieve this on fabric