add time to file name

 echo 123 > $(date +"%Y%m%d_%H%M%S").now;

 

mv /mnt/mongodb_data/data /mnt/mongodb_data/data$(date +"%Y%m%d_%H%M%S")