mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-20 11:23:16 +00:00
fix: only sync gitea repos to backups
This commit is contained in:
@@ -158,7 +158,7 @@ in
|
||||
};
|
||||
script = ''
|
||||
${pkgs.awscli2}/bin/aws s3 sync --exclude */gitea.db* \
|
||||
${giteaPath}/ \
|
||||
${giteaPath}/repositories/ \
|
||||
s3://${config.nmasur.presets.services.litestream.s3.bucket}/gitea-data/ \
|
||||
--endpoint-url=https://${config.nmasur.presets.services.litestream.s3.endpoint}
|
||||
'';
|
||||
|
Reference in New Issue
Block a user