Incremental backup using DUMP Command
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 is aborted.
The code I used
===============================
#!/bin/bash
#Full Day Backup Script
#application folders backup
#test is the username
now=$(date +"%d-%m-%Y")
#use 1 instead of 0 which is incremental backup
dump -2f /var/www/html/prashant/$now /var/www/html/rightstracker/*
-================================
Please check and let me know where I went wrong
Thanx in advance
|
Recent comments
21 hours 43 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 11 hours ago
1 day 14 hours ago
2 days 3 hours ago
2 days 4 hours ago