Remote File Manager Service

From Medical-Objects Documentation Wiki
Jump to: navigation, search

RemoteFileManager.ini

[RemoteFileManager]
;BaseDefaultDirectory=C:\MO\RemoteFileManager
;  - defaults to the directory where RemoteFileManager is installed
;
;FBIsClassic=1
;  - this option must be changed if you are running Firebird as SuperServer
;  - Set to "0" if Firebird Super Server
;  - Set to "1" if Firebird Classic Server (Default)
;
;DefaultBackupPath=C:\MO\RemoteFileManager\DefaultBackup
;  - defaults to <BaseDefaultDirectory>\DefaultBackup
;
;DefaultDatabasePath=C:\MO\RemoteFileManager\DefaultBackup
;  - defaults to <BaseDefaultDirectory>\DefaultDatabase
;
;AllowedBackups=1
;  - the number of backups allowed to run simultaneously, equator backups request 
;    permission from the remote filemanager before running a backup to ensure,
;    that they do not overload the database server
;    Use this option to control loading of the server. eg. if you have 8 cores you could 
;    allow 7 simultaneous backups, leaving a single CPU core to handle remaining SQL queries
;
;MaxBackupTimeMinutes=60
;  - the maximum time a backup request should block other equator processes requests to backup
;    This option relates the the ALlowedBackups
;
;
;OtherTargetServers=
;  - this is a comma separated list of servers eg. OtherTargetServers=10.1.1.2,localhost,neptune
;    typically just the first server will be used.
;
;
;AlternateBackupPath=C:\MO\RemoteFileManager\DefaultAlternateBackupPath
;  - defaults to <BaseDefaultDirectory>\DefaultAlternativeBackupPath
;    this is the directory where a backup will be restored to if it is being backed up from 
;    another server and then sent to this server for redundant storage 
;
;AlternateRestorePath=C:\MO\RemoteFileManager\DefaultAlternateRestorePath
;  - defaults to <BaseDefaultDirectory>\DefaultAlternativeRestorePath
;    this is the directory where a backup will be restored to during a Backup & Restore to Alternate server operation
;
;
;DefaultDeleteStrategy=Careful
;   - defaults to Careful
;   - possible values [Careful, Moderate, Aggressive]
;
;BackupPeriodStartHour=23
; - defaults to 11:00 PM
;BackupPeriodEndHour=5
; - default to 5 AM
;
[Migration]
;MigrationTargetServer=
;   - defaults to first OtherTargetServers value
;
;MigrateAllDatabases=0
;   - set to "0" Automatic Migration will not take place unless initiated by an operator
;   - set to "1" will cause an automatic migration during automatic scheduled backup


AllowedSourceIPs.txt

AllowedSourceIPs.txt is a configuration file for the remote filemanagement service that serves to limit which client IP addresses connections will be accepted from.

#Please add IP addresses that can call the server like below
#Then pause the service and start it again (to reload this file)
#192.168.0.39
Personal tools
Namespaces
Variants
Actions
Navigation
Software
Practice Software
Other
Toolbox