wip
This commit is contained in:
13
arch-root/bin/sync-agent.sh
Normal file
13
arch-root/bin/sync-agent.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
key_vol_path="/dev/disk/by-uuid/$BACKUP_KEY_VOL_UUID"
|
||||
data_vol_path="/dev/disk/by-uuid/$BACKUP_DATA_VOL_UUID"
|
||||
|
||||
remote_open() {
|
||||
|
||||
}
|
||||
|
||||
remote_close() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user