table of contents
cs_list_clone_files(8) | ClusterTools2 | cs_list_clone_files(8) |
NAME¶
cs_list_clone_files - list files that should not be cloned
SYNOPSIS¶
cs_list_clone_files [OPTION]
DESCRIPTION¶
cs_list_clone_files shows files that usually should not be identical, after an VM image has been cloned.
OPTIONS¶
--help show help.
--version show version.
--writecfg show some internal variables.
--content show content of files.
--md5sum show md5sum of files.
EXAMPLES¶
- * List names of files that usually should not be identical on cloned systems.
- # grep "^/" /etc/ClusterTools2/cs_list_clone_files
- * Calculate checksums for config files that might not appear on a freshly cloned system.
- # cs_list_clone_files -m
- * Count existing config files that might not appear on a freshly cloned system.
- # cs_sum_base_config -m 2>/dev/null | grep -v "=.NA$" | wc -l
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_list_clone_files
- the program itself.
- /etc/ClusterTools2/cs_list_clone_files
- the configuration.
BUGS¶
Lines starting with a hash (#) are silently dropped when
displaying the content of files.
Feedback is welcome, please mail to feedback@suse.com
SEE ALSO¶
md5sum(1), virt-clone(1), machine-id(5),
systemd-machine-id-setup(1), dbus-uuidgen(1),
clone-master-clean-up(1), cs_sum_base_config(8),
ClusterTools2(7),
https://wiki.microfocus.com/index.php/SUSE_Manager/Register_Clones ,
https://www.novell.com/support/kb/doc.php?id=7012170 ,
https://www.novell.com/support/kb/doc.php?id=7017994 ,
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1541
COPYRIGHT¶
(c) 2016-2019 L.Pinne, Germany.
cs_list_clone_files comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
01 Nov 2019 |