Skip to content

Commit

Permalink
mount drive with noatime
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmonkey committed Feb 5, 2024
1 parent 3ba0f9e commit 2bff849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ then
# If the volume was decrypted, mount it.
if [ $? -eq 0 ];
then
mount /dev/mapper/$name $MOUNTPOINT
mount --options noatime /dev/mapper/$name $MOUNTPOINT
# If the volume was mounted, run the backup.
if [ $? -eq 0 ];
then
Expand Down

0 comments on commit 2bff849

Please sign in to comment.