Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Make the output from tar less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jun 3, 2019
1 parent dd107d2 commit 511adc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.sh
Expand Up @@ -30,7 +30,7 @@ empty_archive() {
}
# Accepts two parameters, the archive filename and the file to be added.
add_to_archive() {
/usr/bin/env tar --xattrs --append -pvf 2>/dev/null "${1}" "${2}" || \
/usr/bin/env tar --xattrs --append -pf 2>/dev/null "${1}" "${2}" || \
die "Adding ${2} to ${1} failed!"
}

Expand Down

0 comments on commit 511adc8

Please sign in to comment.