diff options
| author | intrigeri <intrigeri@boum.org> | 2011-04-26 10:31:39 +0200 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2011-04-26 10:31:39 +0200 | 
| commit | 8f70c54e0afc02c4f771bac365395c13d066bb7e (patch) | |
| tree | 1561be69dc1d09877938f5b2e387b6cde4733d49 | |
| parent | 3e60fd37de03d211bd6553991df4f6929526841a (diff) | |
| download | backupninja-8f70c54e0afc02c4f771bac365395c13d066bb7e.tar.gz backupninja-8f70c54e0afc02c4f771bac365395c13d066bb7e.tar.bz2 | |
Initialize dup_keepincroffulls as any other global variable.
| -rw-r--r-- | handlers/dup.helper.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 38a57c0..7f82c2f 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -545,6 +545,7 @@ dup_wizard() {     dup_incremental=yes     dup_increments=30     dup_keep=60 +   dup_keepincroffulls=     dup_bandwidth=     dup_sshoptions=     dup_destdir="/backups/`hostname`" | 
