$OpenBSD: patch-common_backintime_py,v 1.2 2011/03/03 13:49:27 ajacoutot Exp $
--- common/backintime.py.orig	Sun Jan  2 15:01:38 2011
+++ common/backintime.py	Mon Feb 21 19:15:49 2011
@@ -36,8 +36,6 @@ def take_snapshot_now_async( cfg ):
 		profile = "--profile-id %s" % cfg.get_current_profile()
 
 	cmd = "backintime %s --backup &" % profile
-	if cfg.is_run_ionice_from_user_enabled():
-		cmd = 'ionice -c2 -n7 ' + cmd
 
 	os.system( cmd )
 
