server-tools/auto_backup/data
Alessio Gerace c8a5deba64 Open FTP session on the last moment possible
Used to open  fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
2022-09-14 13:36:15 +07:00
..
backup_data.xml Open FTP session on the last moment possible 2022-09-14 13:36:15 +07:00