Bestanden uploaden naar 'scripts'

This commit is contained in:
2019-08-24 22:00:19 +00:00
parent aa31804925
commit 735688c064
5 changed files with 199 additions and 0 deletions

9
scripts/script-statvars Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
script_location=$(pwd)
storage_locaction="/share/fotos/" # Mount location of the storage device
backup_location="$storage_locaction"/"$rawdata" #finlal backup location
card_dev="mmcblk0p1" # Name of the storage card
card_mount="/media/card" # Mount point of the storage card
backup_dev="sdb1" # Name of the Backup device
backup_mount="/media/extbackup" # Mount point of the Backup device
filecpcounter=0