Update README.md

This commit is contained in:
Facundo Carroz 2025-10-05 19:36:29 -03:00 committed by GitHub
parent 23eae0ad55
commit 33d4a8a5db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@ unmount_dick=true
# Disk backup mount point
backup_path="/backup-disk"
disk_UUID="aba6bd5-a5sd5b51d-adsfb4542"
# Origins files array
origins=("/home/user1/files" "/home/user2/files/documents")
@ -96,6 +97,10 @@ origins=("/home/user1/files" "/home/user2/files/documents")
destinations=("$backup_path/backup-user1" "$backup_path/backup-user2")
```
Obtener el UUID de la particion deseada:
```lsblk -f```
### Copy the script to the path defined in the service file: