Skip to main content

Mirror files to a remote server, regardless of their name.

Project description

File morgue (fmorgue) is a tool for mirroring files permanently to a remote server.
In contrast to rsync and friends, it identifies missing files on the server only
based on modification time and size, which makes it suitable for archiving rotated log files.

The package installs two new shell commands, 'fmorgue' for the client application, and 'fmorgue-server'.

The client application
======================
The fmorgue client is expected to be called on a regular base, e.g. as cron job. It inspects
the given list of files and asks the server which files need to be transfered. In case some
of the files are missing, they are immediately transferred to the server.

Example:

fmorgue http://my.archive.example.com/ /var/log/*.log

Try 'fmorgue -h'.

The server application
======================
The fmorgue server can either run as standalone application on a dedicated port, or as CGI script.
In both operation modes, the server must be told were to store the retreived data.

In standalone mode, you have to define the directory as command-line parameter.

In CGI mode, you have to create a config file in '/etc/fmorgue' The configuration file should look like this::

# Configuration file for fmorgue
[fmorgue-server]
dir=/tmp/
# Possible values: yes/no
withhostname=no
# Possible values: yes/no
withorigname=no

You also need to configure your web server, e.g. by adding a ScriptAlias directive.

By default, the files are renamed according to their modification time, since the original file
name is expected to be changing (think logrotate). You can add the original host name and file name
to the generated file name on server side.

Disclaimer
==========
There is no security in this application. If you expose your fmorgue-server to the Internet, you are on your own.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fmorgue-1.2.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file fmorgue-1.2.tar.gz.

File metadata

  • Download URL: fmorgue-1.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fmorgue-1.2.tar.gz
Algorithm Hash digest
SHA256 02c9f7ca95a9c59adc1006c8cc186dec019004db647ae22ede80358f34041410
MD5 8f283f00ecabc04d3e53b842433ce93f
BLAKE2b-256 92d75fc2bc5c87668bed5eeb7af0672795c9703808f049fb3702230a9154de5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page