Compare commits

...

3 commits

3 changed files with 4 additions and 3 deletions

View file

@ -37,6 +37,7 @@ ARGS='-avz --delete
--exclude /.local --exclude /.local
--exclude /.DataGrip* --exclude /.DataGrip*
--exclude /.eclipse --exclude /.eclipse
--exclude /sshfs
--exclude /OneDrive' --exclude /OneDrive'
ORIG='/home/dbroqua/' ORIG='/home/dbroqua/'
DEST='' DEST=''
@ -99,4 +100,3 @@ else
echo `date` > ${ORIG}lastFailBackup echo `date` > ${ORIG}lastFailBackup
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
fi fi

View file

@ -1,5 +1,5 @@
#! /bin/bash #! /bin/bash
chmod a+r ~/Music/**/*.flac ~/Music/**/*.mp3 find ~/Music -type f \( -iname \*.flac -o -iname \*.mp3 \) -print -exec chmod go+r {} \;
rsync -avz --delete ~/Music dmc-12:/srv/dev-disk-by-label-storage/medias/ rsync -avz --delete ~/Music dmc-12:/srv/dev-disk-by-label-storage/medias/

View file

@ -1,5 +1,6 @@
* { * {
font-family: "Font Awesome 5 Free"; /*font-family: "Font Awesome 5 Free", "Font Awesome v4 Compatibility Regular";*/
font-family: "FiraCode Nerd Font Mono";
} }
window#waybar { window#waybar {