Compare commits

...
This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.

4 Commits

3 changed files with 9 additions and 0 deletions

3
trantor/env/vbox.env vendored Normal file
View File

@ -0,0 +1,3 @@
export VBOX_MACHINE_FOLDER=/mnt/docker-vm-opt/vm
VBoxManage setproperty machinefolder $VBOX_MACHINE_FOLDER
# VBoxManage list systemproperties | grep "Default machine folder"

5
trantor/function/backup Normal file
View File

@ -0,0 +1,5 @@
backup_trantor () {
backup -s -o '\-v5' /data /backup/trantor/snapshots/data
backup -s -o '\-v5' /opt /backup/trantor/snapshots/opt
}

View File

@ -0,0 +1 @@
echo $USER logged into $(hostname)