Lost backups [message #19352] |
Tue, 13 July 2004 11:47 |
mocara
Messages: 157 Registered: January 2004
Karma: 0
|
Senior Member |
|
|
Hello.
I've tried backing up my data and I watch the file grow, it got to around 800meg and then disappeared. The web page timed out and I was left with no backup.
Is there anything I can do about this? And on the same topic, will you be implementing incremental backups?
Regards,
Mocara
|
|
|
Re: Lost backups [message #19354 is a reply to message #19352] |
Tue, 13 July 2004 12:50 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can run the backup via command line, where browser/web server timeout is not an issue.
FUDforum Core Developer
|
|
|
Re: Lost backups [message #19356 is a reply to message #19354] |
Tue, 13 July 2004 14:39 |
mocara
Messages: 157 Registered: January 2004
Karma: 0
|
Senior Member |
|
|
Is that run admdump.php from the adm directory on the command line?
Am I looking to do something like:
php admdump.php -d path="/FUDforum/tmp/FUDforum_13_07_2004-03:39.fud" -d compress=0
Mocara.
[Updated on: Tue, 13 July 2004 14:43] Report message to a moderator
|
|
|
Re: Lost backups [message #19357 is a reply to message #19356] |
Tue, 13 July 2004 16:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmmm I've reviewed the code and it appears that the CLI interface is done by submitting an http requesting using HTTP Auth to authenticate the user.
While that is fine in some cases, it is not in others. So I made the necessary changes to allow it to run completely over cli without involving the webserver.
FUDforum Core Developer
|
|
|