Scroll to navigation

TARANTOOL_SNAPSHOT_ROTATE(1) snapshot rotate TARANTOOL_SNAPSHOT_ROTATE(1)

NAME

tarantool_snapshot_rotate - script to creates/rotates snapshots

SYNOPSIS

    tarantool_snapshot_rotate
    tarantool_snapshot_rotate --verbose

DESCRIPTION

The script passes through all started tarantool instances and creates snapshots for each instance.

The script understands some additional options in tarantool.cfg:

save_snapshots = COUNT
Count of snapshots to save (default = 10). COUNT=0 disables removing old snapshots.

OPTIONS

-h | --help
show the helpscreen
-v | --verbose
log process to STDOUT
-s | --snapshots COUNT
redefines save_snapshots option of config file
2016-12-09 perl v5.24.1