Guest User

Untitled

a guest
Oct 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [root@fed101 ~]# grep -i rsync_cmd /usr/lib/python2.7/site-packages/cobbler/api.py
  2. RSYNC_CMD = "rsync -a %s '%s' %s --exclude-from=/etc/cobbler/rsync.exclude --progress"
  3. rsync_cmd = RSYNC_CMD
  4. rsync_cmd = rsync_cmd + " " + rsync_flags
  5. utils.run_this(rsync_cmd, (spacer, mirror_url, path), self.logger)
Add Comment
Please, Sign In to add comment