~carloabelli/bin

b0dd485fe20036193c5a94049e5f25e6631a8f6c — Carlo Abelli 4 years ago ed75bb0
Improve backup
1 files changed, 0 insertions(+), 1 deletions(-)

M backup
M backup => backup +0 -1
@@ 21,7 21,6 @@ function is_btrfs_subvolume {
            return 1;;
    esac
}

if is_btrfs_subvolume "$dir"; then
    sudo btrfs subvolume snapshot "$dir" "$dir_$(date -u -Ins)"
fi