This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:os:linux:ovirt:engine-backup [2018/01/22 15:50] root |
wiki:os:linux:ovirt:engine-backup [2018/01/22 15:52] (current) root |
||
|---|---|---|---|
| Line 51: | Line 51: | ||
| /bin/rm $OF | /bin/rm $OF | ||
| </ | </ | ||
| + | |||
| + | Nakopírovat SSH klíče na engine do složky / | ||
| + | |||
| + | <code bash> | ||
| + | chmod a+x / | ||
| + | |||
| + | crontab -e | ||
| + | </ | ||
| + | |||
| + | <file | cron> | ||
| + | ... | ||
| + | 30 23 * * * / | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||