NAME
backup-hanoi - predict on which device to put next backup
VERSION
version 0.001
SYNOPSIS
This is an early release. This code is currently not used in production by the author. Use it with care!
backup-hanoi tells you where to write your next backup. You need to list your devices in a text file, separated by newline.
# list repeatable pattern
backup-hanoi device-list.txt
# list wich device should be used for backup number 40
backup-hanoi device-list.txt 40
# create a device-list for the backups 40 up to 60
backup-hanoi device-list.txt 40 60
AUTHOR
Boris Däppen <bdaeppen.perl@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Boris Däppen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.