Ricardo Jun
2019-01-08 612d30afdca6eebfb9359fdcf20a34505823b488
Fixed issues on the yum repository
1 files added
5 ■■■■■ changed files
extras/backup/nodes.sh 5 ●●●●● patch | view | raw | blame | history
extras/backup/nodes.sh
New file
@@ -0,0 +1,5 @@
rsync -aPv training.repo root@master:/etc/yum.repos.d/
rsync -aPv training.repo root@node1:/etc/yum.repos.d/
rsync -aPv training.repo root@node2:/etc/yum.repos.d/
rsync -aPv training.repo root@services:/etc/yum.repos.d/
rsync -aPv training.repo root@workstation:/etc/yum.repos.d/