diff --git a/Copy/Config.cs b/Copy/Config.cs index f09ace6..9864d20 100644 --- a/Copy/Config.cs +++ b/Copy/Config.cs @@ -111,7 +111,8 @@ public static string GetDefault() Destination = new CopyIO("SFTP", "destination"), Filter = new CopyFilter() { - Name = ".*\\.txt" + Name = ".*\\.txt", + Author = "root" } }, new CopyTask() @@ -121,7 +122,9 @@ public static string GetDefault() Delete = true, Filter = new CopyFilter() { - Name = ".*\\.txt" + CreatedAfter = DateTime.Now.AddDays(-1), + MinSize = 512, + MaxSize = 4096 } }, new CopyTask()