I know there's no way I can get shell access, it is not my intention at all.
However, the shell script I wrote is bash based and it works perfectly, as follows:
#!/bin/bash
echo "Automatic backup script v0.1"
echo "By Tamashii"
echo "----------------------------------------"
timestamp_now=`date...