Online backup script
#4
Thanks to @nouseforname I now have an (almost) working share accessible from the raspi. Here's the instructions:
Quote:Try to install cifs at your raspberry:
sudo apt-get install cifs-utils

if this works without any problem:
sudo mkdir /mnt/backup
sudo mount -t cifs //smbhost/path/folder /mnt/backup -o user=UserName


if no errors, you can check if the content if right:
ls /mnt/backup

or also create a file inside this folder and check if you can see it at the windows host
touch /mnt/backup/mytest.txt
So far only the last part fails, the mounted share is writable only by root.
Reply
Thanks given by:


Messages In This Thread
Online backup script - by xoft - 11-28-2014, 08:06 AM
RE: Online backup script - by nouseforname - 11-28-2014, 02:46 PM
RE: Online backup script - by xoft - 11-28-2014, 06:15 PM
RE: Online backup script - by xoft - 11-28-2014, 10:59 PM
RE: Online backup script - by nouseforname - 11-29-2014, 12:27 AM
RE: Online backup script - by nouseforname - 11-29-2014, 01:00 AM
RE: Online backup script - by xoft - 11-30-2014, 05:17 AM
RE: Online backup script - by nouseforname - 11-30-2014, 05:24 AM
RE: Online backup script - by xoft - 11-30-2014, 06:39 AM
RE: Online backup script - by xoft - 11-30-2014, 08:07 PM
RE: Online backup script - by nouseforname - 11-30-2014, 08:52 PM



Users browsing this thread: 3 Guest(s)