removed NextCloud backups

This commit is contained in:
Tyler Mayoff 2025-07-01 13:51:49 -04:00
parent 1c9935f11c
commit de892c018b

View file

@ -139,8 +139,8 @@ in {
${secrets} ${secrets}
printf "\nBacking up nextcloud \n" printf "\nBacking up nextcloud \n"
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/NextCloud" backup -vvv --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 -vvv # ${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 -vvv --no-scan /mnt/user/Backups ${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Backups" backup -vvv --no-scan /mnt/user/Backups