I've built a script to perform a physical backup of a Postgresql 9.0.8 database by following the "Standalone hot physical database backup" recipe in the PostgreSQL 9 Administration Cookbook (Riggs/Krosing), but I adapted it for Windows Server 2008 R2.
For the recipe's step #4 which uses rsync to copy all of the data files (excluding pg_xlog directory) I am using robocopy.exe (since rsync is a *ni
how can I modify or create again the whole process of creating a backup in Windows Backup?
I'm doing until now backup to an external drive, and when it ran out of space on the backup fails.
It is possible that the automatic Windows Backup delete the oldest backup?
Regards
I'm running at least one VM using Hyper-V in Windows 8 Pro, and I'd like to back it up while it's still running.
Windows Server 2012 handles this great with the built-in "Windows Server Backup" engine.
But I cannot find a way to accomplish this on Windows 8.
I found HyperVBackup, and open source app to backup HyperV, but it doesn't work on Windows 8.
We have a Windows Server Backup schedule that backs up our 'main' Windows 2008 server, which does our AD, Exchange, Domain controller, file hosting and a bunch of other stuff.
Now we want to offload this backup to an online location, because we don't want to have to keep taking the backup disk home with us, and it will allow for more frequent offsite backups.
The whole thing is just too big (350
We use mixed CIFS and NFS volumes and I want to run a single backup server that copies all of the files from the NetAPP to local disks that can be sent of site for backup/DR.
How would I configure the NetAPP to allow me to read everything on both CIFS and NFS filesystems so that they can be backed up with rsync.
I'm trying out Windows Server 2012, specifically Windows Server Backup, as it would be a very useful way to see us through until we can upgrade our 'real' backup system.
I'm backing up to a network share, and a Server 2008 WSB works fine.
On the 2012 server however, I get an error:
Backup of volume \?\Volume{298d1a7d-f80f-11e1-93e8-806e6f6e6963}\ has failed.
I have been installed Windows server 2012 core(No GUI) and setup 3 Hyper-V virtual machine.
Now would like backup each of them. 5nine Manager(free editional) and Veeam backup(free editional) & replication 6.5(free editional) also has been installed.
There are two question:
How launch Veeam Backup GUI? When laucnhing exe file - it shows me nothing.
I've got a bit of an issue and need some professional advice. One of our servers ended up crashing and I have a backup of the said server (Windows Server 2008 R2). The backup routinely backed up the OS onto an external HDD that sat on a separate server.
I have created a backup file by SQL query like this :
BackUp [DBName] to disk=N'Backup path'.
now i want to move it to another folder.but i recieve this error:
Cannot copy 'Backup file name':Access is denied. Make sure the disk is not full or write protected and that the file is not currently in use.
Note : i am sure that my disk is not full and not write-protected for my user.