Page 1 of 1

backup filezilla server config files

Posted: 2005-01-05 17:32
by dje
hy

i'm working on a filezilla server and for prevent crash i want make a backup of the configuration files (users, home directory and stuff like that)

what files i can save ? and are they any particulare step i must do for configuring or restoring ?

thanks

:)

Posted: 2005-01-05 17:49
by Bertje
All settings are saved in FileZilla Server.xml
Good luck!

Posted: 2005-01-06 11:16
by dje
thanks a lot

it look like very easy to backup great :D

Re: backup filezilla server config files

Posted: 2018-05-21 12:13
by qu1gon
Hi,

this doesnt work...

...i backup the FileZilla Server.xml and restore it after a new installation of windows and Filezille Server in the Filezilla Programm directory.

But it will not work. (Sorry for my bad english).

What i did wrong or what i can do? I will not configure all from the beginning...

Re: backup filezilla server config files

Posted: 2018-05-21 16:31
by boco
Did you restart the Sever service?

Re: backup filezilla server config files

Posted: 2018-05-22 10:07
by qu1gon
No i think not, how do i do that?

EDIT:

You mean this (Screenhot)?

Re: backup filezilla server config files

Posted: 2018-05-22 12:11
by boco
Yes. Two possibilities:

1. Restart the service. This will force FZ Server to re-read its configuration file.

2. Open an Admin shell (cmd or Powershell), navigate to the FZ Server directory and issue the following command:

Code: Select all

"FileZilla Server.exe" /reload-config

Re: backup filezilla server config files

Posted: 2018-05-22 12:16
by qu1gon
Ok.

Thank you very much!

Re: backup filezilla server config files

Posted: 2019-03-08 08:09
by flursen
hi

thanks for the manual
but i can not import the old FileZilla Server.xml

the interface says

Protocol error: Invalid data, could not import account settings.

the FileZilla Server.xml file comes from an old xampp installation

please help me

Re: backup filezilla server config files

Posted: 2021-03-28 18:16
by busby
I have the same problem, I have run the command above and it's still the same.

This is what I've done:
Stop/start the service
run the command from inside the filezilla server folder
I've stopped Filezilla then restarted it by right clicking the config file and selected 'open with' and chosen 'Filezilla server.

Any suggestions would be welcome please..

Re: backup filezilla server config files

Posted: 2021-04-05 16:55
by busby
Sorry, still need an answer if anyone can help please..

Re: backup filezilla server config files

Posted: 2021-04-06 07:52
by botg
Which version of FileZilla Server are you using?

Re: backup filezilla server config files

Posted: 2021-04-06 10:27
by busby
It's really old I'm afraid; 0.9.43 beta but it's currently on Windows Server 2003 but the new server is Windows Server 2019.

Thanks in advance..

Re: backup filezilla server config files

Posted: 2021-04-06 12:08
by botg
You must update to the most recent version, old versions are not supported.

Re: backup filezilla server config files

Posted: 2021-04-06 13:27
by boco
@botg: I guess the issue is that the format of the old XML file from 0.9.43 is somehow not recognized (or not recognized correctly) by the new 0.9.60 version he's trying to migrate to. Usually, just copying it in and restarting the service (or issuing the command from an admin shell) should work. "Open with" the XML does not work, stop trying that, y'all.

Hopefully, the new server will eventually be ready.