diff --git a/secondary.py b/secondary.py index 8e9714be98bcae392f683ea0ed625c18423fb97e..a973b8b3ccdd657da799cb4d15e984a5b1d22182 100644 --- a/secondary.py +++ b/secondary.py @@ -179,7 +179,7 @@ class Backup: trash_path = os.path.join(self.trash, dst.name) trash_dir = os.path.dirname(trash_path) if not os.path.exists(trash_dir): - self.make_room(256*1024) # Hack to make sure there is place + self.make_room(1024*1024) # Hack to make sure there is place os.makedirs(trash_dir, mode=0o700) os.rename(dst_path, trash_path)