diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst index 512463eb8..adaa6b332 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_periodically.rst @@ -6,7 +6,7 @@ If the admins want to run the Syncing File action automatically or periodically, For example: Use the cron daemon to sync files in the **/install/custom///..synclist** to the nodegroup 'compute' every 10 minutes by the xdcp command by adding this to crontab. : :: - + */10 * * * * root /opt/xcat/bin/xdcp compute -F /install/custom///..synclist Use the cron daemon to sync files for the nodegroup 'compute' every 10 minutes by updatenode command. ::