mirror of
https://github.com/Facundo-prog/automatic_backup_script.git
synced 2025-07-06 11:02:30 +00:00
17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
# /etc/fstab: static file system information.
|
|
#
|
|
# Use 'blkid' to print the universally unique identifier for a
|
|
# device; this may be used with UUID= as a more robust way to name devices
|
|
# that works even if disks are added and removed. See fstab(5).
|
|
#
|
|
# systemd generates mount units based on this file, see systemd.mount(5).
|
|
# Please run 'systemctl daemon-reload' after making changes here.
|
|
#
|
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
|
|
# Others discks
|
|
UUID= /boot/efi vfat umask=0077 0 1
|
|
|
|
# backup external disk
|
|
UUID= /backup-disk ext4 defaults 0 0
|