Scroll to navigation

STOREBACKUPMERGEISOLATEDBACKUP(1) User Contributed Perl Documentation STOREBACKUPMERGEISOLATEDBACKUP(1)

NAME

storeBackupMergeIsolatedBackup.pl - copy isolated backups to main one

DESCRIPTION

SYNOPSIS

based on configuration file:

storeBackupMergeIsolatedBackup.pl -f isolateConfigFile [-v] [--move]
[--force] [-T tmpdir]

no configuration file:

    storeBackupSetupIsolatedMode.pl -i isolateBackupDir -b backupDir
                                    [-S series] [-v] [--move] [--force]
                                    [-T tmpdir]

OPTIONS

    configuration file used for isolated mode and
    generated by storeBackupSetupIsolatedMode.pl
    (contains key "mergeBackupDir" which points to your
    main backup directory)
    
    isolated backup directory from which meta data has to be
    copied to backupDir.
    
    backup directory to which your backup data has to be
    copied (to your main backup directory)
    This is the directory from where storeBackupSetupIsolatedMode.pl
    copied the meta data to your isolated backup directory
    
    series of which meta data have to be copied to targetDir.
    Has to be specified if more than one series exist
    in backupDir
    
    generate verbose messages
    
    move instead of copy; only supported if isolatedBackupDir
    and backupDir are on the same filesystem
    
    force copying; do not finally ask
    
    directory for temporary files, default is </tmp>
    

COPYRIGHT

Copyright (c) 2012-2022 by Heinz-Josef Claes (see README). Published under the GNU General Public License v3 or any later version

2022-03-20 perl v5.34.0