Compare commits
No commits in common. "97cb207c754659568cdabf33f732775cc05b2ba8" and "c2d770bd799bab6632b9ceb3f55c132380124979" have entirely different histories.
97cb207c75
...
c2d770bd79
4 changed files with 1 additions and 10 deletions
4
.envrc
4
.envrc
|
@ -8,8 +8,6 @@ python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
rm -rf .cache/bw/git_deploy
|
rm -rf .cache/bw/git_deploy
|
||||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||||
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
|
||||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||||
BW_ITEM_WORKERS=16
|
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
||||||
BW_NODE_WORKERS=32
|
|
||||||
unset PS1
|
unset PS1
|
||||||
|
|
|
@ -22,9 +22,6 @@ defaults = {
|
||||||
'command': '/opt/backup/backup_all',
|
'command': '/opt/backup/backup_all',
|
||||||
'when': '1:00',
|
'when': '1:00',
|
||||||
'persistent': True,
|
'persistent': True,
|
||||||
'after': {
|
|
||||||
'network-online.target',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,6 @@ def systemd(metadata):
|
||||||
f'{name}.timer': {
|
f'{name}.timer': {
|
||||||
'Unit':{
|
'Unit':{
|
||||||
'Description': f'{name} timer',
|
'Description': f'{name} timer',
|
||||||
'After': config.get('after', set()),
|
|
||||||
},
|
},
|
||||||
'Timer': {
|
'Timer': {
|
||||||
'OnCalendar': config['when'],
|
'OnCalendar': config['when'],
|
||||||
|
|
|
@ -4,9 +4,6 @@ defaults = {
|
||||||
'command': '/opt/zfs-mirror',
|
'command': '/opt/zfs-mirror',
|
||||||
'when': '2:00',
|
'when': '2:00',
|
||||||
'persistent': True,
|
'persistent': True,
|
||||||
'after': {
|
|
||||||
'network-online.target',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue