I have some applications in Lunux which creates Log files of around 41 MB each.
I've tested a few of backup utilities and still haven't found one that would satisfy me.
Almost every one of them has two options:
- full backup - not an option to use frequently
- incremental backup - seems right, but there's one thing about it:
Incremental backup builds on a base of a full backup, backing up only those files, that were created/changed.
Cobian backup is a free software for backing up your files and folders. Latest version of Cobian Backup is version 10.0.3.719. With this nice and free software, you can do a scheduled backup of any files and directories from the original locations to other place in the same computer or networked computer.
I never noticed until now, but when connecting my S3 to my PC via MTP, it does not display all the files in the /SdCard/Android/Data folder. All other folders seem fine.
I want to do a complete server backup.
I already have my backup script copying all of the html/php files for the web app, and the mysql databases, placing them into a .tar.gz file.
How can I add the crontab files to that backup?
Whenever I save the crontab, it goes to /tmp folder.. and when I check that folder immediately afterwards, it is empty.
Windows Small Business Server 2003 creates multiple backup files:
Small Business Server Backup(01).bkf 113GB
Small Business Server Backup(02).bkf 402GB
Small Business Server Backup(03).bkf 131GB
Small Business Server Backup(04).bkf 111GB
Small Business Server Backup(05).bkf 217GB
Are these backup files independent? So can I delete all but the most recent?
I have 2 files that need to be compared. Email the differences if something is different and don't email if nothing is different. One or both of the files could be empty. One or both could have data in them.
example files
backup.doc.$(date +%y%m%d) file size is 0
backup.doc.$(TZ=CST+24 date +%y%m%d) file size is 412
or vice versa
Any help would be appreciated.
Hi
Can anyone please suggest a decent backup program to use? I need to take the following into account:
1. I have a NAS which hosts some files. I want to back these files up to a folder on my local drive.
2. I can connect (through Nautilus) to the SMB share where these files are located, but all of the backup programs I have tried seem to have problems with accessing a SMB share.
3.
I want to take backup of my mysql data using mysqldump. I have three files containing names of mysql tables line by line. My script has this line -
mysqldump -h localhost -uroot --lock-tables=false db < $2 > ~/backup/$name'.sql'
I am using getopts to handle some options. So basically $2 is the file I am going to provide. This file has - table1 and table2.