Compare commits

..

No commits in common. "97cb207c754659568cdabf33f732775cc05b2ba8" and "c2d770bd799bab6632b9ceb3f55c132380124979" have entirely different histories.

4 changed files with 1 additions and 10 deletions

4
.envrc
View file

@ -8,8 +8,6 @@ python3 -m pip install --upgrade pip
rm -rf .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
BW_ITEM_WORKERS=16
BW_NODE_WORKERS=32
mkdir -p "$BW_GIT_DEPLOY_CACHE"
unset PS1

View file

@ -22,9 +22,6 @@ defaults = {
'command': '/opt/backup/backup_all',
'when': '1:00',
'persistent': True,
'after': {
'network-online.target',
},
},
},
}

View file

@ -16,7 +16,6 @@ def systemd(metadata):
f'{name}.timer': {
'Unit':{
'Description': f'{name} timer',
'After': config.get('after', set()),
},
'Timer': {
'OnCalendar': config['when'],

View file

@ -4,9 +4,6 @@ defaults = {
'command': '/opt/zfs-mirror',
'when': '2:00',
'persistent': True,
'after': {
'network-online.target',
},
},
},
}