5 lines
262 B
Bash
Executable File
5 lines
262 B
Bash
Executable File
#!/bin/bash
|
|
|
|
restic --repo /mnt/truenas-backups/resticbackups/debian12dev/ backup /root --password-file /root/restic/restic-password
|
|
restic --repo /mnt/truenas-backups/resticbackups/debian12dev/ backup /home/akanealw --password-file /root/restic/restic-password
|