$differences|Where-Object{$_.SideIndicator-eq"<="}|ForEach-Object{#Venstrepil betyr at filen bare er i backup. Fjerner først filer. Mapper kopieres over i incremental.
$fullPathAtBackupLocation=Join-Path-Path$backupLocation-ChildPath$newestBackup.Name$relativePathFromSourceFolder#Tar den relative pathen fra linja over å legger den inn i $backupLocation. Dermed opprettholdes mappestruktur.
if(Test-Path-Path$fullPathAtBackupLocation){
Write-Output"Found identical file in backup. Comparing LastAccesTime..."
$differences|Where-Object{$_.SideIndicator-eq"<="}|ForEach-Object{#Venstrepil betyr at filen bare er i backup. Fjerner først filer. Mapper kopieres over i incremental.