#!/usr/local/cpanel/3rdparty/bin/perl
# Copyright 2024 WebPros International, LLC
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited.
package scripts::post_snapshot;
use cPstrict;
use Cpanel::Imports;
use Cpanel::ImagePrep ();
use Cpanel::ImagePrep::Common ();
use Cpanel::ImagePrep::Output ();
use base 'Cpanel::HelpfulScript';
use constant _OPTIONS => ('yes');
=head1 NAME
scripts/post_snapshot
=head1 SYNOPSIS
/usr/local/cpanel/scripts/post_snapshot [--yes]
B