Commit 60a141e0 by hk

Erste Version von lxc-backup.

Sichert nur lokal, ist auch sonst sehr schlicht.
0 parents
Showing with 4 additions and 0 deletions
#!/bin/bash
__MACHINE=$(basename $1)
cp -a $__MACHINE $__MACHINE-$(date +%Y-%m-%d_%H.%M)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!