0
votes
0answers
3 views

robocopy script : Insufficient system resources

I have a script that was working before. A robocopy script. The backup server broke and the new one misses some configuration, but I'm not a windows guy. :'( The script is the following: ...
0
votes
0answers
48 views

Continuous backup of tens of millions of files - DFSR? [closed]

We have tens of millions of files (images) ranging 500KB-10MB, and growing, and we're trying to find different solutions for continuous backup over LAN (unbreakable requirement) that perform well. The ...
-2
votes
0answers
13 views

MySQL On Windows backup to file? [closed]

Is there a way to backup a MySQL database directly to a file without using the > operator? E.g., mysqldump --user --password --output=mydb.bak mydb Similar question for restoring: mysql --user ...
0
votes
0answers
31 views

Robocopy changes source attributes

first post, please be gentle! I'm using robocopy to export a folder on a server. My server "dory" is backing up to a local drive, and then I'm using a robocopy script to export that to a redundant ...
0
votes
1answer
64 views

C++ Builder - Handle to OS to Iterate Through All Drives

I'm using Borland C++ Builder for a project which connects to a database. There is a configuration which does backups to a USB drive. The problem with the current approach is that the drive is ...
0
votes
0answers
104 views

WHS 2011 not backing up Windows 8 client… why might this be?

I'm working on a backup problem for a friend of mine whose files are not being backed up by her server. I've looked through Microsoft's knowledge base only to find that the problem should have ...
0
votes
2answers
79 views

check 2 file check sum, for detecting any differences between them

We have many files (word, excel) in our systems on a local network. We get backup from these files every day. Now I want to know: is a file different from it's backup or not? For example, suppose we ...
0
votes
3answers
383 views

Best Mysql backup software for windows server 2008 [closed]

I have a windows server 2008 with 40 site hosted. I want to transfer them to Linux server. so I need to take backup MySQL database for each site. Which software I will use for taking backup MYSQL ...
1
vote
1answer
79 views

Store parsable backup of all printed documents

What I'm trying to accomplish is to always keep a parsable duplicate of all printed documents, and execute a secondary process for each print. (i.e.: Be able to parse all text, account for pages, ...
-1
votes
1answer
10 views

single line from mutiple lines to a single file with File name is came from

Here is what i need help with. I have many servers that generate a Txt file every night that is then FTP'ed to its own directory (named by server location) to a single server. i would like a script ...
0
votes
1answer
63 views

Stuck on a system call with variables

I'm writing a ruby script that will automate backing up my laptop to my ssh server. I seem to be stuck on a system call though. $x = "C:\\Program Files\\7-Zip\\7z.exe" ###calibre library### ...
1
vote
2answers
189 views

RegLoadKey to a hive file from within a Shadow copy [closed]

I'm creating a shadow copy and I want to mount a registry hive from that shadow copy using RegLoadKey() so I go over its content using the normal registry functions. This usually works well except in ...
0
votes
1answer
142 views

how to open a file by fileID and then use BackupRead API?

I'd like to open up a file by ID and then use the resulting handle in the Win32 API BackupRead() Is this possible? I'm not certain if its 'okay' to use handles that come from NtCreateFile() in other ...
5
votes
2answers
373 views

How can I backup a 13 GB SVN repository? The dump is 100+ GB

I have about a dozen repositories that on the file system are 1 GB to 10 GB in size, and I need to set up automated backups for all of them (our old backup scripts got lost when a computer went down) ...
0
votes
1answer
39 views

Batch IF causing hour not to show

I have a script that does a simple XCOPY routine for backing up all our corporate files: @echo off IF %time:~0,2% GTR 7 ( IF %time:~0,2% LSS 21 ( XCOPY "R:\Sage Src" "S:\lastdata" /D /Y /E ...
0
votes
0answers
73 views

Bacula is not backing up all the files [closed]

I have Bacula running on a Fedora system backing up several different computers including Windows 7, Windows 2003 and Windows 2008. When backing up the Windows 2008 server the backup stops after a ...
0
votes
0answers
115 views

Programatically returning VSS data from “DiskShadow List Shadows All”

I need to use a program to monitor the hidden system folder of C:\System Volume Information, and I believe the best way to enumerate these contents is through diskshadow list shadows all. My question ...
0
votes
1answer
263 views

Incremental online backup using Delphi

I am trying to implement a new feature in our Delpi project that will help our users to make backups online on our servers, so I've used Indy FTP component to build a form that will upload / download ...
0
votes
0answers
54 views

Importing from Windows Small Business Server 2011 backup log

Is there a way to connect to Windows Small Business Server 2011 and import those back up log details to an excel or similar kind of file? Say we have 10 users on a client's server and they want to ...
0
votes
2answers
260 views

Backup Software for OSX and Windows

i am looking for current backup software that i can use on a mac and a windows machine. I found a lot of old tools. CrashPlan looks really like what i am looking for, but the hard disk back ups are in ...
0
votes
1answer
61 views

Windows backup Partition [closed]

I installed AMD drivers on windows 7 home premium and it caused blue screen of death and then my PC started acting weired so I decided to restore factory settings back. I want to know If I make ...
0
votes
5answers
79 views

“subversion”-like setup on Windows 7

I need a software which can save all the previous versions of a file, with some kind of "auto commit". I don't want to use a remote server like github etc. I am one of those noob programmers, who try ...
2
votes
2answers
852 views

How to create a system restore point programatically?

I'm looking for a way to create a system restore point with the current date and time by pressing a button. I've tried searching the web for a simple way to do this but I haven't found one yet. I ...
0
votes
2answers
315 views

On the fly file ecryption in windows server 2008 R2

Is there a possibility to encrypt a file "on the fly" in windows while copying file via FTP to remote storage? i don't know if that description is good enough but i want to do something in the way of ...
1
vote
2answers
329 views

External Drive Letter - Backup

I am writing a PowerShell script that will back up several folders from my Vista drive to an external USB drive, using robocopy. Windows does not guarantee that it will always assign the same drive ...
2
votes
2answers
176 views

Hide Vim backups (*~) in Windows Explorer

On Windows, I normally work with Total Commander, which can easily be configured to ignore these *.*~ and *~ completely. But occasionally when I switch to Windows Explorer, I get little bit confused ...
0
votes
1answer
529 views

Batch File to store backup files with timestamps

I have two folders in the same drive. I want to create backup of an access database. I need to copy the main file, append the name with the date and time and store it in a different folder. Source ...
0
votes
2answers
721 views

Backup of SVN repository, located on Linux server, to Windows Client

I try to create a backup of my SVN repository, located on Linux server, from Windows command-line Subversion Client: C:\project>svnadmin hotcopy svn://"URL_of_my_SVN_repository"/ C:/BACKUP and ...
0
votes
1answer
321 views

windows batch sqlite backup firefox history

Not familiar with windows stuffs.. , I'm trying to write a little MS Windows batch in order to backup firefox history but I'm not getting the expected result, eg the firefox history dump into a file ...
0
votes
1answer
122 views

Windows Server - directory and database backup

We had a issue at work last week which would be sorted if we had a scheduled task running. Basically want I want to know is, I need to create a batch file which performs the following tasks on a ...
0
votes
1answer
134 views

Need program or scripts for automating backup archive retention and deletion [closed]

We have a dedicated backup server with a few TB of disk that runs nightly NTBACKUP and SQL Server backup jobs against the production servers and collects the resulting backup files for archiving. ...
0
votes
2answers
267 views

Incremental archives backup batch script

I have an Oracle archives folder on windows, which I need to take an incremental backup everyday at 6:00AM. I need to copy all the files generated during the previous day, and place them in a folder ...
2
votes
1answer
1k views

{“The directory name is invalid”} Win32Exception Was unhandled

I am trying to backup the database using mysql and c# by using following way... public static void backupDatabase() { Process sd = null; ProcessStartInfo r1 = new ...
1
vote
1answer
267 views

Question regarding NTFS Change Journal USN records

This maybe a somewhat silly question, but I haven't been able to find the answer anywhere. Is there any way to find out what the last record in the change journal is? When we run the FSTCL query for ...
0
votes
1answer
342 views

CreateFileMapping for Directory

I have this function which gives the full file name(path) from the file handle. The only problem is CreateFileMapping fails for directory handles. Is there a workaround for it? I get the handle using ...
0
votes
1answer
253 views

ReadDirectoryChangesW doesn't do anything c++

Am I doing this right? I am trying to find all the changes that took place in a folder called C:\Perl After ReadDirectoryChangesW, it just gets stuck there. It doesn't move forward. Am I missing ...
4
votes
4answers
2k views

How can I detect only deleted, changed, and created files on a volume?

I need to know if there is an easy way of detecting only the files that were deleted, modified or created on an NTFS volume. I have written a program for offsite backup in C++. After the first ...
1
vote
4answers
359 views

Windows service does not recognize network path. Whats the workaround?

We have a Buffalo NAS drive as a backup drive. And when we map this drive as B:\ , our backup application seems to understand this and run as an application. But when run as a service, it does not ...
0
votes
1answer
147 views

Backup of Exchange Server 2003,2007 using VSS API's

Can Exchange Server 2003 and 2007 be backup up using VSS API's that are provided for exchange 2010? Thanks
1
vote
1answer
132 views

Basic Software-Design Questions about backup-prog. in D

For some Webhost issues I have to write a file backup/syncronisation tool for a common OS in the server sector (Windows/Linux). Most Linux root-servers offers the ssh-interface for secure ...
0
votes
1answer
535 views

Strategy for backing up VMWare Workstation instances on Windows

Can anyone recommend an automated backup solution that can handle VMWare instances? I would like something to run overnight, suspend any running virtual machines, back up the files over the network ...
0
votes
1answer
308 views

Driver Backup using setupapi

I'm stuck. To cut long story short, the task is to enumerate all driver files for backup. For some drivers like display adapter driver, I use SetupScanFileQueue(queueHandle, ...
0
votes
2answers
477 views

Cross-platform File sync tool

I am developing a webapp that will be used on LAN mostly. I have different locations where I deployed this app. Some of the locations run windows and some run linux (no x-window system). I need to ...
0
votes
2answers
256 views

How to backup a Windows driver using Delphi

Can someone please help me and tell me how I can backup a Windows driver programmatically using Delphi? Any code samples, links to articles are highly appreciated Thanks for your time
0
votes
1answer
26 views

What message will send when a application is installed or uninstalled

I want to backup my system Register when a application is planing to be installed or uninstalled, what message will send from installer? Thanks in advance.
0
votes
3answers
382 views

Scan for changed files

I'm looking for a good efficient method for scanning a directory structure for changed files in Windows XP+. Something like how git does it is exactly what I'm looking for, when running a git status ...
4
votes
1answer
860 views

Volume Shadow Copy in C++

I'm developing an application which will need to copy files that are locked. I intend on using the Volume Shadow Copy service in Windows XP+ but I'm running into a problem with the implementation. I ...
2
votes
4answers
1k views

How to backup MySQL database on Windows?

I have WampServer 2.0 that is installed on Windows on my laptop. I'm running on it an application that I wrote. The application is working with MySQL database. I would like to make backups of this ...
1
vote
1answer
63 views

Model for versioned backups on MS Windows

I've been thinking about a model for saving snapshots of a windows filesystem. Obviously you only want to backup new files or files that have changed - for stuff that hasn't changed you don't want to ...
1
vote
1answer
643 views

Scheduling jobs on windows

What is the best way of scheduling simple batch jobs on windows? My current need is to dump some SVN repositories each night and FTP the dumps to our external FTP side and then e-mail one or more ...

1 2