diff --git a/src/restore.sh b/src/restore.sh index 0556383..b802897 100755 --- a/src/restore.sh +++ b/src/restore.sh @@ -7,6 +7,3 @@ for VOLUME in $VOLUMES; do echo "Restoring $VOLUME" restic --verbose restore latest --include "/backup/$VOLUME" done - - -find /tmp -maxdepth 1 -type d -exec basename {} \; | cut \ No newline at end of file