Linux/Backup: Difference between revisions
< Linux
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== DD == | |||
* dd status | |||
<pre> | |||
while /bin/true; do sleep 5; kill -USR1 `pidof dd`; done | |||
</pre> | |||
== Links == | |||
* http://www.merval.org/2012/03/bash-scripts/ | * http://www.merval.org/2012/03/bash-scripts/ | ||
* https://help.ubuntu.com/8.04/serverguide/backups-shellscripts-rotation.html | * https://help.ubuntu.com/8.04/serverguide/backups-shellscripts-rotation.html | ||
Line 5: | Line 12: | ||
* http://hardforum.com/archive/index.php/t-1711020.html | * http://hardforum.com/archive/index.php/t-1711020.html | ||
* http://forums.veeam.com/viewtopic.php?p=51838 | * http://forums.veeam.com/viewtopic.php?p=51838 | ||
Revision as of 15:16, 10 November 2012
DD
- dd status
while /bin/true; do sleep 5; kill -USR1 `pidof dd`; done
Links
- http://www.merval.org/2012/03/bash-scripts/
- https://help.ubuntu.com/8.04/serverguide/backups-shellscripts-rotation.html
- http://tobias.schroepf.de/doku/doku.php?id=linux:backup
- http://ubuntuforums.org/archive/index.php/t-1675093.html
- http://hardforum.com/archive/index.php/t-1711020.html
- http://forums.veeam.com/viewtopic.php?p=51838