add note about workaround

This commit is contained in:
Daylin Morgan 2024-03-19 07:43:35 -05:00
parent a256b441e0
commit 71cab562fc
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{...}: {
services.restic.backups.gdrive = {
# BUG: if .conda/environments.txt doesn't exist then this won't work
# workaround for now `mkdir ~/.conda && touch ~/.conda/environments.txt`
extraBackupArgs = [
"--exclude-file /home/daylin/.config/restic/excludes.txt"
"--exclude-file /home/daylin/.conda/environments.txt"