teejee2008 / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
GNU Lesser General Public License v3.0
4.67k stars 282 forks source link

timeshift Türkçe dilde btrfs de hata veriyor.(timeshift gives an error in btrfs in Turkish) #934

Open coldfire03 opened 2 years ago

coldfire03 commented 2 years ago

timeshift Türkçe dilde btrfs de hata veriyor.ingilizce de sıkıntı yok.sistem Türkçe de btrfs yedeklemede hata veriyor.bir çok linux dağıtımda denedim.Fedoıra,ubuntu,debian,arch,manjaro,garuda,arcolinux v.bner yapmalıyım?

timeshift gives an error in btrfs in Turkish. There is no problem in English. The system gives an error in backup of btrfs in Turkish. I tried it in many linux distributions. Fedora,ubuntu,debian,arch,manjaro,garuda,arcolinux what should I do?

ghost commented 2 years ago

I came here to ask why I can't create a BTRFS snapshot even though I installed my Fedora respecting to the requirements of Timeshift. I found this issue has been created and wanted to test it.

My system language is set to "tr_TR.UTF-8" in global, I tried to run timeshift with sudo LANG="en_US.UTF-8" timeshift-launcher so basically I forced timeshift-launcher to run using English language. It successfully took a snapshot when running in English.

The error when using Turkish. image

Translate

The system partition has an unsupported subvolume layout. Only Ubuntu-type layouts with @ and @home subvolumes are currently supported.

Application will exit.

It creates a snapshot without problem when running it with English language. image

@hackerdayi I recommend you to temporarily use sudo LANG="en_US.UTF-8" imeshift-launcher until this issue is solved. If you run Timeshift through your application finder, find and replace Exec=timeshift-launcher with Exec=env LANG="en_US.UTF-8" timeshift-launcher in /usr/share/applications/timeshift-gtk.desktop