> > [EMAIL PROTECTED]:~$ rdiff-backup /home/edward smb://mini/data/DadsLinux > > and got the following error > > [EMAIL PROTECTED]:~$# Fatal Error: Unable to create directory > smb:/mini/data/DadsLinux > > smb://mini/data/DadsLinux is a folder on my NAS that I was already > logged into - I think. If that is the reason how do I pass the U/N and > P/W to the NAS >
rdiff-backup is a normal linux program rather than something like a kde app, so it doesn't understand smb: http: or ftp: locations, only local files. Instead you will need to mount that location locally and use the local mount point. Eg. mount -t smb //mini/data/DadsLinux /mnt/backup -ousername=user%pass rdiff-backup /home/edward /mnt/backup -- Stuart Clark mailto:[EMAIL PROTECTED] http://www.Jahingo.com/ _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
