78 Topics

Member Avatar for
Member Avatar for joshl_1995
Member Avatar for diafol
0
222
Member Avatar for ashleytauari

#!/bin/bash LOGFILE=/var/log/backup.log backup_source="/home" backup_dest="/home/sean" date=`date '+%d-%B-%Y'` hostname=$(hostname -s) filename="$hostname-$date.tgz" echo "Backing Up your Linux System" tar cvpzf $backup_dest/$filename $backup_source LOGFILE="log-$date.log" log(){ message="$@" echo $message echo $message >>$LOGFILE } log "$LOGFILE" log | tee install.log echo "Backup finished" echo "$LOGFILE" hie I'm trying append teh files i have backed up into …

Member Avatar for CGSMCMLXXV
0
182
Member Avatar for boby0906

We are using XP as an operating system in our office; all the files on every pc are place on the network drives (about 6 or 8 network drives). How can I backup or sync all network drives on an external drive which is on the server? What softwares can …

Member Avatar for JorgeM
0
264
Member Avatar for paine_today

I was curious if anyone knew of a way to create a backup of one's Facebook Page. Ideally, a similiar version of what Facebook allows for personal profiles. Any insight is much appreciated. Thanks! tp

Member Avatar for clarie.texas
0
210
Member Avatar for 47pirates

In my desktop application whenever execute the code to backup my database from java application the app goes on waiting state may be for password , which we have to enter while backing up from command line. But i've provided the username and password of database in the code. Why …

Member Avatar for rajesh1158
0
3K
Member Avatar for 47pirates

I'm using Xampp for the database in my computer now what i want to do is to back up the database name "HMS" with "root" username and " " password. How can i do this in java please suggest.

Member Avatar for rajesh1158
0
167
Member Avatar for Macilath

Howdy, I'm trying to write a program that will copy files from one destination to another. After some reasearch it was suggested that I use SHFileOperation, and SHFILEOPSTRUCT. I'm trying to set the struct members accordance with [MSDN](http://msdn.microsoft.com/en-us/library/bb759795%28v=vs.85%29.aspx), however, I run into a problem with pTo and pFrom. The error …

Member Avatar for nullptr
0
980
Member Avatar for Animal Mother

How do I find the number of USB ports available, and what their references are. Example there are 6 USB ports on my motherboard what code would I use to find their reference like, port 1 is called 0 and port 2 is called 1. I want a user to …

Member Avatar for Begginnerdev
0
196
Member Avatar for Eniekko

hi! I've searched for backup and restore codes. I've also tried them out but they won't function as I want them to. I think the main problem is that, the database that I want to backup is contained inside the visual studio project under App_data. Can anyone please help me …

0
65
Member Avatar for ponkan20

having different back up option for the database(access) option such as "save to USB" and "save to external HD" thank you =)

Member Avatar for Oxiegen
-1
84
Member Avatar for aldm

Hi, I need to create windows services that will back up MS SQL database. Parameter should be time period when I want to backup database (for example every hours, every 2 hours etc). I haven't any experience with backing up database. Once I made WCF service. How can I do …

0
90
Member Avatar for debragail

I have been using Super Duper to create a bootable copy of my hard drive nightly. (This is in addition to using Time Machine.) My hard drive has a capacity of 1TB of which 250GB is used. My backup drive is a firewire 800 WD MyBook 1TB. I noticed that …

Member Avatar for dioioib
0
258
Member Avatar for game4tress

