I'm trying to create archive file. the folder contains files with Russian names. these names are not saved correctly in the archive. Is there a way to save these names in Russian using "tar" or some other command?
myDate=$(date +"%Y%m%d")
myTime=$(date +"%H%M%S")
cd /data/folder1
tar -czvf /data/folder2/folder1_$myDate'_'$myTime.tar.gz *