NAME
backup-hanoi - predict on which device to put next backup
VERSION
version 0.005
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 which 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
# if you have 5 devices in the list
# create a plan for initilisation and overwriting
# for one year of daily backups
backup-hanoi device-list.txt -4 360
# same, but easier
backup-hanoi device-list.txt init 360
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.