I need to create an application (or find one application) that copies files from a computer to another, across the internet to create automatic backups. The target computer is a company server to which i have phisical access. The "source" computer(s) (several computers in several clients, that we - company, …

Member Avatar for ninjatalon
0
1K
Member Avatar for masterjiraya

I found a way on how to code the backup for mysql database table. but I was wondering on how PMA(PHPMyAdmin) does this scenario on backing up the sql file. the one that has AUTOMATIC download to your machine. this is the simple syntax I made myself [CODE=PHP]<?php /*TOOLS YOU …

Member Avatar for pritaeas
0
186
Member Avatar for happygeek

DaniWeb has looked at Network Attached Storage in the shape of the [URL="http://www.daniweb.com/reviews/review308073.html"]myDitto server which offers excellent value in terms of both cost and capacity[/URL]. DaniWeb has looked at a personal cloud device in the [URL="http://www.daniweb.com/reviews/review260663.html"]very pink format of PogoPlug which is great for anytime and anywhere sharing[/URL]. DaniWeb has …

Member Avatar for PeterM88
0
649
Member Avatar for Xamublack

Owner of a website hosting and data backup company, so if you have any questions regarding either of those industries, feel free to run them past me. Just launched a free business promotion tool and posted it in the 'Reviews' area to get any of your feedback. Like this community, …

Member Avatar for debasisdas
0
117
Member Avatar for Sariscos

When was the last time you backed up your computer? More importantly, have you ever backed up your website? While malware and viruses are still around, many people know what to do when their computers are having problems. There are endless products for scanning your computer system and deleting those …

Member Avatar for AussieWebmaster
0
366
Member Avatar for abelLazm

Hey all... I have assigned a job to create back of the databases of our company, maintain it for 7 days and after 7 days delete the back... I have worked on this and make it up the following query but still confused on its authenticity. Please Check and tell …

Member Avatar for abelLazm
0
148
Member Avatar for richecker

Hi, I am looking for a recommendation on a decent server backup software. Right now, I am evaluating, novastor, acronis, and datastor, but would greatly appreciate some advice on the matter. Right now, we have 3 servers: a file server, an application server, and a domain controller. I would like …

Member Avatar for Reverend Jim
0
202
Member Avatar for Brandt

Ok, so, I have a Dell Studio 1537 laptop, and yesterday upgraded my ram to 4GB and also upgraded my 32bit Vista to 64bit Win7. I made backup DVD discs of my whole iTunes library, but when I tried to reload them on to iTunes all of a sudden my …

Member Avatar for Brandt
0
158
Member Avatar for waleed.makarem

Dear All , I need to backup the sql server 2005 express database . It works fine if I make backup to specific folder"C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup" . But if I change the path to any other path . I got an error "Backup failed for Server 'server name'. " …

Member Avatar for S.R.SENTHUJAN
0
751
Member Avatar for Formby

I've looked all over the internet for a suitable solution to my problem, and I just can't fine a simple and effective one; so I hope I can get some help here! First off I am programming a hotel booking system for my college computing project. This consists of a …

Member Avatar for Formby
0
150
Member Avatar for Saikalyankumar

Hello, every one i had written a code to get a Database Backup Fully and Differentially in C#.net. Now, i need a criteria that i should get the Backup between a Specified Date given. I am trying for it, can any one help me regarding the Specified Date Period Backup. …

Member Avatar for abelLazm
0
66
Member Avatar for Frankey

Currently i am trying t figure out a simple straight forward way to back-up all the websites on my server to another server, with history/changes ( in a SVN way ). 1. I upload a file to the main server. 2. A second copy goes to the backup server. 3. …

0
84
Member Avatar for jambla

Hi, I have been searching here and Google for the past few days but I haven't been able to find an answer. I want to have a script that will download one page of a website with all the content i.e. images, css, js etc... I have been able to …

Member Avatar for langsor
0
3K
Member Avatar for Grand666

hey guys, I am using Acronis True Image at my job and recently I tried to do a universal restore on a new computer with the old one's image. The restore failed and I think it was the new computer's motherboard that was bad, but anyway.....I tried to look for …

Member Avatar for Adamjjj
0
831
Member Avatar for saj_amo

hi friends, i have a problem with using vb.net application, i want to take backup of my database from my vb.net application so that user clicks the button and backup can be copied in a drive .

Member Avatar for geoamins2
0
136
Member Avatar for akshintlakalyan

I have written to take Backup of any database automatically, at any time given by the user in config file. It's working fine, now i wish to take the Backup of a certain database which was already taken Backup previously for the next time. Any help.[CODE] private void FrmRestoreBackup_Load(object sender, …

0
80
Member Avatar for madtorahtut

Greetings everyone, I was looking for some help in creating a seemingly simply backup script. I have two servers, laid out in the same format: Server A: the directories contain all the iterations of a certain type of file Server B: the directories contain only the most recent file. The …

Member Avatar for JeoSaurus
0
144
Member Avatar for lucky4you

HELP!!! Because of the work, my system must be modified frequently. I don't know when it will get a crash. Do daily Backup to system state is emergent to me!!! Is there some free backup software? I also will consider cheap ones, if it really works well. Any suggestion????

Member Avatar for lucky4you
0
224

The End.