mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
using ntfs3 filesystem for backups
This commit is contained in:
parent
125172c205
commit
2631dd23f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue