This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_backup_system [2015/05/18 11:21] gcooper |
virtualization:xenserver:xenserver_backup_system [2017/03/25 11:03] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
See also **[[computing: | See also **[[computing: | ||
+ | |||
+ | See also **[[virtualization: | ||
**Main Reference Article**: http:// | **Main Reference Article**: http:// | ||
Line 144: | Line 146: | ||
===== Configure Scheduling ===== | ===== Configure Scheduling ===== | ||
- | :!: Leave the blank line...it' | + | :!: There must be a newline at the end of the line or cron won't run the job. |
+ | |||
+ | :!: Some systems wont run the cron job if the filename has a ' | ||
This will add a '' | This will add a '' | ||
Line 151: | Line 155: | ||
cat << EOF > / | cat << EOF > / | ||
30 22 * * * root / | 30 22 * * * root / | ||
- | |||
EOF | EOF | ||
Line 170: | Line 173: | ||
/bin/cp -af / | /bin/cp -af / | ||
/bin/cp -af / | /bin/cp -af / | ||
+ | rm -f / | ||
+ | #umount /mnt/backup | ||
</ | </ | ||