mirror of
https://github.com/Facundo-prog/automatic_backup_script.git
synced 2025-10-14 00:59:40 +00:00
Update README.md
This commit is contained in:
parent
23eae0ad55
commit
33d4a8a5db
@ -88,6 +88,7 @@ unmount_dick=true
|
|||||||
|
|
||||||
# Disk backup mount point
|
# Disk backup mount point
|
||||||
backup_path="/backup-disk"
|
backup_path="/backup-disk"
|
||||||
|
disk_UUID="aba6bd5-a5sd5b51d-adsfb4542"
|
||||||
|
|
||||||
# Origins files array
|
# Origins files array
|
||||||
origins=("/home/user1/files" "/home/user2/files/documents")
|
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")
|
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:
|
### Copy the script to the path defined in the service file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user