fix some files and added dotfiles
This commit is contained in:
20
linux/script/crontab
Normal file
20
linux/script/crontab
Normal file
@ -0,0 +1,20 @@
|
||||
#.---------------- [m]inute: minuto (0 - 59)
|
||||
#| .------------- [h]our: ora (0 - 23)
|
||||
#| | .---------- [d]ay [o]f [m]onth: giorno del mese (1 - 31)
|
||||
#| | | .------- [mon]th: mese (1 - 12) OPPURE jan,feb,mar,apr...
|
||||
#| | | | .---- [d]ay [o]f [w]eek: giorno della settimana (0 - 7) (la domenica vale 0 o 7) OPPURE sun,mon,tue,wed,thu,fri,sat
|
||||
#| | | | |
|
||||
#
|
||||
#* * * * * comando da eseguire
|
||||
|
||||
0 21,22 * * * pg_dump cinema > ~/Databases/filmdb.sql
|
||||
#0 9,20 * * * nice -n 19 clamscan -ir $HOME --log=clamavlog.txt --move=$HOME/quarantine/ 2>&1
|
||||
0 22 * * * /usr/bin/rsync -az --delete --exclude=Nextcloud ~/ /media/davide/Backup/Desktop/ ; date >> ~/backup.log
|
||||
0 9,20 * * * rsync -aPz ~/.bashrc ~/Documenti/repos/mywiki/linux/bash/.bashrc
|
||||
0 9,20 * * * rsync -aPz ~/.inputrc ~/Documenti/repos/mywiki/linux/bash/.inputrc
|
||||
0 9,20 * * * rsync -aPz ~/.config/alacritty/alacritty.yml ~/Documenti/repos/mywiki/linux/alacritty/alacritty.yml
|
||||
0 9,20 * * * rsync -aPz ~/..config/feh/ ~/Documenti/repos/mywiki/linux/feh/
|
||||
0 9,20 * * * rsync -aPz ~/.config/neofetch/ ~/Documenti/repos/mywiki/linux/neofetch/
|
||||
0 9,20 * * * rsync -aPz ~/.config/ranger/ ~/Documenti/repos/mywiki/linux/ranger/
|
||||
0 9,20 * * * rsync -aPz ~/.config/rnr/ ~/Documenti/repos/mywiki/linux/rnr/
|
||||
0 9,20 * * * crontab -l > ~/Documenti/repos/mywiki/linux/script/crontab
|
Reference in New Issue
Block a user