User Backup

Often system administrators are at the stage where they have to decide proper backup system for users.
While building backup following points I recommend to consider.

  • Backup tobe done very evening, do not know why but many a times working computer systems doesn’t starts next morning .
  • Backup tobe done automatically, even if you instruct, user’s tendency is to avoid such exercise which consumes their time.
  • Backup all crucial data, e.g mails, important files.
  • File exclusion from backup, for users even their music & clips are as crucial as organization data. There must be exclusion to efficiently utilize available storage.
  • Alert on backup failure, users normally ignores any error message, shuts system & leaves for the day.
  • Incremental / Differential data backup to save time.
  • Multiple copies of backup.
  • Automatically shutdown system once backup done. Many users would be having huge mailbox to backup, it could be in GBs. Users would never like to spend extra time for backup.

Cobian Backup is the application which does above all.
It can keep multiple copies of backups.
Supports incremental / differential backups.
Equipped to alert on mail on successful backup / failure of backups.
Backup schedule.
Auto shut system after backup.
Auto backup next morning if backup is missed.

If you wish to configure backup on start / shutting down system.
You can use gpedit.msc & define shutdown/ startup scripts.

Save following in batch file & use it for start/shut script.

cd C:Program FilesCobian Backup 9
Cobian.exe “-list:C:Program FilesCobian Backup 9DBMain List.lst” -bu -autoclose



if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.

Article by Dhaval Thakar

Hi, I am Linux Admin. You'll find my articles small & without much descriptions.
Read 218 articles by
  • http://vidyadhards.blogspot.com Vidyadhar

    If you have installed cobian backup as a service then while shut down and restart of the pc the backup will not happened(as the if u have installed it as a service it runs in background). The proper way is just add the following lines in start of your backup script or bat file:

    NET STOP “Cobian Backup 9 Service”

Archives

Categories

Page optimized by WP Minify WordPress Plugin