Fix music pull script
This commit is contained in:
@@ -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/
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -vf /home/jpt/Cloud/Privat/Keepass/MyDB.kdbx /run/media/jpt/JPT-SUBKEYS/Keepass/MyDB.kdbx
|
||||
sync
|
||||
Reference in New Issue
Block a user