bkup is a command line tool for backing up a given directory tree to one or more destinations.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-12-30 14:20:05 +00:00
bin Initial Checkin 2017-08-10 23:44:42 +01:00
lib/Bkup Adjust to updated DirScan requirements, drop Bkup::DirScan as code present in File::DirScan 2021-12-30 14:20:05 +00:00
README.md Initial Checkin 2017-08-10 23:44:42 +01:00

NAME

bkup - a backup tool

VERSION

version 1.20

SYNOPSIS

bkup

DESCRIPTION

bkup is a command line tool that will backup a given source directory to one or more destination directories, excluding items if required.

COMPATIBILITY

  • bkup requires File::DirScan, Class::Accessorize, IO::Handle & File::Basename.

AUTHOR

Bernard Quatermass toolsmith@quatermass.co.uk

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Bernard Quatermass.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.