Windows VBS script to backup Desktop and Laptop
PROS AND CONS
- -No delta backup / no incremental (but robocopy only copy files changed)
- -No encryption (but only the user has
System Administrator
Windows VBS script to backup Desktop and Laptop
PROS AND CONS
Relax and Recover (ReaR)
http://relax-and-recover.org/
. Thread sobre ReaR na Symantec
http://www.symantec.com/connect/forums/netbackup-linux-bare-metal-restore-using-open-source-relax-and-recover-rear
. Configurando NFS server
# service rpcbind start
# service nfs start
# service nfslock start
# lvcreate …
This is a robust script that backups all instances that have a TAG, Backup=TRUE
it generates a AMI images, and snapshots of each Volume, also a nice e-mail with a …
HOW TO backup ESX 3.0.1 with vmbk.pl
This nice perl script allows online backup of Virtual Machines to a remote FTP/SMB/NFS
It was written by Massimiliano Daneri, and many other …