summaryrefslogtreecommitdiff
path: root/contrib/cygwin/README.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-03-09 22:54:05 +0000
committerChris Wilson <chris+github@qwirx.com>2010-03-09 22:54:05 +0000
commite33132bec159ba16da0335a476f60ee2d71f15e0 (patch)
tree68dcc7530864ff4e8e1d18b8ecf9e864f380424b /contrib/cygwin/README.txt
parent3584f271b43b6274d3be1ff68f5d1eb3b3136e1d (diff)
Remove obsolete cygwin directory.
Update distribution manifests to fix missing files.
Diffstat (limited to 'contrib/cygwin/README.txt')
-rw-r--r--contrib/cygwin/README.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/contrib/cygwin/README.txt b/contrib/cygwin/README.txt
deleted file mode 100644
index 83f32fd9..00000000
--- a/contrib/cygwin/README.txt
+++ /dev/null
@@ -1,30 +0,0 @@
- Making boxbackup run as a Windows Service
-
-For most installations (with the default locations for config files,
-etc.) running the install-cygwin-service.pl script will complete the
-installation painlessly, and you will have a running bbackupd after
-completing the installation, and whenever you reboot.
-
-Simply run the script:
-
-perl install-cygwin-service.pl
-
-The service can be monitored in the Windows Service Manager. It is named
-boxbackup.
-
-For non-standard configurations, there are command-line options to point
-the script to the bbackupd.conf config file, and the bbackupd.exe
-executable:
-
-perl install-cygwin-service.pl [-c <path-to-bbackupd-config-file>] [-e
-<path-to-bbackupd-executable-file>]
-
-
- Removing the Service
-
-If you decide not to run backups on a machine anymore, simply remove the
-service by running:
-
-sh remove-cygwin-service.sh
-
-