X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;ds=sidebyside;f=organize_videos;fp=organize_videos;h=ef624b7ee247f3d56b61f94ceecf858d20429c68;hb=750fbf2c17385ff6d6414efe8e955d6daad22d78;hp=e8b02db03b4cc8a213912178f0d829e559be1985;hpb=d0bb8d7ba0914fb2e31422aa1207ba6eaf490deb;p=videoscripts%2F.git diff --git a/organize_videos b/organize_videos index e8b02db..ef624b7 100755 --- a/organize_videos +++ b/organize_videos @@ -14,7 +14,7 @@ use File::Pid; my $srcpathname = "/naspool/pictures/New Photos"; # Path to look for videos to move from my $dstpathname = "/naspool/videos/HomeVideos"; # Path to move the videos to my $merge_videos_by_day = "/naspool/videos/bin/merge_videos_by_day"; -my $minage = "+0"; # Video file creation dates must not have changed in the last X minutes to process any of the video files +my $minage = "+15"; # Video file creation dates must not have changed in the last X minutes to process any of the video files my $owner = "ajp"; # The owner of the files after they are moved my $group = "pip"; # The group of the files after they are moved my $mode = "664"; # The mode to set on each file after they are moved