Backup server
The idea to copy server to server once a day is
Is more ideas to improve the backup shovel
Or fix the program better reliability
mkdir /mnt/F_filesystem
#!/bin/bash
MILTO=admin
TODAY="`date +%d`"
umount -a
mount -a
/bin/mount -t cifs //192.168.183.5/data /mnt/F_filesystem/ -o username=admin,password=?????
/usr/bin/rsync -r /mnt/F_filesystem/ /home/e-smith/files/ibays/data/files/.