Merge branch 'main' of git.sr.ht:~tmayoff/.dotfiles

This commit is contained in:
Tyler Mayoff 2024-11-25 09:36:55 -05:00
commit 2199d70812

View file

@ -136,16 +136,16 @@ in {
${secrets} ${secrets}
printf "\nBacking up nextcloud \n" printf "\nBacking up nextcloud \n"
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/NextCloud" backup --verbose --no-scan /mnt/user/NextCloud ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/NextCloud" backup -vvv --no-scan /mnt/user/NextCloud
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/NextCloud" check --verbose ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/NextCloud" check -vvv
printf "\nBacking up Backups \n" printf "\nBacking up Backups \n"
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Backups" backup --verbose --no-scan /mnt/user/Backups ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Backups" backup -vvv --no-scan /mnt/user/Backups
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Backups" check --verbose ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Backups" check -vvv
printf "\nBacking up appdata \n" printf "\nBacking up appdata \n"
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Appdata" backup --verbose --no-scan /mnt/user/appdata ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/appdata" backup -vvv --no-scan /mnt/user/appdata
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Appdata" check --verbose ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/appdata" check -vvv
''; '';
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";