Hi Friends,
my environment: project server 2007, WSS 3.0 , Sql Server 2005 on Single Server.
I am backing up my project server farm using this script - stsadm –o backup –directory <UNC path> -backupmethod <Full> .
But the issue is, we do not have enough space on the drives. because this script creates new folder each time and database is so heavy that it is difficult to maintain space on the drive. Instead i want to overwrite the backup folder each time when script gets
run.
Guys Help me out here..
sandeep