Linux scheduled tasks : understanding CRON

  • Thread starter Thread starter JC
  • Start date Start date

JC

JC

Soldato
Joined
10 Dec 2003
Posts
5,774
Location
Surrey
I've been using Ubuntu for about 6 months and have got into bad habits with regards to data backup compared to the organised system I ran on Vista (Robocopy/Acronis etc).

I'd like to achieve a daily backup of home directory with the ability to specify or exclude certain folders.

The situation regarding the backup is as follows:
Home directory in an ext3 partition will be backed up to /media/backup currently an NTFS partition.

I've seen various scripts, confusing a linux newbie like me, with options ranging from "cp" I guess a straight copy?, "tar", rsync and dirvish, the latter seems interesting as it uses a snapshot incremental based system.

I'm not sure if all those would work to an NTFS partition? Can anyone recommend which route I follow?

Many thanks
 
Are you backing up data to another partition of the same drive?

Because that is not a backup.

The only thing it would guard against is a mistake you make, and those soft of things don't tend to happen in /home.
 
It's a separate NTFS partition on a different physical drive, I know it's still far from ideal but then I don't have other networked PC's here or an external drive.
 
Back
Top Bottom