[SLE] Backup using "mount -t smbfs..."
From: Taavi Dovnar (taavid_at_www.luunja.edu.ee)
Date: 02/26/05
- Previous message: Art Fore: "Re: [SLE] Suse 9.2 on ASUS K8V 64-bit motherboard & No Mouse cursor(SOLVED)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Feb 2005 17:26:33 +0200 (EET) To: suse-linux-e@suse.com
I have small script doing backup every week. It has worked nicely, but for
a few weeks it suddenly doesn't work.
-- #!/bin/bash tobackup="/etc .........." kp=$(date +%e-%m-%Y) mount -t smbfs -o username=xxx,password=yyy '\\server2\backup' '/var/local/backup' tar -czPf /var/local/backup/backup-server1-$kp.tar.gz $tobackup umount '/var/local/backup' -- It creates backup file in server1, but does not copy it to server2. I haven't changed anything in servers configuration I think. When I enter manually: "mount -t smbfs -o username=xxx,password=yyy //server2/backup /var/local/backup" it says: 10217: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) SMB connection failed When I use root & root's password, it mounts nicely. What could be the reason? I have used this script nicely for months. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Art Fore: "Re: [SLE] Suse 9.2 on ASUS K8V 64-bit motherboard & No Mouse cursor(SOLVED)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|