summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-20 22:30:01 -0700
committerMike Crute <mike@crute.us>2020-05-20 22:30:01 -0700
commit2528e8e87af5bc81969e85db1d775c028e9634bd (patch)
tree68556e30f4044e19de7ae0971b41598c0a8a91ca /bin
parent50412120875575cc8c8e7263c4b92b72e58b5f08 (diff)
downloaddotfiles-2528e8e87af5bc81969e85db1d775c028e9634bd.tar.bz2
dotfiles-2528e8e87af5bc81969e85db1d775c028e9634bd.tar.xz
dotfiles-2528e8e87af5bc81969e85db1d775c028e9634bd.zip
bin: add backup script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dvd-backup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/dvd-backup.sh b/bin/dvd-backup.sh
new file mode 100755
index 0000000..c15e2ec
--- /dev/null
+++ b/bin/dvd-backup.sh
@@ -0,0 +1,7 @@
1#!/bin/bash
2
3export LD_LIBRARY_PATH=/lib64:/home/mcrute/.local/lib
4
5dvdbackup -i /dev/cdrom -M -p -o .
6
7eject /dev/cdrom