mirror of https://github.com/qwc/backive.git
10 lines
191 B
Bash
10 lines
191 B
Bash
|
#! /usr/bin/env bash
|
||
|
#
|
||
|
set -x
|
||
|
ls -la ${BACKIVE_TO}
|
||
|
echo "This is a test..."
|
||
|
echo "mount/to ${BACKIVE_TO}"
|
||
|
cp -Rv ${BACKIVE_FROM}/* ${BACKIVE_TO}/
|
||
|
ls -la ${BACKIVE_MOUNT}
|
||
|
ls -la ${BACKIVE_TO}
|