templates/cli/config in backupii-0.1.0.pre.alpha.1 vs templates/cli/config in backupii-0.1.0.pre.alpha.2
- old
+ new
@@ -1,12 +1,13 @@
# encoding: utf-8
+# backupii_config_version: <%= Backup::VERSION.split('.').first %>
##
-# Backup v<%= Backup::VERSION.split('.').first %>.x Configuration
+# BackupII v<%= Backup::VERSION.split('.').first %>.x Configuration
#
-# Documentation: http://backup.github.io/backup
-# Issue Tracker: https://github.com/backup/backup/issues
+# Documentation: http://backupii.github.io/backupii
+# Issue Tracker: https://github.com/backupii/backupii/issues
##
# Config Options
#
# The options here may be overridden on the command line, but the result
@@ -36,19 +37,19 @@
# May be an absolute path, or relative to the current directory or +root_path+.
#
# tmp_path 'my/tmp'
#
# Sets the path where backup stores persistent information.
-# When Backup's Cycler is used, small YAML files are stored here.
+# When BackupII's Cycler is used, small YAML files are stored here.
# May be an absolute path, or relative to the current directory or +root_path+.
#
# data_path 'my/data'
##
# Utilities
#
-# If you need to use a utility other than the one Backup detects,
+# If you need to use a utility other than the one BackupII detects,
# or a utility can not be found in your $PATH.
#
# Utilities.configure do
# tar '/usr/bin/gnutar'
# redis_cli '/opt/redis/redis-cli'
@@ -68,10 +69,10 @@
# end
#
# Command line options will override those set here.
# For example, the following would override the example settings above
# to disable syslog and enable console output.
-# backup perform --trigger my_backup --no-syslog --no-quiet
+# backupii perform --trigger my_backup --no-syslog --no-quiet
##
# Component Defaults
#
# Set default options to be applied to components in all models.