copy_stable
copy_stable(stable_fd, backup_fd);
copy_stable(backup_fd, stable_fd);
static void copy_stable(int, int);
copy_stable(stablefd, backupfd);