refactor: system skeleton instead of common files
This commit is contained in:
parent
a5bc3f09f1
commit
e1c55a9c68
8 changed files with 3 additions and 7 deletions
10
skel/etc/cron.d/restic.crontab
Normal file
10
skel/etc/cron.d/restic.crontab
Normal file
|
@ -0,0 +1,10 @@
|
|||
# /etc/cron.d/restic.crontab
|
||||
|
||||
# every 4 hours create a backup
|
||||
0 */4 * * * root /neb/common/restic/backup.sh
|
||||
|
||||
# every day at 2 in the morning, forget old backups
|
||||
0 2 * * * root /neb/common/restic/forget.sh
|
||||
|
||||
# every 1st of the month at 2 in the morning, prune
|
||||
50 2 1 * * root /neb/common/restic/prune.sh
|
21
skel/etc/ssh/ssh_config.d/ixvd.conf
Normal file
21
skel/etc/ssh/ssh_config.d/ixvd.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
#####################
|
||||
## IXVD ssh config ##
|
||||
#####################
|
||||
|
||||
# This config describes what the bastion hose is and how to jump
|
||||
|
||||
|
||||
Host link
|
||||
HostName link.ixvd.net
|
||||
|
||||
Host keymaker
|
||||
ProxyJump link
|
||||
|
||||
Host apoc
|
||||
ProxyJump link
|
||||
|
||||
Host kid
|
||||
ProxyJump link
|
||||
|
||||
Host mouse
|
||||
ProxyJump link
|
Loading…
Add table
Add a link
Reference in a new issue