Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~471 People Reached
Favorite Forums
Favorite Tags
Member Avatar for inddeveloper

Hi, I have used Dump Command to dump the application files. For Full backup the level 0 is working file. For incremental backup I used the level 1 or 2 it is getting the error as DUMP: Only level 0 dumps are allowed on a subdirectory DUMP: The ENTIRE dump …

Member Avatar for masijade
0
103
Member Avatar for inddeveloper

I have created a script file to dump the application files using the following script Code ============= #!/bin/bash #Full Day Backup Script #application folders backup now=$(date +"%d-%m-%Y") #use 1 instead of 0 which is incremental backup dump -0f $now /var/www/html/* ============= using this we can sucessfully dumped the application files. …

0
35
Member Avatar for inddeveloper

Hi, I have requirement on shell scripting. I require scripts for the following 1) Full backup(application and DB) 2) incremental back up of files 3) restoring of files Please help me in providing the scripts. Thanks in advance

Member Avatar for inddeveloper
0
333