Changes

From SME Server
Jump to navigationJump to search
494 bytes added ,  23:19, 15 March 2020
no edit summary
Line 4: Line 4:     
[http://dar.linux.free.fr/ DAR homepage]
 
[http://dar.linux.free.fr/ DAR homepage]
 +
 +
{{Note box|'''Important''' - Be aware of the concepts and issues as described in this section https://wiki.contribs.org/Backup_server_config#Backup_and_Restore_concepts.2C_issues_and_other_information}}
    
===Typical scenarios===
 
===Typical scenarios===
Line 127: Line 129:  
each set".
 
each set".
   −
if you want a fixed number of increments in each set, then choose "Full backup
+
If you want a fixed number of increments, less than a multiple of 7, in each set, then choose "Full backup
is allowed on" = Anyday.
+
is allowed on" = Everyday. eg Daily backups in each set = 6 will result in 1 Full backup and 5 incremental backups, on each full backup all backups are deleted including the incrementals.
      Line 383: Line 385:  
  mount /dev/sdc1 /media/BackupDrive1/
 
  mount /dev/sdc1 /media/BackupDrive1/
   −
You can mount the configured CIFS/SMB destination using<syntaxhighlight>
+
You can mount the configured CIFS/SMB destination using<syntaxhighlight lang="bash" >
mount -t cifs //$(config getprop backupwk SmbHost)/$(config getprop backupwk SmbShare) /mnt/smb -o credentials=/etc/dar/CIFScredentials
+
mount -t cifs //$(config getprop backupwk SmbHost)/$(config getprop backupwk SmbShare) $(config getprop backupwk Mount) -o credentials=/etc/dar/CIFScredentials
</syntaxhighlight>List available backups<syntaxhighlight>
+
</syntaxhighlight>List available backups<syntaxhighlight lang="bash" >
find /mnt/smb/$(config get SystemName).$(config get DomainName) -name "*.1.dar" | sed s/\.1\.dar$//
+
find $(config getprop backupwk Mount)/$(config get SystemName).$(config get DomainName) -name "*.1.dar" | sed s/\.1\.dar$//
 
</syntaxhighlight>
 
</syntaxhighlight>
   Line 403: Line 405:     
{{Note box|Unmount the backup destination after any manual exploration:
 
{{Note box|Unmount the backup destination after any manual exploration:
   umount /mnt/smb}}
+
   umount $(config getprop backupwk Mount)}}
 
----
 
----
    
[[Category: Backup]]
 
[[Category: Backup]]
 
[[Category:Howto]]
 
[[Category:Howto]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu