Compare commits
No commits in common. "55b84cb269ebc16a7e0c2eb633c8765ea8658b4b" and "55c2eeb65fabc5ce5980d45a572acd7aba2456bb" have entirely different histories.
55b84cb269
...
55c2eeb65f
3 changed files with 8 additions and 27 deletions
15
bin/rsync.sh
15
bin/rsync.sh
|
@ -35,8 +35,7 @@ ARGS='-avz --delete
|
|||
--exclude /.gradle
|
||||
--exclude ./Software
|
||||
--exclude /.local
|
||||
--exclude /.DataGrip*
|
||||
--exclude /OneDrive'
|
||||
--exclude /.DataGrip*'
|
||||
ORIG='/home/dbroqua/'
|
||||
DEST=''
|
||||
HOSTNAME=`hostname`
|
||||
|
@ -47,7 +46,7 @@ UUID='6e3f7ae3-8fa1-43f3-88c0-a12651519ffb'
|
|||
MOUNT='/mnt/backup'
|
||||
DEST_USB="/mnt/backup/${HOSTNAME}/dbroqua/"
|
||||
# SSHFS
|
||||
DEST_SSHFS="dmc-12:Backup/${HOSTNAME}/dbroqua/"
|
||||
DEST_SSHFS="storage:Backup/${HOSTNAME}/dbroqua/"
|
||||
|
||||
|
||||
while getopts t:h opt
|
||||
|
@ -90,12 +89,14 @@ if [ "${TYPE}" != '' ] ; then
|
|||
esac
|
||||
fi
|
||||
|
||||
echo $?
|
||||
|
||||
if [ $? == 0 ] ; then
|
||||
echo `date` > ${ORIG}lastBackup
|
||||
echo `date` > ${ORIG}/lastBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
||||
rm ${ORIG}lastFailBackup
|
||||
rm ${ORIG}/lastFailBackup
|
||||
else
|
||||
echo `date` > ${ORIG}lastFailBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
||||
echo `date` > ${ORIG}/lastFailBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}/lastFailBackup
|
||||
fi
|
||||
|
||||
|
|
|
@ -8,25 +8,6 @@
|
|||
# References:
|
||||
# https://github.com/alacritty/alacritty
|
||||
#
|
||||
|
||||
live_config_reload: true
|
||||
|
||||
window:
|
||||
opacity: 0.8
|
||||
decorations: 'none'
|
||||
|
||||
bell:
|
||||
animation: 'EaseOutCubic'
|
||||
duration: 125
|
||||
color: '#bf616a'
|
||||
|
||||
cursor:
|
||||
style:
|
||||
shape: 'underline'
|
||||
blinking: Always
|
||||
blink_interval: 250
|
||||
unfocused_hollow: true
|
||||
|
||||
font:
|
||||
size: 9
|
||||
normal:
|
||||
|
|
|
@ -29,7 +29,6 @@ alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp
|
|||
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
||||
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
||||
alias highVoltage='mpv https://strm112.1.fm/highvoltage_mobile_mp3' # https://prod.radio-api.net/stations/now-playing?stationIds=1fmhighvoltage
|
||||
alias music='sshfs dmc-12:/srv/dev-disk-by-label-storage/medias/Music ~/Music'
|
||||
|
||||
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
||||
|
||||
|
|
Loading…
Reference in a new issue