For some reason I can't open the help file so I have a few questions.
How do you setup the reference device?
Hod do you actually start the backup?
How do you setup the reference device?
Hod do you actually start the backup?
sudo apt-get install cifs-utils
sudo mount -t cifs //smbserver/backups /home/homeseer/backups -o username=user,password=user_password
sudo umount /home/homeseer/backups
Comment