cirno  
          
              
                August 21, 2007,  6:21am
               
              #1 
           
         
        
          Is it possible to do similar back up than Time Machine and QRecall do? I mean if file is changed only little, then only changed part is back upped, not entire file. It would be nice to do this type of back ups for some big folders.
         
        
           
         
            
       
      
        
        
          Hi,
do you wantand  all old versions will be kept.
A differential backup can be easily done with the rsync shell command
         
        
           
         
            
       
      
        
          
          
            cirno  
          
              
                August 21, 2007,  2:01pm
               
              #3 
           
         
        
          
 StefanK:
 
Hi,
do you wantand  all old versions will be kept.
A differential backup can be easily done with the rsync shell command
 
 
I think incremental would be better but differential is ok too.
Time Machine and QRecall is incremental?
And i mean Time Machine/QRecall type of back up, not normal back up.
         
        
           
         
            
       
      
        
        
          
I feel that’s poorly stated.
Quoting from Microsoft’s Encyclopedia of Networking:
A backup type in which the only files and folders that are backed up are those that have changed since the last normal backup occurred.
Overview
NotesDifferential backups are cumulative (unlike incremental backups), so when you need to do a restore, you need only the normal backup and the most recent differential backup. 
 
 
A form of partial backup used in between normal backups during a backup cycle.
Overview
NotesIncremental backups are not cumulative, as differential backups are, so when you need to perform a restore, you need the normal backup and all incremental backups since the normal backup was done. 
 
 
(Emphasis added.)
         
        
           
         
            
       
      
        
        
          
Thanks, I’ve only tried to adapt to cirno’s short style 
         
        
           
         
            
       
      
        
          
          
            cirno  
          
              
                August 23, 2007,  6:54am
               
              #6 
           
         
        
          
 StefanK:
 
Incremental backups are not cumulative, as differential backups are, so when you need to perform a restore, you need the normal backup and all incremental backups since the normal backup was done. 
 
 
(Emphasis added.)
 
 
This is what i’m looking for. Another short answer.
         
        
           
         
            
       
      
        
        
          Stupid question (I got a million of 'em!):  Isn’t Time Machine (from the sound of it) just a clever front end for a version control system?  It sounds a lot like Subversion of CVS to me, with the data base acting as your backup and put on another drive.
         
        
           
         
            
       
      
        
        
          From what I know Time Machine utilizes the same technology that Spotlight uses to monitor changes in the file system. I think it was said that it backup entire files, but that might have changed now.