move_file
(void) move_file(CURRENT, dirp->d_name, BACKUP);
static int move_file(char *fromdir, char *file, char *todir);