OS: Red Hat Linux release 8.0 (Psyche)
I am trying to backup our 1 Linux server to our Windows file server via a Windows Share. In the past we were using tape backup for all of our servers and this 1 Linux box is the only one left using tapes. I have done a bit of research and am still a bit overwhelmed. I have the windows share mounted via "mount //server/share /mnt/Backup -o credentials=/home/backup/.smbpasswd"
The current back up script uses dump which gives this error "DUMP: Cannot open output "/mnt/Backup/": Is a directory
DUMP: Do you want to retry the open?: ("yes" or "no")
every time when I try to write to the windows share with this command /sbin/dump -0u -f /mnt/HarrisBackup/ /usr
So I tried tar (tar -cvzf /mnt/Backup/Backup_etc.tar.gz etc) in which I get a variety of erros like broken pipe and out of disk space. I know the windows server is not out of space and there are no user disk quota restrictions.
At this point I have been researching on the net and have found boards that say dump doesn't work with the windows file system and tar is a bad idea.
Please help . . . .
I am trying to backup our 1 Linux server to our Windows file server via a Windows Share. In the past we were using tape backup for all of our servers and this 1 Linux box is the only one left using tapes. I have done a bit of research and am still a bit overwhelmed. I have the windows share mounted via "mount //server/share /mnt/Backup -o credentials=/home/backup/.smbpasswd"
The current back up script uses dump which gives this error "DUMP: Cannot open output "/mnt/Backup/": Is a directory
DUMP: Do you want to retry the open?: ("yes" or "no")
every time when I try to write to the windows share with this command /sbin/dump -0u -f /mnt/HarrisBackup/ /usr
So I tried tar (tar -cvzf /mnt/Backup/Backup_etc.tar.gz etc) in which I get a variety of erros like broken pipe and out of disk space. I know the windows server is not out of space and there are no user disk quota restrictions.
At this point I have been researching on the net and have found boards that say dump doesn't work with the windows file system and tar is a bad idea.
Please help . . . .