This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Instructions | |
| # ------------ | |
| # do the following on every node of your cluster | |
| # - save this script to /etc/pbs_up-down.sh | |
| # - chmod 755 /etc/pbs_up-down.sh | |
| # - add the following line to /etc/vzdump.conf on (without the #) | |
| # script: /etc/pbs_up-down.sh | |
| # - set up ssh key authentication from the root@PVE and root@PBS |