Fix music pull script
This commit is contained in:
parent
d8f6ce7c04
commit
05707573cb
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
echo $1
|
||||
dig +short -x $1 | tr '[:upper:]' '[:lower:]'
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
rsync --recursive --times --update --delete-after --force --progress jpt@backup.jpt.lu:/home/jpt/Music/ /media/Daten/Media/Musik/
|
||||
rsync --recursive --times --update --delete-after --force --progress jpt@5.srv.jpt.lu:/home/jpt/Music/ /home/jpt/Music/
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cp -vf /home/jpt/Cloud/Privat/Keepass/MyDB.kdbx /run/media/jpt/JPT-SUBKEYS/Keepass/MyDB.kdbx
|
||||
sync
|
Loading…
Reference in New Issue