Line 384:
Line 384:
You can mount the configured CIFS/SMB destination using<syntaxhighlight>
You can mount the configured CIFS/SMB destination using<syntaxhighlight>
−
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>
−
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 403:
{{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]]