V3 - The big one #71

Merged
rogs merged 31 commits from v3 into master 2024-12-30 11:01:29 -03:00
Showing only changes of commit cb849cae2e - Show all commits

1
yams
View File

@ -129,6 +129,7 @@ if [ "$option" == "backup" ]; then
backup_date=$(date '+%Y-%m-%d-%s')
backup_file="$destination/yams-backup-$backup_date.tar.gz"
cp $(which yams) $install_directory
tar --exclude='transcoding-temp' -caf "$backup_file" -C "$install_directory" .
echo "Backup completed! 🎉"