Compare commits

...

2 commits

Author SHA1 Message Date
2631dd23f4 using ntfs3 filesystem for backups 2023-12-09 15:01:12 -08:00
125172c205 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/ac7216918cd65f3824ba7817dea8f22e61221eaf' (2023-12-04)
  → 'github:nix-community/home-manager/e6b7303bd149723c57ca23f5a9428482d6b07306' (2023-12-09)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/9b4d8f74c3654622aa3bfde1b4e0d4ffc40db214' (2023-12-07)
  → 'github:NixOS/nixpkgs/b8f33c044e51de6dde3ad80a9676945e0e4e3227' (2023-12-09)
• Updated input 'nixvim':
    'github:nix-community/nixvim/cc3f5209c1253442608d17055d14e5da2122dabd' (2023-12-07)
  → 'github:nix-community/nixvim/430c8f672bcaf811aaae8b7856fcca481b7064e5' (2023-12-09)
2023-12-09 14:40:14 -08:00
2 changed files with 10 additions and 10 deletions

View file

@ -160,11 +160,11 @@
]
},
"locked": {
"lastModified": 1701728041,
"narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=",
"lastModified": 1702159252,
"narHash": "sha256-4mYOL1EhOmt92OtYsHXRViWrSHvR5obLfCllMmQsUzY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf",
"rev": "e6b7303bd149723c57ca23f5a9428482d6b07306",
"type": "github"
},
"original": {
@ -230,11 +230,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1701984481,
"narHash": "sha256-rxJG9Xa/8zVcfbiRIon27mhwOZ4HpngrQRgYRnsKDOY=",
"lastModified": 1702148972,
"narHash": "sha256-h2jODFP6n+ABrUWcGRSVPRFfLOkM9TJ2pO+h+9JcaL0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9b4d8f74c3654622aa3bfde1b4e0d4ffc40db214",
"rev": "b8f33c044e51de6dde3ad80a9676945e0e4e3227",
"type": "github"
},
"original": {
@ -363,11 +363,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1701956652,
"narHash": "sha256-PGkn4yCvui0HtJbVfGu0yKSZgwvsP0GdApD0M1MjcZY=",
"lastModified": 1702157149,
"narHash": "sha256-R/DJp9s4EPjNYsquuBkFmLm9NGlFQrZ+T+Gkyr9pYBE=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "cc3f5209c1253442608d17055d14e5da2122dabd",
"rev": "430c8f672bcaf811aaae8b7856fcca481b7064e5",
"type": "github"
},
"original": {

View file

@ -104,7 +104,7 @@ in
mkdir -p ${builtins.toString cfg.tmp_mount_point}
echo "Mounting the external backup drive"
mount /dev/disk/by-label/${cfg.backup1_drive_label} ${builtins.toString cfg.tmp_mount_point}
mount /dev/disk/by-label/${cfg.backup1_drive_label} ${builtins.toString cfg.tmp_mount_point} -t ntfs3
echo "Puttin nextcloud into maintenance mode so that changes cannot happen during the backup"
nextcloud-occ maintenance:mode --on