|
From: john k. <joh...@gm...> - 2006-03-03 13:52:26
|
Hi, This is the first time i am trying webmin to backup file. I encountered this problem while performing backup of system file to my secondary disk. Directories to backup: /etc/httpd/ /usr/local/ Backup to --> file or tape --> /backup/linux/ (I tried with /backup/linux too) Performing backup of /etc/httpd/ /usr/local/ to /backup/linux .. tar: Removing leading `/' from member names tar: /backup/linux: Cannot open: Is a directory tar: Error is not recoverable: exiting now .. backup failed! Anyone can give me some ideas what i did wrong... -Hazmy- |
|
From: Jigal s. <jig...@gm...> - 2008-08-11 13:17:58
|
Hello I am trying to backup my webroot through ftp to a different server. When I run the backup it says that it has run succesfully. But if I look at the place of the backup there's no backup created. Does anyone have an Idea? |
|
From: Martin M. <ma...@me...> - 2008-08-11 13:53:05
|
Hello, On 11/Aug/2008 15:17 Jigal sanders wrote .. > Hello I am trying to backup my webroot through ftp to a different server. > When I run the backup it says that it has run succesfully. But if I look at > the place of the backup there's no backup created. > Does anyone have an Idea? a) Which webmin version do you use? (Try the lates preview 1.429). b) Give me some logon data and I will try to backup some files to you and I will see if I run into the same error. Right now I am backing up my files to an attached data storage which is being backed up by my provider. So there is no need to use FTP-backup for me. cheers -f Martin |
|
From: Jigal s. <jig...@gm...> - 2008-08-11 13:55:44
|
Well, I am doing it from a local system so I can't give credentials. I downloaded 1.420. On Mon, Aug 11, 2008 at 3:52 PM, Martin Mewes <ma...@me...> wrote: > Hello, > > On 11/Aug/2008 15:17 Jigal sanders wrote .. > > Hello I am trying to backup my webroot through ftp to a different server. > > When I run the backup it says that it has run succesfully. But if I look > at > > the place of the backup there's no backup created. > > Does anyone have an Idea? > > a) Which webmin version do you use? (Try the lates preview 1.429). > b) Give me some logon data and I will try to backup some files to you and I > will > see if I run into the same error. > > Right now I am backing up my files to an attached data storage which is > being > backed up by my provider. So there is no need to use FTP-backup for me. > > cheers -f > > Martin > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > -- Met vriendelijke groet, Jigal Sanders A.J. Ernststraat 739 1082 LK Amsterdam Mobiel: 06-42111489 |
|
From: Martin M. <ma...@me...> - 2008-08-11 14:01:49
|
Hello, please do not top post (just press answer and start write), please ... On 11/Aug/2008 15:55 Jigal sanders wrote .. > I am doing it from a local system so I can't give credentials. > I downloaded 1.420. What I ment is, to give credentials to that FTP-Server so I can ftp put some files to the destination you are configuring. I do not need to work on your local workstation ;-) hth Martin |
|
From: Jamie C. <jca...@we...> - 2008-08-11 16:25:47
|
On 11/Aug/2008 06:52 Martin Mewes wrote .. > Hello, > > On 11/Aug/2008 15:17 Jigal sanders wrote .. > > Hello I am trying to backup my webroot through ftp to a different server. > > When I run the backup it says that it has run succesfully. But if I look at > > the place of the backup there's no backup created. > > Does anyone have an Idea? > > a) Which webmin version do you use? (Try the lates preview 1.429). Also, which module or page in Webmin are you using to do the backup? There are a couple which work differently - the Filesytem Backup module, and Virtualmin's per-domain backup page. - Jamie |
|
From: Doug R. <dro...@sm...> - 2006-03-03 23:21:12
|
On Fri, 03 Mar 2006 21:52:22 +0800, john kudin <joh...@gm...> wrote: > Hi, > > This is the first time i am trying webmin to backup file. I encountered > this problem while performing backup of system file to my secondary disk. > > Directories to backup: > > /etc/httpd/ > /usr/local/ > > Backup to --> file or tape --> /backup/linux/ (I tried with > /backup/linux too) > > Performing backup of /etc/httpd/ /usr/local/ to /backup/linux .. > > tar: Removing leading `/' from member names > tar: /backup/linux: Cannot open: Is a directory > tar: Error is not recoverable: exiting now > > .. backup failed! > > Anyone can give me some ideas what i did wrong... Perhaps you need to specify a file rather than a directory, e.g., /backup/linux/today.tar.gz (assuming the backup feature creates a gzipped tar archive -- *.tar.gz). Doug |
|
From: john k. <joh...@gm...> - 2006-03-04 13:27:18
|
Doug Robbins wrote: > On Fri, 03 Mar 2006 21:52:22 +0800, john kudin <joh...@gm...> wrote: >> Hi, >> >> This is the first time i am trying webmin to backup file. I encountered >> this problem while performing backup of system file to my secondary disk. >> >> Directories to backup: >> >> /etc/httpd/ >> /usr/local/ >> >> Backup to --> file or tape --> /backup/linux/ (I tried with >> /backup/linux too) >> >> Performing backup of /etc/httpd/ /usr/local/ to /backup/linux .. >> >> tar: Removing leading `/' from member names >> tar: /backup/linux: Cannot open: Is a directory >> tar: Error is not recoverable: exiting now >> >> .. backup failed! >> >> Anyone can give me some ideas what i did wrong... > > Perhaps you need to specify a file rather than a directory, e.g., /backup/linux/today.tar.gz (assuming the backup feature creates a gzipped tar archive -- *.tar.gz). > > Doug > Thanks Doug, it works.. i tried backup one file directly to diskette without a name and it works.... Thanks. -Hazmy- |