mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
removed NextCloud backups
This commit is contained in:
parent
1c9935f11c
commit
de892c018b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue