mirror of
https://github.com/Facundo-prog/automatic_backup_script.git
synced 2026-03-02 06:43:16 +00:00
updated
This commit is contained in:
16
fstab.example
Normal file
16
fstab.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# /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=645648-kadfvadfb86teyn1sd3 /boot/efi vfat umask=0077 0 1
|
||||
|
||||
# backup external disk
|
||||
UUID=45afds53g /backup-disk ext4 nofail 0 0
|
||||
Reference in New Issue
Block a user