Re: How to recover the data from laptop? Hardware and Software Microsoft Windows by Reverend Jim … way would be to just get the files from your backup media. You do backups, don't you? Re: Backup Programs? Hardware and Software Microsoft Windows by iamthwee Backup exec from symantec? Backup Programming Software Development by LeNenne …destinationfile sourcefile1 = App.Path & "\backup\PhoneTel.mdb" destinationfile1 = App.Path & "\backup\backup\PhoneTel.mdb" FileCopy sourcefile1, destinationfile1… how can I get the backup file from backup\backup with the old data, not the same data as… Backup Hardware and Software Microsoft Windows by sipapu …. C is my main drive containing the back up software; backup was to the D drive. Also have a second drive… this situation. I am confounded. Do I have a successful backup or a corrupted one. Is this a software problem or… XP problem? What can I do to get a proven backup BEFORE I really need it? backup Hardware and Software Linux and Unix by jindalarpan hey all as i wanted to go for the backup of my server having redhat fedora 4. server is running …, dhcp server , kickstart and many more i wanted to take backup of all the server so that in worst case what… configration files that should be backuped. i wanted to take backup on dvd drives and only wan to take back up… Backup???????? Programming Databases by Peppercat101 Hi, does anyone know if there is a backup SQL statement in MS Access to backup the entire Database? Re: Backup???????? Programming Databases by buddylee17 You could write a batch file to copy the db into a backup folder. Then use Scheduled Tasks to run the script daily or weekly or how ever often you need it to run. Re: backup Programming Databases by bhanu1225 Here is another way for backup. mysqldump -u [username] -p [password] [databasename] > [backupfile.sql] *[username] - this is your database username *[password] - this is the password for your database *[databasename] - the name of your database *[backupfile.sql] - the file to which the backup should be written. Try this, it would work. backup Programming Databases by srpa01red how can we take backup of a database with shutdown the server in mysql. backup Programming Databases by nobby85 i am using xampp on my computer and i want to carry a backup of my database using the mysqldump command Backup Programming Software Development by sabiut Hi, i want to write a program that will automate my backup on a windows using python but i have no idea how to get started. can someone please point me to the right direction. thanks in advance Re: Backup Programming Software Development by snippsat [URL="http://www.ibiblio.org/swaroopch/byteofpython/read/problem-solving.html"]byte of python[/URL] chapter 10 can help you out. The zip solution there works best on linux, if you what to compress backup look into [URL="http://effbot.org/librarybook/zipfile.htm"]zipfile[/URL] or some 3 party module rar/7zip/lmza. Backup Hardware and Software Networking by VEL Hassan How could I take a backup of my LAN computers using Ubuntu 11.10 Operating systems in schedule and I am using Centos 6 version ? Thanks in advance... VelHassan...... Backup / Restore File: Rename & Multi Programming Software Development by abelingaw …with the same date. Heres my code (Backup): [CODE] Public Sub DBBackup() 'On Error… = Nothing myTrue = App.Path & "\Backup\" & Format$(Date, "mmmm-dd-…Database.mdb", myTrue, False MsgBox "Database Backup Process Complete", vbInformation, "Information" lblCBK… Backup File : Permission Denied Programming Software Development by abelingaw …Path & "\Database.mdb") 'Create Backup folder if not present If fsys.FolderExists(App.Path …= True Then fsys.DeleteFile isTrue End If 'Start Backup Process If myfile.Attributes = ReadOnly And myfile.ParentFolder.Attributes… contains my whole project (Includes Both of Backup folder and program). I tried removing the … Backup routines, with Windows or Norton Ghost Hardware and Software Microsoft Windows by OttoLund …any disc if your system crashes. I use Windows XP Backup utility, making ASR with diskette boot, Total and Incremental …backups, and its' important that the backup files are stored in another media/disc than the system… one for system and data and one for backup files. The best backup media may be an external tape but that … Re: Backup / Restore File: Rename & Multi Programming Software Development by abelingaw For modification purposes sir. Let's say I Backup my database at 9:00, then I had to add … 10:00, so rather than replacing the first backup, it would just create another backup file. So that I can Restore any… of the database backup if there is any need of looking at records on … Re: Backup an access database Programming Software Development by Saikalyankumar … up ' * You can also use SqlBackupAsync method to perform the backup ' * operation asynchronously bkpDBFull.SqlBackup(myServer)[/CODE] and the code for…(sender As Object, args As ServerMessageEventArgs) Console.WriteLine("Hurray...Backup completed.") Console.WriteLine(args.[Error].Message) End Sub Private… Re: Backup routines, with Windows or Norton Ghost Hardware and Software Microsoft Windows by OttoLund … around somewhere. If you just care about your data, Windows backup is just fine. Personally, since all I care about is… my data, I just use Windows Backup, and I back up my documents monthly, because I can… utilize while I'm reinstalling...[/QUOTE] I've changed to backup with Norton Ghost 10, with a dedicated disc#2 in… Backup SQL 2005 Database Using Vb.net Code Programming Software Development by tashiDuks …. btnCancel When user process the backup, it should take a backup in specified location. The backup file should be like "…= Minute, 23 = Second). When user process a backup on next day the backup file name should be same as the above…the different date and time. And i want this backup should be encrypted with password so that other person … Re: Backup / Restore File: Rename & Multi Programming Software Development by abelingaw Uhm yes i guess i got that one now. Next is the restoration of a DB (one which is selected by the use). My DB Backup name would be January-04-2010.mdb (Because of the date code), if i select this DB and restore it, it would be renamed to Database.mdb so that it will replace the current DB which is on my App's path. Thanks again.. Re: backup of db table using php Programming Web Development by sallecpt …quot;; } else $backup_type="\nBACKUP Type: Full database backup (all tables included)\n\n"; include(LOCATION."…>"") xmail($to_emailaddress,$from_emailaddress, $row_meta['SiteTitle']." Database Backup: $backup_file_name", $dump_buffer, $backup_file_name, $backup_type); if ($save_backup_zip_file_to_server) … BackUp sql server database using vb.net to a user defined Path Programming Software Development by waleed.makarem …database . It works fine if I make backup to specific folder"C:\Program Files\…name'. " my code is Dim sqlBackup As New Backup() sqlBackup.Action = BackupActionType.Database sqlBackup.BackupSetDescription = "ArchiveDataBase…Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\rft.bak", DeviceType.File) Dim connection… Re: Backup File : Permission Denied Programming Software Development by abelingaw Fixed it. Removed the () and add a \ on "\Backup" to be "\Backup\" on Line 32 Making me problematic for days just because of symbols, Aaarrghh. Really don't know why this works but thanks anyway. Going to start another topic after a minute :) Re: Backup routines, with Windows or Norton Ghost Hardware and Software Microsoft Windows by alc6379 … around somewhere. If you just care about your data, Windows backup is just fine. Personally, since all I care about is… my data, I just use Windows Backup, and I back up my documents monthly, because I can… backup and restore sql database Programming Software Development by babbu … DialogResult.OK) { SqlCommand cmd = new SqlCommand(); cmd.CommandText = @"backup database dbname to disk =@loc with init,stats=10"…= new BackupDeviceItem(openFileDialog1.FileName, DeviceType.File); // Add the backup device to the restore type rDatabase.Devices.Add(bkDevice); // Replace… Backup Server Script Programming Web Development by Siberian … name because you don't want the // backup script to backup previous backups. It will ignore // the directory… where your backup zipped files are located. // Call this script … out. Don't call it "backup.php" $file="backup".time().".zip"; if(Zip… Re: Backup software Hardware and Software Microsoft Windows by alc6379 Just to add to Christian's comments, Windows Backup works with two types of backup media: Tape drives, and any device that has… software programs available, you can just take the .bkf file Backup creates and burn it to a DVD or CD. Personally…, if I need to backup my whole drive, I use Ghost over the network, or… Re: backup types differences Community Center by jayreis … are kept not just the last one. This method of backup is ideal for programmers since there could be times when… they may need to go back to an older backup of a system they are building. verse doing a cumulative… all changes made since the last full or normal backup which causes a lot of server load and also takes … Re: Backup software Hardware and Software Microsoft Windows by kc0arf … XP Pro, have a utility on them called Windows Backup (WB) that does a decent job of working *… wisely wouldn't be part of your backup. For example, let's say I want to…append, or make new files. I do a full backup once a week, and a daily diff. The … I also found out that if I wanted to backup a domain server using WB to a network share,…