Obsolete Releases > SME 8.x Contribs

Affa initial Backup

(1/3) > >>

derekb:
Hi

We have recently upgrade our 2TB backup USB drive with a 3TB drive but we are running into some issues.

With our previous change of backup disk (1tb to 2tb) when we initiated the affa backup it did a full backup of the system and file were after it continued with the normal updates for the files that just changed. This is not the case anymore and i cant see any change in the below configuration which would stop affa from doing the initial backup?

Can i ask if someone can check and let me know if they see anything wrong?

# EDIT THIS:
my %job=(
        'remoteHostName'=>'localhost', # FQHN or IP address
        'TimeSchedule'=>'2300', # HHMM,HHMM,...
        'Description'=>'affabackup', # text string.
        'scheduledKeep'=>1, # integer >= 1
        'dailyKeep'=>7, # integer >= 1
        'weeklyKeep'=>4,# integer >= 1
        'monthlyKeep'=>12,# integer >= 1
        'yearlyKeep'=>2,# integer >= 1
        'SMEServer'=>'yes', # yes | no
        'Include[0]'=>'', # additional files or directories to include
        #'Include[1]'=>'',
        #'Include[2]'=>'',
        'Exclude[0]'=>'', # files or directories to exclude from backup
        #'Exclude[1]'=>'',
        #'Exclude[2]'=>'',
        'RPMCheck'=>'no', # yes | no
        'DiskSpaceWarn'=>'risky', # strict | normal | risky | none
        'localNice'=>0, # -19...+19
        'remoteNice'=>0, # -19...+19
        'Watchdog'=>'yes', # yes | no
        'sshPort'=>22, # default ssh port is 22
        'ConnectionCheckTimeout'=>120, # seconds
        'rsyncTimeout'=>900, # seconds
        'rsyncCompress'=>'no', # yes | no
        'EmailAddresses'=>'bnotify@tagsa.co.za', # name@domain.com,name@domain.com,...
        'chattyOnSuccess'=>999, # send N success notifications
        'postJobCommand'=>'', # full path to local program/script
        'preJobCommand'=>'', # full path to local program/script
        'AutomountDevice'=>'/dev/sdc1', # Device to auto mount (e.g. USB drive)
        'AutomountPoint'=>'/mnt/affadevice', # the mountpoint for AutomountDevice
        'AutomountOptions'=>'', # Optionstring passed to mount command e.g. '-t cifs'
        'AutoUnmount'=>'yes', # umount if fs was not mounted before Affa ran
        'RootDir'=>'/mnt/affadevice', # where to save the archives.Don't use /root or /home/e-smith
        'SambaShare'=>'yes',
        'Debug'=>'no', # yes | no
        'status'=>'enabled', # enabled | disabled
        'rsync--inplace'=>'yes', # yes | no : rsync on source supports '--inplace' option
        'rsync--modify-window'=>0, # integer >= 0, timestamp window
        );

### nothing to edit below this line ####

Kind regards

elmarconi:
Check filesystem on both USB-disks if there are any differences.


--- Quote ---fdisk -l /dev/sdc
--- End quote ---

derekb:
below is the fdisk feedback i receive from the 3TB drive:

[root@netkeeper ~]# fdisk -l /dev/sdc
Note: sector size is 4096 (not 512)

WARNING: The size of this disk is 3.0 TB (3000592982016 bytes).
DOS partition table format can not be used on drives for volumes
larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID
partition table format (GPT).


Disk /dev/sdc: 3000.5 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 45600 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       45601  2930265088   83  Linux


For the 2TB i dont have the Sector size is 4096 (not 512) warning but the rest it the same. File system is ext3.

Let me know if you need more information.

PS: the backup is stating but only initiating the incremental backup and not the full backup as its suppose to with nothing else on the disk.

elmarconi:

--- Quote from: derekb on August 08, 2013, 12:21:10 PM ---Let me know if you need more information.

PS: the backup is stating but only initiating the incremental backup and not the full backup as its suppose to with nothing else on the disk.
--- End quote ---

Is the incremental not in fact a full backup as the incremental from nothing is, yep, a full backup?

derekb:
Is the incremental not in fact a full backup as the incremental from nothing is, yep, a full backup?

The size of the first backup doesnt not come close to the actual size of the system being backed up. My system size at the moment with all file which needs to be backed up is >1.6TB. The initial back is only 7.6GB. Also if i view the files not everything is there.

Navigation

[0] Message Index

[#] Next page

Go to full version