Public bug reported:

I want to backup my Vidéo directory using LuckyBackup (Note the é )
1- Launch LuckyBackup from my opened session ------> Works fine
2- Schedule the task 
AND
3- adding LANG=fr_FR.UTF-8 in the crontab leads to the following results :
     3-1 the task is NOT included and I get the following error :

* task name             : Backup-Vidos
* source                        : /home/patrice/Vidos/
* destination                   : /media/Multimedia/Vidos/
* This task is NOT included

Note that the é disapeared

BUT
      3-2 Adding 
15 1 * * *      /home/patrice/Vidéos/backup_Vidéos.sh > 
/home/patrice/.luckyBackup/logs/crontab-Videos.log
in the crontab
______________________________________________
patrice@internity:~/Vidéos$ more backup_Vidéos.sh

#!/bin/bash

export LANG=fr_FR.UTF-8

rsync -h --progress --stats -r -tgo -p -l -D --update --exclude=**/*tmp*/ /home/
patrice/Vidéos/ /media/Multimedia/Vidéos/
patrice@internity:~/Vidéos$
===========================================
does works.

My conclusion is that the task check of LuckyBackup scheduler does not
take in account the LANG parameter

** Affects: luckybackup (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099315

Title:
  Locale not used in scheduled jobs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/luckybackup/+bug/1099315/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to