User Tools

Site Tools


faq

This is an old revision of the document!


FAQ

Usage

The preferred method of utilizing the Backup Minder application, is to have a Launch Daemon watch a directory, and trigger Backup Minder when this directory is modified. However, you can also call BackupMinder from the command line, thus, in effect, set up a script to do so.

The last backup of each month will be stored in the ArchiveFolder. The backups in BackupFolder will be trimmed to the quantity defined in BackupsToKeep

What are BackupMinder's components?

/Applications/BackupMinderUI.app A GUI to create and set launchd plists
/Library/Application Support/BackupMinder The tool which does all the work.
/Library/Application Support/BackupMinderHelper A privilaged helper for the GUI
/Library/LaunchDeamons/org.backupminder.[your set name].plist The launchd which watches a folder, and runs the BackupMinder tool.

Settings

Backup Minder requires certain information in order to run. When Backup Minder was installed, it created a settings file at: /Library/Application Support/BackupMinder/BackupMinder.plist

If Backup Minder is started without any command arguments, it will look to this plist to decide what to do, and how to do it.

This information can also be supplied by command line arguments that override what is in the settings plist. You can also specify these options in the LaunchD to be passed along as command line arguments.

BackupMinder Input Variables

Key Default Description
BackupSource n/a Directory where the backup files are located
ArchiveDestination n/a Directory where BackupMinder should place its archives
NameContains n/a Unique pattern in the file name of the backups to check for Case Sensitive
BackupsToKeep n/a Number of backups to keep when trimming the backup folder (setting to 0 disables trimming)
Key Default Description
WarnInactiveDays 7 Number of days without activity before we log that there is a problem (setting to 0 disables inactivity warning)
MaxLogLength 100 The amount of logs to keep for each backup set Defaults to 100 (setting to 0 disables max log size)

Other Information

Making a Settings file

We bundle a GUI app to create & load the needed launchd plists.

Additionally, BackupMinder's -m or –MakeSettings switch will create or validate a new settings file, or check an old one to verify it has everything it needs, and then exit.

Verbose Output

The -v flag will print more output to help with trouble-shooting. Only the standard (non -v) output will be logged into the log file.

Logs

Backup Minder keeps logs of its activity next to the program itself, as
/Library/Application Support/BackupMinder/BackupMinder_Log.plist

The logs contain a dictionary of previous activity for each specified BackupSet:
Each dictionary includes the application’s output, exit status, and the timestamp of the most recent backup matching the file pattern.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
faq.1442070343.txt.gz · Last modified: 2017/11/01 23:08 (external edit)