View on GitHub

rsync-backup

versatile rsync based backup scripts with minimal dependencies

Download this project as a .zip file Download this project as a tar.gz file

BACKUP-PREPARE


NAME

backup-prepare - prepare for backups

SYNOPSIS

backup-prepare

[<OPTION>]...

DESCRIPTION

Prepare for backups \by executing preparation scripts. This can be used for dumping database snapshots to files, for instance.

Preparation is done with idle I/O priority (whose impact on normal system activity should be zero), with an adjusted niceness (which affect process scheduling) and with minimized effect on file system cache provided that the commands ionice(1), nice(1) and nocache(1) are available. For details, see backup-nice(1).

OPTIONS

-h, --help[=<FORMAT>]

Show this help message and exit.

-V, --version

Show version information and exit.

FILES

./conf/dump-config

An optional configuration file used by some ./conf/pre.d/*-dump scripts containing configuration variable assignments.

./conf/pre.d/

An optional directory containing scripts which are executed in lexical order of names. The names of the files must consist of only characters matching the pattern [[:alnum:]_.-].

COPYRIGHT

Copyright © 2010 - 2022 Eero Häkkinen <Eero+rsync-backup@Häkkinen.fi>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

SEE ALSO

backup(1), backup-help(1), backup-nice(1), backup-rsync(1)

ionice(1), nice(1), nocache(1)
Home page