Raised This Month: $12 Target: $400
 3% 

[ANY] Automated Server Backup [UPDATED 2013/05/08]


Post New Thread Reply   
 
Thread Tools Display Modes
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-12-2013 , 04:20   Re: [ANY, LINUX] Automated Server Backup Plugin
Reply With Quote #31

Hello,

I find that if there is no player on the server, the backup does not ...
eric0279 is offline
Ponska
Junior Member
Join Date: May 2013
Old 05-06-2013 , 18:02   Re: [ANY, LINUX] Automated Server Backup Plugin
Reply With Quote #32

It would be nice if the backup generated by the plugin, was sent to a ftp server out of the machine where the server is hosted, for example a web hosting package.
Ponska is offline
igortomiatti
Member
Join Date: May 2013
Old 05-07-2013 , 18:46   Re: [ANY, LINUX] Automated Server Backup Plugin
Reply With Quote #33

Quote:
Originally Posted by Ponska View Post
It would be nice if the backup generated by the plugin, was sent to a ftp server out of the machine where the server is hosted, for example a web hosting package.
This is a good idea, if had it in the plugin would be great.
igortomiatti is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-08-2013 , 16:15   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #34

UPDATE

  • 1.1.0
    • Adding support for Windows
    • Added Auto Updater
    • Added FTP Upload
    • Using newest system2 extension
    • Fixed some bugs
__________________
dordnung is offline
Ponska
Junior Member
Join Date: May 2013
Old 05-08-2013 , 16:35   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #35

Thank you for this update
Ponska is offline
igortomiatti
Member
Join Date: May 2013
Old 07-03-2013 , 11:41   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #36

When you have no players on the server, the plugin does not back up. Have any setting for this?
igortomiatti is offline
igortomiatti
Member
Join Date: May 2013
Old 07-05-2013 , 15:17   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #37

I can use the plugin cronjob to execute the command and back up when no player on the server? And if player on the server and run the backup of plugin and run while time the cronjob will conflict?
igortomiatti is offline
angel635
Senior Member
Join Date: Apr 2011
Old 07-10-2013 , 07:13   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #38

log error :s
Attached Files
File Type: log errors_20130710.log (542 Bytes, 57 views)
angel635 is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 07-16-2013 , 10:47   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #39

Hello,

sm plugins list :
Quote:
75 "Server Backup" (1.1.0) by Popoklopsi
sm exts list :
Quote:
[SM] Displaying 15 extensions:
[01] Automatic Updater (1.6.0-dev+3936): Updates SourceMod gamedata files
[02] Webternet (1.6.0-dev+3936): Extension for interacting with URLs
[03] Client Preferences (1.6.0-dev+3936): Saves client preference settings
[04] SQLite (1.6.0-dev+3936): SQLite Driver
[05] SDK Tools (1.6.0-dev+3936): Source SDK Tools
[06] BinTools (1.6.0-dev+3936): Low-level C/C++ Calling API
[07] Top Menus (1.6.0-dev+3936): Creates sorted nested menus
[08] GeoIP (1.6.0-dev+3936): Geographical IP information
[09] Left 4 Downtown 2 Extension (0.5.4.2): Downtown1's extension to perform useful L4D1/L4D2 calls
[10] SDK Hooks (1.6.0-dev+3936): Source SDK Hooks
[11] <FAILED> file "steamtools.ext.so": /home/serveur/srcds/left4dead2/left4dead2/addons/sourcemod/extensions/steamtools.ext.so: cannot open shared object file: No such file or directory
[12] cURL Extension (1.3.0.0): cURL Extension
[13] Regex (1.6.0-dev+3936): Provides regex natives for plugins
[14] Socket (3.0.1): Socket extension for SourceMod
[15] System2 (2.2): System Commands and Information
SM 1.5.0 (latest snapshot)

Quote:
16:41:43 server_backup
16:41:43 Unknown command "server_backup"
server_backup.cfg :
Code:
// This file was auto-generated by SourceMod (v1.6.0-dev+3936)
// ConVars for plugin "server_backup.smx"


// Here you can define the folders/files you only want to backup, if you set here something, only these folders/files will be backuped. Seperate with commas!
// -
// Default: ""
backup_add ""

// Server Command to make a backup of the server
// -
// Default: "backup_server"
backup_command "backup_server"

// Here you can define the folders/files you want to exclude. Seperate with commas!
// -
// Default: "bin, download, downloadlists, logs, scripts, downloads, *.vpk"
backup_exclude "bin, download, downloadlists, logs, expressions, gfx, materials, media, models, plateform, reslists, scenes, sound, resource, scripts, downloads, *.vpk, *.scr, *.rad, *.ekv"

// 1 = Use FTP upload, 0 = Off
// -
// Default: "0"
backup_ftp "0"

// 1 = Delete file on successfull upload, 0 = Off
// -
// Default: "1"
backup_ftp_delete "1"

// Host of your FTP server
// -
// Default: "192.168.0.1"
backup_ftp_host "192.168.0.1"

// Password for username to login
// -
// Default: "password"
backup_ftp_pass "password"

// Path to your folder to save backups to
// -
// Default: "path/on/ftp"
backup_ftp_path "path/on/ftp"

// Port of your FTP server
// -
// Default: "21"
backup_ftp_port "21"

// Username to login
// -
// Default: "username"
backup_ftp_user "username"

// Hour to start backup
// -
// Default: "05"
backup_hour "05"

// Minute to start backup
// -
// Default: "00"
backup_min "00"

// 1 = Auto update plugin with God Tony's autoupdater, 0 = Off
// -
// Default: "1"
backup_update_plugin "1"

no error.... :s

restart server two times...
eric0279 is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 07-16-2013 , 10:51   Re: [ANY] Automated Server Backup [UPDATED 2013/05/08]
Reply With Quote #40

@igortomiatti

What game?


@angel635

Post "sm exts list"


@eric0279

Lol you post the config file but didn't take any look at it:

Code:
// Server Command to make a backup of the server
// -
// Default: "backup_server"
backup_command "backup_server"
__________________

Last edited by dordnung; 07-16-2013 at 10:53.
dordnung is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode