~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Utility/RsyncTask.vala

  • Committer: Tony George
  • Date: 2016-10-05 06:56:05 UTC
  • Revision ID: tony.george.kol@gmail.com-20161005065605-xhm9kcr7twp3b3ib
Disabled ionice options

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                var cmd = "";
119
119
 
120
120
                if (io_nice){
121
 
                        cmd += "ionice -c2 -n7 ";
 
121
                        //cmd += "ionice -c2 -n7 ";
122
122
                }
123
123
 
124
124
                cmd += "rsync -aii --recursive";